Skip to content

Commit d6bebf2

Browse files
authored
Update common-issues-resolutions-solution-checker.md
1 parent 9059674 commit d6bebf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To install Power Apps Checker back into your Common Data Service environment:
7676
2. Select **Solutions**.
7777
3. On the solution toolbar select **Solution checker**, and then select **Install**.
7878

79-
## Solution Checker can't access environments in Administration Mode
79+
## Solution checker can't access environments in Administration Mode
8080

8181
Environments that have been placed into [Administration Mode](https://docs.microsoft.com/dynamics365/customer-engagement/admin/manage-sandbox-instances#administration-mode) purposely restrict access to only users with System Administrator and System Customizer roles. Because the Power Apps Checker application identity has neither of these roles assigned by default, it can't access organizations operating in this mode.
8282

@@ -115,7 +115,7 @@ To assign missing security roles to the Power Apps Checker user:
115115

116116
5. Run solution checker again.
117117

118-
## Solution Checker fails due to restricted access mode
118+
## Solution checker fails due to restricted access mode
119119

120120
The application user for solution checker requires an access mode of **'Non-Interactive'** or **'Read-Write'** in order to communicate with the Common Data Service organization. If the access mode has been changed to another value such as **'Administrative'**, then attempts to run analysis, download results, and run cancelation will fail.
121121

@@ -179,7 +179,7 @@ When solution checker fails due to Common Data Service denying access based on a
179179

180180
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.
181181

182-
## Solution checker fails due to disabled first-party application in Azue Active Directory
182+
## Solution checker fails due to disabled first-party application in Azure Active Directory
183183

184184
The first-party enterprise application identity used by solution checker (PowerApps-Advisor) should not be disabled in Azure Active Directory (AAD). If disabled, the identity cannot authenticate when requesting bearer tokens for Common Data Service and other required resource providers on-behalf of the requesting user.
185185

@@ -217,7 +217,7 @@ If a solution contains a business process flow component in draft state that has
217217

218218
Reference [KB Article #4337537: Invalid Export - Business Process Entity Missing](https://support.microsoft.com/en-hk/help/4337537/invalid-export-business-process-entity-missing) for details about the issue and steps to resolve.
219219

220-
## Solution Checker fails to export patched solutions
220+
## Solution checker fails to export patched solutions
221221

222222
If a solution has had a [patch](https://docs.microsoft.com/powerapps/developer/common-data-service/create-patches-simplify-solution-updates) applied, Solution Checker will fail to export the solution for analysis. When a solution has had a patch applied, the original solution becomes locked and it can't be changed or exported as long as there are dependent patches that exist in the organization that identify the solution as the parent solution.
223223

0 commit comments

Comments
 (0)