Skip to content

Commit 89983d2

Browse files
authored
Merge pull request MicrosoftDocs#3109 from MicrosoftDocs/SolutionChecker-tylerol-Bug-7542025-UpdateIsvUnExpectedError
Adding IsvUnExpected comments
2 parents 6599e3b + 1adf745 commit 89983d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

powerapps-docs/maker/common-data-service/common-issues-resolutions-solution-checker.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,9 @@ When solution checker fails due to Common Data Service denying access based on a
177177

178178
### Plugin step unexpectedly interrupts execution by throwing InvalidPluginExecutionException
179179

180-
When solution checker fails due to the error "ISV aborted code", a plugin step was triggered that explicitly interrupted execution by throwing an InvalidPluginExcecutionException. Either reconfigure the plugin step to not execute on the operation invoked by solution checker or adjust the plugin implementation not to interrupt execution based on the conditions presented by solution checker.
180+
Solution checker may fail due to the errors "ISV code aborted the operation" or "An unexpected error occurred from ISV code". When this occurs, it indicates a plugin step was triggered that explicitly interrupted execution by throwing an InvalidPluginExcecutionException or that an error was not caught properly in plugin code. Either reconfigure the plugin step to not execute on the operation invoked by solution checker or adjust the plugin implementation not to interrupt execution based on the conditions presented by solution checker.
181+
182+
Common operations invoked by solution checker include Create and Update. These operations can occur on the following entities: Analysis Job, Analysis Component, or Analysis Result.
181183

182184
## Solution checker fails due to disabled first-party application in Azure Active Directory
183185

0 commit comments

Comments
 (0)