Available with Data Reviewer license.
In this exercise, you'll learn how to create and use a Reviewer session. You'll create a Reviewer workspace, and add a record to the Reviewer table. You'll then finish the quality control cycle by correcting and verifying the record.
Exercise 1a: Starting and configuring a Reviewer session
For this portion of the exercise, you'll use the Reviewer Session Manager to create a Reviewer workspace. During the exercise, the Reviewer Session Manager creates the Reviewer schema, which includes the Reviewer table and the Reviewer feature dataset, in an empty geodatabase.
A Reviewer session is a way to organize the records in the Reviewer table. A unique session could be created for each person performing the review or for each area being reviewed.
- Start ArcMap.
- Open the Reviewer.mxd file.
The Reviewer.mxd file is located in the DataReviewer directory where the sample data has been copied.
- Set the Quality Control Toolbar Settings by clicking Customize > Production > Toolbar Settings > Quality Control.
- Click the Reviewer Session Manager button on the Data Reviewer toolbar.
The Data Reviewer toolbar is docked in the upper left of the ArcMap display.
The Reviewer Session Manager dialog box appears.
- Click Browse in the Reviewer Workspace area.
The Reviewer Workspace dialog box appears.
- Navigate to the Reviewer workspace (Reviewer.gdb) and click Add.
The Reviewer workspace is located in the DataReviewer directory where the sample data was copied. Reviewer.gdb appears in the Reviewer Workspace area in the Reviewer Session Manager dialog box.
The User Name value is automatically populated with your Windows login name.
- If necessary, update the value in the User Name text box.
- Click New.
The Reviewer Workspace Properties dialog box appears. This dialog box only appears the first time you create a session in a Reviewer workspace.
- Ensure that the Use Active Data Frame Spatial Reference option is selected and click OK.
The Reviewer Session Manager dialog box appears with the session information populated. At this point, the Reviewer tables and feature dataset are created in the Reviewer.gdb geodatabase. The Reviewer feature dataset has the chosen spatial reference. It is important to ensure that the spatial reference of the Reviewer feature dataset matches the spatial reference of the data being reviewed.
- Type Exercise 1 in the Name text box.
The Reviewer Dataset Version will remain unavailable. This option is only used if the Reviewer database is in an enterprise database.
- Click Start Session.
The button name changes to End Session.
- Click Close.
The Reviewer Session Manager dialog box closes, and the Reviewer tools use the current session when writing to the Reviewer table.
Exercise 1b: Committing records to the Reviewer table
The first stage in the data review cycle is to find issues with your data. Once an issue is identified, the feature is committed to the Reviewer table with a description of the issue.
- Zoom to the Commit Record bookmark by clicking Bookmarks > Commit Record on the Main Menu toolbar.
Near the center of the screen, you will see a road that is straight even though the image shows that the road curves.
- Select the feature from the MajorRoads feature class.
- Click the Commit to Reviewer Table button on the Data Reviewer toolbar.
The Commit to Reviewer Table dialog box appears.
- Choose Reshape Line from the Enter Reviewer Status list.
- Enter additional information such as Road needs to be reshaped. in the Notes text box.
- Click the Severity drop-down arrow and change the value to 3.
- Click OK.
The Commit to Reviewer Table dialog box closes. A record is written to the Reviewer table.
- If the Reviewer Table window is not visible in ArcMap, click the Reviewer Table button on the Data Reviewer toolbar.
The Reviewer Table window appears. Ensure that the Reviewer table is docked at the bottom of ArcMap, and adjust the height so you can see the record.
- Double-click the record.
The feature associated with the record is selected, and the extent is zoomed to the extent of the feature.
- Scroll the Reviewer table to the right to see the values for the record.
Notice that the status you chose from the list appears in the REVIEWSTATUS field. The ObjectId of the feature appears in the OBJECTID field, and the name of the feature class appears in the ORIGINTABLE field. Also notice that the session user name is populated in the REVIEWTECHNICIAN field.
Exercise 1c: Correcting and verifying records in the Reviewer table
Once an issue is identified in the data, the issue needs to be fixed. The final step in the review cycle is to verify that the identified issue has been correctly fixed.
Often, the person who identifies an error may not be the same person who corrects it. The status of the issue can be tracked in fields in the Reviewer table record.
- Click the Production Start Editing button on the Production Editing toolbar.
- Double-click the Reviewer table record.
This selects and zooms to the road feature you committed.
- Click the Reshape Feature tool on the Production Editing toolbar.
- Create an edit sketch that intersects the selected feature twice and follows the road in the image.
- Double-click or press F2 to finish the sketch.
The feature is reshaped.
- Click the Stop Editing button on the Production Editing toolbar.
- Click Yes on the Save dialog box.
Now that the issue has been fixed in the data, the status of the Reviewer table record also needs to be updated.
- Ensure that the Reviewer table record is selected.
- Right-click the record and click Enter Correction Status.
The Update Results dialog box appears.
- Click the Update Status drop-down arrow and choose Resolved.
- Click the Correction Notes drop-down arrow and choose Per Guidance.
- Click OK.
The Reviewer table record is updated.
- Scroll in the Reviewer Table until you can see the Corrected On, Correction Notes, and Corrected By fields.
Notice that they are now populated with your user name, the current date and time, and the values you specified on the Update Results dialog box.
Now that the Reviewer result has been corrected, the next stage is to verify that the issue has been corrected properly. Depending on the way you choose to implement the quality control workflow, this action may be performed by someone who did not fix the error. For more information about Reviewer result lifecycle management, see Result management of the quality review process
- Right-click the record and click Enter Verification Status.
The Update Results dialog box appears.
- Click the Update Status drop-down arrow and choose Acceptable.
- Type Acceptable in the Verification Notes text box.
- Click OK.
The Reviewer table record is updated.
- Scroll in the Reviewer Table until you can see the Verified On, Verification Notes, and Verified By fields.
Notice that they are now populated with your user name, the current date and time, and the value you specified on the Update Results dialog box.
Exercise 1d: Ending a Reviewer session
The Reviewer Session Manager allows you to end a Reviewer session. This allows you to change to a different Reviewer session while remaining in ArcMap. If you do not end the Reviewer session, it will automatically end when you close ArcMap.
- Click the Reviewer Session Manager button on theData Reviewer toolbar.
The Reviewer Session Manager dialog box appears.
- Click End Session.
The Reviewer session ends, and the button name changes to Start Session.
- Click Close.
The Reviewer Session Manager dialog box closes.
In this exercise, you started and ended a Reviewer session and took a single Reviewer table record through the data validation life cycle. You can now learn about checks and batch jobs in Exercise 2: Working with batch jobs.