Skip To Content

Report data quality

Hinweis:

ArcGIS Enterprise 10.9.x, part of the ArcGIS 2021 releases, will be the last release of ArcGIS Enterprise to support services published from ArcMap.

Overview

ArcGIS Data Reviewer enables both summary and detailed reporting of data quality results. These services are used to communicate the source, quantity, severity, and location of non-compliant features detected in your data. Non-compliant features include those detected using Data Reviewer automated checks or feedback provided by data consumers in the form of mark-ups.

By communicating data quality, you can alert stakeholders and other interested parties when data does not meet agreed-upon standards and provide a reporting method for tracking data compliance through time. Reporting capabilities can be integrated as a component of an organization's overall business performance management system or as a stand-alone dashboard for reporting data quality.

In this lesson, you will deploy and configure a map service to implement dashboard reporting of errors detected in your data. A map service is required to manage requests for reporting data quality results. Customers will leverage this service using the Reviewer Dashboard widget for the ArcGIS Web AppBuilder.

Deploy services

Deploy the Data Reviewer results service

Data Reviewer includes an ArcMap runtime-based service definition ( *.sd) file for its map service used in managing and reporting data quality results. You will create this service using the publishing tool found in the ArcGIS Server Manager app.

  1. Sign in to ArcGIS Server Manager by opening the manager URL in a web browser.

    Your manager URL is https://<server name>:6443/arcgis/manager.

  2. Click Services on the top banner.
  3. Click Publish Service.
  4. Click Next on the Publish Service dialog box.
  5. Browse to the reviewer.sd file and click Open.

    The file is located in <ArcGIS Server installation folder>\ArcGISDataReviewerServer\Server<version>\Service Definitions .

  6. Click Next on the Publish Service dialog box.
    • Optionally, click the Folder drop-down arrow and choose a folder name.
    • Optionally, click the Cluster drop-down arrow and choose a cluster name.
  7. Leave the check boxes for starting the service immediately unchecked.

    Optionally, check the check box to share the service on your portal.

  8. Click Next .
  9. Leave all service capabilities unchecked.
  10. Click Publish .

Configure the Data Reviewer results service

Before running the Data Reviewer results service, you must configure it to store the results of your automated validation. Configure the Data Reviewer results service with the DRS Configuration Utility.

  1. Click Start > ArcGIS > DRS Configuration Utility .
  2. Verify that the URL listed in the URL text box points to the ArcGIS Server Administrator Directory.

    The format of the Administrator Directory is http://localhost:6080/arcgis/admin.

    Hinweis:

    If you have installed Data Reviewer Server in a cluster, running the DRS Configuration Utility against one machine in the cluster is sufficient. The configuration changes will automatically be applied to each machine in the cluster.

  3. In the Username and Password text boxes, type your ArcGIS Server primary site administrator user name and password.

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

  4. Click Connect .
  5. Optionally, add the Data Reviewer server object extension (.soe) to your server if it has not been previously installed.
    1. Click Browse in the DRS extension area.
    2. Browse to the location that contains the ESRI.ReviewerServer.soe file and click Open.

      The file is located in <ArcGIS Server installation folder>\ArcGISDataReviewerServer\Server<version>\Bin .

    3. Click Add .
  6. Click the Select Map Service drop-down arrow and choose reviewer.MapServer from the list.
  7. Click Browse next to the Select New Reviewer Workspace text box.
  8. Browse to the location of the Reviewer workspace and click OK.

    The ArcGIS Server account must have at least READ access to the folder containing the .sde connection file. Do not choose a file geodatabase when deploying automated validation capabilities.

    If you have installed Data Reviewer Server in a multi-machine deployment, the Reviewer Workspace path must be a UNC path and accessible to all machines in the deployment.

  9. Click Apply .

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

    DRS Configuration Utility dialog box
  10. Click Close to close the DRS Configuration Utility .

Test the Data Reviewer services

Before proceeding, test your configuration by browsing to the Data Reviewer SOE services directory.

  1. Do one of the following from a supported web browser:

    For a single-machine deployment

    Browse to the Data Reviewer Server services directory URL (http://<server name>:6080/arcgis/rest/services/reviewer/MapServer/exts/DataReviewerServer ).

    For a multimachine deployment

    Browse to the Data Reviewer Server services directory URL through the ArcGIS Web Adaptor (https://<web adaptor url>/rest/services/reviewer/MapServer/exts/DataReviewerServer ).

    Hinweis:

    From the Capabilities – Data Reviewer Server page, configure the Batch Validation Service URL property to use the ArcGIS Web Adaptor URL (including the task name ExecuteBatchJob) for the batch validation service.

  2. Verify that the Data Reviewer Server SOE services directory displays the location and spatialReference of the Reviewer workspace and four Child Resources: Batch Validation, Dashboard, ReviewerResults and Utilities.

The services component is now ready to configure web clients to enable web-based data quality workflows.

Deploy web apps

A client application is required to use your results service. In this section, you will deploy the Data Reviewer Dashboard widget to display data quality results.

The Reviewer Dashboard widget is one of the many out-of-the-box widgets available in the ArcGIS Web AppBuilder. It enables you to report by publishing data quality metrics to inform your customers, management and other interested parties about the quality of the data they use.

The Reviewer Dashboard widget displays data quality result statistics as infographics—such as pie and bar charts—to summarize data quality issues identified in your GIS data. The statistics represent total counts of results summarized by a field that allows you to understand the number and type of results present in your data.

Reviewer Dashboard widget - results by business rule

Configure and the deploy the widget

The Reviewer Dashboard widget is deployed using capabilities found in ArcGIS Online, on-premise using the ArcGIS Enterprise portal, or in a custom web app built using the ArcGIS Web AppBuilder (Developer Edition). Configuration of the widget is the same regardless of the method you choose for deploying your web app.

Learn more about getting started with the ArcGIS Web AppBuilder

Learn more about configuring the Reviewer Dashboard widget

Use the Reviewer Dashboard widget

The Reviewer Dashboard widget provides a graphic representation of data quality results from your results service. Users of the widget can easily view and summarize results in different ways to better understand liabilities present in the data.

Learn more about using the Reviewer Dashboard widget


In diesem Thema
  1. Overview
  2. Deploy services