PROBLEM

Operations Dashboard for ArcGIS crashes when running on a virtual machine

Last Published: April 26, 2020

Description

When creating a new operation view using Operations Dashboard for ArcGIS on a virtual machine, the application crashes after selecting a web map.

Cause

Virtual machines often do not meet the video / graphics adapter requirements of Operations Dashboard for ArcGIS. When the map widget is configured, this deficiency causes the application to crash.

Solution or Workaround

Virtual machines do not allow the graphics adapter to be reconfigured, so it is recommended to turn off Accelerated Display.

  1. Locate 'OperationsDashboard.exe.config'. Some folders are uniquely named, but the path should be similar to:

    C:\Users\<user>\AppData\Local\Apps\2.0\6DQR2MG2.BTG\XDACJNYJ.970\oper...app_f464941b06bea132_000a.0002_192664b3a1b966dc

  2. Edit the OperationsDashboard.exe.config file to include the line:

    <add key="useAcceleratedDisplay" value="false" />
    Code:
    <appSettings>

    <!--<add key="portalUrl" value="https://www.arcgis.com" />-->
    <!--<add key="portalAuthentication" value="token" />-->
    <!--<add key="forgotPassword" value="https://webaccounts.esri.com/cas/index.cfm?fuseaction=Login.ForgotPwd.ShowForm" />-->
    <!--<add key="installUrl" value="http://www.arcgis.com/opsdashboard/OperationsDashboard.application" />-->
    <add key="useAcceleratedDisplay" value="false" />
    <add key="helpUrl" value="http://doc.arcgis.com/en/operations-dashboard/" />
    <add key="privacyPolicy" value="http://www.esri.com/legal/privacy.html" />
    <add key="termsOfUse" value="http://www.esri.com/legal/software-license" />
    </appSettings>

  3. Restart Operations Dashboard for ArcGIS.

Article ID:000012327

Software:
  • Mobile Applications

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic