After publishing the rules to a feature service in the previous tutorial, this tutorial describes how to evaluate the rules and perform data quality management to correct features that do not meet your organization's data quality requirements.
Tutorial summary
This tutorial builds on the first tutorial, Create validation rules in an enterprise geodatabase, and the second tutorial, Set up and publish rules to a feature service. To proceed with this series, you must complete the previous two tutorials. If you have not downloaded ArcGIS Data Reviewer for ArcGIS Pro and the ArcGIS Pro tutorial data from the first tutorial, review the data requirements for this tutorial and complete the first tutorial.
Note:
If you do not have access to an enterprise geodatabase or a feature service, or if you are not familiar with the fundamentals of working with ArcGIS Enterprise, review the ArcGIS Data Reviewer quick-start tutorials for ArcGIS Pro.
Estimated time | 20 minutes |
Software requirements | Minimum versions ArcGIS Pro 3.3 and ArcGIS Enterprise 11.3 or later |
Licensing requirements | ArcGIS Pro:
ArcGIS Enterprise:
Note:The ArcGIS Advanced Editing user type extension is required to complete this tutorial series. |
Data requirements | The data for this tutorial is available from the Data Reviewer for ArcGIS Enterprise Tutorial page. This package contains the project package and a subset of the Local Government sample data. To download the data, follow these steps:
|
Open the project
In this exercise, you will open a project package that contains data modeled in a file geodatabase and verify its contents using ArcGIS Pro.
- Start ArcGIS Pro.
- Sign in if necessary to ArcGIS Pro using your Enterprise account.
Evaluate the published rules
With the neighborhood street data and attribute validation rules successfully published to a feature service, you can evaluate the rules in ArcGIS Pro using the Error Inspector pane.
To evaluate the published rules in ArcGIS Pro, complete the following steps:
- Open the DataReviewerTutorial.ppkx file in ArcGIS Pro if it is not already open.
- On the ArcGIS Pro ribbon, click the Insert tab.
- In the Project group, click the New Map drop-down arrow, and click New Map.
- In the Contents pane, right-click Map, and click Properties.
- In the Name text box, change the map name to Evaluate Data Quality, and click OK.
- Open the Catalog pane and click the Portal tab.
- Double-click the Naperville_Service feature layer, and press Ctrl while clicking AddressPoints, BuildingFootprint, Master Road Name, Parcels, and RoadCenterline.
- Right-click one of the selected features, and click Add To Current Map.
The layers are added to the map.
- In the Contents pane, right-click the RoadCenterline layer, and click Add Error Layers.
Error layers are added as a group to the Contents pane.
- Right-click the RoadCenterline layer, and click Zoom to Layer.
The map zooms to the RoadCenterline area.
Note:
If the Naperville_Services feature service is added to the map, error layers are also added as individual layers. Although the error layers are added individually, you must add them to the Contents pane as a group by right-clicking one layer and selecting Add Error Layers. If the error layers are not added as a group using Add Error Layers, the Error Inspector pane will remain deactivated, and you cannot write or manage errors.
- Click List by Data Source at the top of the Contents pane.
- Right-click the database connection created in the first tutorial and click Manage Versions.
The Versions tab appears.
- Create a branch version.
- After creating the branch version, in the Contents pane, right-click the database connection and click Change Version.
The Change Version dialog box appears.
- Choose the new version created in the previous steps and click OK.
- At the top of the Contents pane, click List by Drawing Order and go back to the Evaluate Data Quality map.
- Click the Edit tab.
- In the Data Reviewer group, click Manage Quality .
- In the Results group, click Error Inspector .
The Error Inspector pane appears.
- In the Error Inspector pane, click the Evaluate Rules drop-down arrow , uncheck the Batch Calculation check box, and choose Visible Extent.
Tip:
Ensure that Visible Extent is chosen if you want to limit the evaluation area to the active map extent. To evaluate all the features in the dataset, choose Full Extent.
- Click Evaluate Rules.
Errors appear as rows in the Error Inspector pane. These errors are found by the validation rules created in the first tutorial. Depending on the size of the dataset, evaluation may take a few minutes.
- On the Edit tab in the Manage Edits group, click Save to save the error records.
Review and correct an error result
To review and fix one of the errors found in the Error Inspector pane, complete the following steps:
- On the Error Inspector toolbar, click Menu and click Show Status.
The Data Reviewer error life cycle columns are added to the Error Inspector pane.
- In the Filter group, click Fields to display a list of error properties that can be used to filter the errors displayed in the Error Inspector pane.
- In the Severity section, check the 1 check box to only display features with a severity value of 1 in the Error Inspector pane.
The Road name missing from master street list error remains.
- Click the numbered column next to the error phase column to highlight the feature that has the error.
- Right-click the numbered column and click Zoom To .
- On the Edit tab, click Attributes to open the Attributes pane.
- In the Attributes pane, click Change the selection and drag a rectangle across the road with the error to select it.
Do not select any other layers.
RoadCenterline (1) appears in the Attributes pane.
- Click the RoadCenterline (1) drop-down arrow, and click Summit Hills Lm.
- In the attributes, go to Full Road Name, change Lm to Ln, and press Enter.
- Click Apply.
- On the Edit tab, click Save Edits and click Yes to save your edit.
- Click Clear to clear the selection.
- Click Evaluate Rules .
The error you corrected appears in the Error Inspector pane with the verified status.
- On the Edit tab, click Save Edits and click Yes to save your edit.
- Click Save Project and close ArcGIS Pro.
Using the Error Inspector pane, you evaluated the rules that you authored in a previous tutorial and corrected an error, changing its validation status to acceptable.