Skip To Content

Troubleshoot Windows services problems

The following sections describe how to solve common Windows services problems.

ArcGIS Monitor Server service does not start or is paused

Open the ReportServerLog.log file in the <Installation location>\ArcGIS Monitor\Server\logs directory and look for errors. The most common cause is the ArcGIS Monitor Server service ports are not available. Run netstat -ano at the command prompt to determine if the ArcGIS Monitor Server service port number is being used by another application.

ArcGIS Monitor services do not restart automatically after machine reboot

Confirm that the Windows service recovery settings are configured correctly. For more information, see Configure recovery settings for Windows services.

Missing monitor service

If the monitor service you created is not visible in ArcGIS Monitor Administrator, one of the following two possibilities may be the cause:

  • The ArcGIS Monitor Server service was not running when the monitor service was created.
  • The token timed out before the monitor service was created.

Complete these steps to resolve the issue:

  1. Start the Windows Services manager.
  2. Right-click the ArcGIS Monitor Service <Name> service that's missing and click Properties.
  3. Write down the service name and click Stop.
  4. Start a command prompt as an administrator on the machine where the Monitor Server application is installed.
  5. Type the following command in the command prompt:
    sc delete <Service name>
  6. Verify that the ArcGIS Monitor Server service is running in the Windows Services manager and start it if necessary.
  7. Start ArcGIS Monitor Administrator.
  8. Click Open on the Monitor Server application connection you want to associate with the monitor service.

    The collection pane appears.

  9. Click the collection that you want to associate with the monitor service.
  10. Right-click the collection and click Import Monitor Service.
  11. Browse to the <Installation location>\ArcGIS Monitor\Administrator\resources\app\collector\defs directory and choose the .cpj file for the missing monitor service.
    Note:

    To find the name of the monitor service for a .cpj file, open the file in a text editor. The service name is the name parameter located at the top of the file.

  12. Click Open.
  13. Right-click the imported monitor service and click Register.
  14. If necessary, update the Log On credentials for the monitor service.
  15. Right-click the ArcGIS Monitor Server service in the Windows Services manager and click Restart.

The service is now visible in ArcGIS Monitor Administrator.