Skip to content

Commit 572a068

Browse files
authored
Merge pull request #1237 from MicrosoftDocs/solutionchecker-jowells-task-3834995-org-not-admin-state
Solution Checker - Known Issues Article Update
2 parents c9a1451 + e0332c5 commit 572a068

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

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

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Common issues and resolutions for Solution Checker | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces"
33
description: " A list of common issues and resolutions within Solution Checker"
44
keywords: ""
5-
ms.date: 01/28/2019
5+
ms.date: 02/11/2019
66
ms.service:
77
- "powerapps"
88
ms.custom:
@@ -64,6 +64,24 @@ To address this issue, check or create smaller solutions to be analyzed. To mini
6464
- When you add HTML web resources, include any dependent scripts that are defined within the HTML web resource.
6565
- When you add custom workflows, include the assembly used within the workflow.
6666

67+
## Solution Checker run or download results don't complete
68+
Shortly after running Solution Checker the operation doesn't commplete and the following message is displayed:<br />
69+
"We weren't able to run the check on *SOLUTIONNAME* Solution. Try running it again." <br />
70+
![Weren't able to run](media/solution-checker-werent-able-to-run.png)
71+
72+
This issue occurs because the organization is in the **administration mode** state and Solution Checker is unable to validate the user's permissions executing the request. To resolve this issue, disable administration mode.
73+
74+
### Disable administration mode for an instance
75+
1. Access the Dynamics 365 for Customer Engagement instance picker: https://port.crm.dynamics.com/G/Instances/InstancePicker.aspx.
76+
2. Select the instance that has issues running Solution Checker.
77+
3. Select **ADMIN**.<br />
78+
![Instance Admin](media/solution-checker-instance-admin.png)
79+
80+
4. Clear **Enable administration mode**. <br />
81+
![Disable Admin mode](media/solution-checker-instance-disable-admin-mode.png)
82+
83+
5. Run Solution Checker again.
84+
6785
## Solution Checker will not process patched solutions
6886

6987
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.
@@ -74,9 +92,9 @@ To address this issue, clone the solution so that all patches related to the sol
7492

7593
When HTML web resources are processed within Solution Checker, the HTML web resource is processed separately than the JavaScript within the HTML web resource. Due to this, the line number of the violation found within `<script>` of the HTML web resource will not be correct.
7694

77-
## JS1001 syntax issue for web resources
95+
## Web-unsupported-syntax issue for web resources
7896

79-
ECMAScript 6 (2015) or later versions are not currently supported. When Solution Checker analyzes JavaScript using ECMAScript 6 or later, a JS1001 syntax issue for the web resource is reported.
97+
ECMAScript 6 (2015) or later versions are not currently supported for Solution Checker. When Solution Checker analyzes JavaScript using ECMAScript 6 or later, a web-supported-syntax issue for the web resource is reported.
8098

8199
## See also
82100
[Best practices and guidance for the Common Data Service for Apps](../../developer/common-data-service/best-practices/index.md)<br />
Loading
Loading

0 commit comments

Comments
 (0)