You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common-data-service/common-issues-resolutions-solution-checker.md
+21-3Lines changed: 21 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Common issues and resolutions for Solution Checker | Microsoft Docs"# Intent and product brand in a unique string of 43-59 chars including spaces"
3
3
description: " A list of common issues and resolutions within Solution Checker"
4
4
keywords: ""
5
-
ms.date: 01/28/2019
5
+
ms.date: 02/11/2019
6
6
ms.service:
7
7
- "powerapps"
8
8
ms.custom:
@@ -64,6 +64,24 @@ To address this issue, check or create smaller solutions to be analyzed. To mini
64
64
- When you add HTML web resources, include any dependent scripts that are defined within the HTML web resource.
65
65
- When you add custom workflows, include the assembly used within the workflow.
66
66
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
+

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.
## Solution Checker will not process patched solutions
68
86
69
87
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
74
92
75
93
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.
76
94
77
-
## JS1001 syntax issue for web resources
95
+
## Web-unsupported-syntax issue for web resources
78
96
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.
80
98
81
99
## See also
82
100
[Best practices and guidance for the Common Data Service for Apps](../../developer/common-data-service/best-practices/index.md)<br />
0 commit comments