Troubleshooting errors
The below troubleshooting steps will helps to resolve the respective issues.
DV001
CODE | DV001 |
TEXT | Unable to load the Dashboard since it was created in a higher version of Dashboard Designer (Version: X.X.X.X) |
DESCRIPTION | The dashboard should have been created in a higher version of Dashboard Designer (For example, v2.1.0.250) than that of dashboard service through which it is currently running (For example, v2.1.0.232). |
SOLUTION |
|
DV002
CODE | DV002 |
TEXT | The Dashboard Service could not be contacted. There may be a temporary glitch or the server may be down. |
DESCRIPTION | Dashboard Service is not reachable either due to connection failure or long awaited response or it is being used by some other process. |
SOLUTION |
`http://domain:port/DashboardService.svc` (or) `https://domain:port/DashboardService.svc` |
DV003
CODE | DV003 |
TEXT | Dashboard could not be rendered since the service URL is not set. |
DESCRIPTION | Dashboard will not render when either the service URL is not set or the given URL is incorrect. |
SOLUTION |
|
DV004
CODE | DV004 |
TEXT | Dashboard could not be rendered since the dashboard path is not set. |
DESCRIPTION | Dashboard will not render when either the Dashboard path is not set or the given path is incorrect. |
SOLUTION |
|
DV005
CODE | DV005 |
TEXT | Access to the service is denied to the current user. |
DESCRIPTION | Current user is not authorized to access the respective dashboard. |
SOLUTION |
https://help.syncfusion.com/dashboard-platform/dashboard-server/administration/manage-permissions |
DV006
CODE | DV006 |
TEXT | The requested dashboard file was not found. It may be either moved or renamed. |
DESCRIPTION | The loaded dashboard file may either be not available in the specified path or the file name is incorrect or the loaded file itself is invalid. |
SOLUTION |
|
DV007
CODE | DV007 |
TEXT | The requested file or assembly was not found. It may be either moved or renamed. |
DESCRIPTION | Any of the assembly related to Dashboard Service is missing at installation location. |
SOLUTION |
List of assemblies in the installed location |
DV008
CODE | DV008 |
TEXT | Dashboard could not be viewed due to an error. |
DESCRIPTION | An internal error occurred while processing the loaded dashboard file. |
SOLUTION |
Check the error log file(s) generated in the below mentioned location:
|
DV009
CODE | DV009 |
TEXT | The loaded file is not a valid dashboard file. |
DESCRIPTION | The loaded dashboard file may either be corrupted or invalid. |
SOLUTION |
|
DV010
CODE | DV010 |
TEXT | The dashboard could not be viewed since we were unable to validate the current user authorization. |
DESCRIPTION | The user is trying to access the dashboard without logging into the Dashboard Server. |
SOLUTION | Ensure the user logged into the Dashboard Server. |
DV011
CODE | DV011 |
TEXT | The exported image file could not be downloaded due to large file size. |
DESCRIPTION | The image resolution is higher than the system capacity. Large resolution leads to larger file size. |
SOLUTION |
Recommended range for Image resolution is 96 to 300 dpi (dots per pixel).
|
Card Widget Rendering Issue
If the card widget is not rendered properly in the SDK application after updating the Dashboard Platform SDK to version 3.1, follow the given steps to resolve the issue.
|