Skip To Content

Configuring ArcGIS Data Reviewer for Server

Available with Data Reviewer license.

ArcGIS Data Reviewer for Server uses a server object extension (SOE). You must add two services to your ArcGIS site and run a configuration utility to enable Data Reviewer functionality.

Installing ArcGIS Data Reviewer for Server in an ArcGIS for Server multi-machine deployment requires UNC access to the Reviewer workspace.

Once you've completed these steps, you can access ArcGIS Data Reviewer for Server functionality through Flex and JavaScript web clients.

Note:

If you've installed ArcGIS Data Reviewer for Server in an ArcGIS for Server multi-machine deployment and will use scheduled batch validation, you must store batch validation scheduler tables in an enterprise geodatabase.

Learn more about storing scheduler tables in an enterprise database

To configure ArcGIS Data Reviewer for Server, complete the following steps:

  1. Log in to ArcGIS Server Manager by opening your manager URL in a web browser.

    Your manager URL is http://<server name>:6080/arcgis/manager.

  2. Click Services on the top panel of the page.
  3. Click Publish Service.

    The Publish Service dialog box appears.

  4. Click Browse.
  5. Navigate to the ExecuteBatchJob.sd file and click Open.

    This file is located in <ArcGIS Server install folder>\ArcGISDataReviewerServer\Server<version>\Service Definitions.

  6. Click Next on the Publish Service dialog box.
  7. Click Next.
  8. Click Publish.

    The ExecuteBatchJob geoprocessing service publishes.

  9. Click Services on the top panel of the page.
  10. Click Publish Service.

    The Publish Service dialog box appears.

  11. Click Browse.
  12. Navigate to the reviewer.sd file and click Open.

    This file is located in <ArcGIS Server install folder>\ArcGISDataReviewerServer\Server<version>\Service Definitions.

  13. Click Next on the Publish Service dialog box.
  14. Click Next.
  15. Click Publish.

    The Reviewer map service publishes.

    Note:

    You can repeat steps 11 through 15 if you need a second map service running another ArcGIS Data Reviewer for Server SOE.

    Note:

    If you've installed ArcGIS Data Reviewer for Server in multi-machine deployment, log in to the ArcGIS Server Manager on each machine in the site to verify that the services have been copied over correctly.

  16. To configure the Reviewer map service, you need to use the DRS Configuration Utility as follows:
    • For Windows Server 2008 users—Click Start > All Programs > ArcGIS > ArcGIS Data Reviewer for Server > DRS Configuration Utility.
    • For Windows Server 2012 users—Click Start > Apps > ArcGIS > DRS Configuration Utility.

    The DRS Configuration Utility dialog box appears.

  17. Verify that the URL listed in the URL text box points to the ArcGIS Server Administrator Directory. The format of this service directory is http://localhost:6080/arcgis/admin/login.
    Note:

    If you've installed ArcGIS Data Reviewer for Server in a multi-machine deployment, you only need to run the DRS Configuration Utility against one machine in the site. The configuration changes will automatically be applied to each machine in the site.

  18. Type your ArcGIS Server primary site administrator user name and password in the Username and Password text boxes on the DRS Configuration Utility.
    Tip:

    This is the account you use to log in to the ArcGIS Server Manager.

  19. Click Connect.
  20. In the Add DRS extension area, click Browse.
  21. Navigate to the location that contains the ESRI.Production.ReviewerServer.soe file and click Open.

    This file is located in <ArcGIS Server install folder>\ArcGISDataReviewerServer\Server<version>\Bin.

  22. Click Add.

    ArcGIS Data Reviewer for Server is added to your site.

  23. Click the drop-down arrow next to Select Map Service and choose reviewer.MapServer.
  24. Click Browse next to the Select New Reviewer Workspace text box.
  25. Navigate to the location of the Reviewer workspace and click OK.
    Note:

    The ArcGIS Server account must have at least read access to the folder that contains the .sde connection file that points to a Reviewer workspace. Do not choose a file geodatabase unless you will only use the Dashboard services.

    Note:

    If you've installed ArcGIS Data Reviewer for Server in a multi-machine deployment, the Reviewer workspace path must be a UNC path and accessible to all machines in the deployment.

  26. Click Apply.

    The DRS Configuration Utility restarts the Reviewer map service.

    Tip:

    If the Reviewer map service fails to start, you can restart the service from within ArcGIS Server Manager.

  27. Click Close to dismiss the DRS Configuration Utility.
  28. Test your configuration by browsing to the Data Reviewer Server Services Directory URL.

    http://<server name>:6080/arcgis/rest/services/reviewer/MapServer/exts/DataReviewerServer

    For a multi-machine deployment, browse to the services directory URL through the ArcGIS Web Adaptor:

    http://<web adaptor url>/arcgis/rest/services/reviewer/MapServer/exts/DataReviewerServer

    If you've set everything up correctly, you'll see the location and spatialReference of the Reviewer workspace. You'll also see four Child Resources: Batch Validation, Dashboard, ReviewerResults, and Utilities.

Your ArcGIS Data Reviewer for Server setup is complete. Next, you can configure web clients to enable web-based, data-quality workflows or change your batch validation scheduler database to an enterprise database.

Related topics