Execute Reviewer Batch Job (Data Reviewer Tools)
Summary
Runs a Reviewer batch job on a workspace and writes the results to a Reviewer session. A Reviewer batch job contains groups of Reviewer checks. Checks validate data based on conditions, rules, and spatial relationships. Checks also specify sets of features or rows to validate and their source workspace. A Reviewer session stores information about validation tasks performed by Reviewer checks. This information is stored in a table and a dataset in the Reviewer workspace.
Legacy:
This tool is based on the Reviewer workspace which has been deprecated at ArcGIS Pro 3.7 and is no longer available. It is recommended that you migrate to ArcGIS Data Reviewer attribute rules-based workflows.
Usage
If the specified workspace is not a Reviewer workspace, use the Enable Data Reviewer tool to create one.
Caution:
This tool does not support features referenced in a batch job or Reviewer workspaces that contain 64-bit object IDs.
You can create a session with the Create Reviewer Session tool. Create Reviewer Session generates a session ID and name as an output parameter.
Reviewer batch jobs are created using tools provided in ArcMap by the ArcGIS Data Reviewer extension.
The Connectivity Rules, Metadata, and Custom check types are not supported and will be skipped during batch job operation.
The Reviewer batch job results are written to the specified session (provided in the Session parameter) in the Reviewer Workspace parameter value.
If no workspace is defined in the Production Workspace parameter, the batch job runs on the workspace provided in the Batch Job File parameter.
If the production workspace is an enterprise geodatabase, you can validate data in a particular version using the Production Workspace Version parameter.
The Analysis Area parameter value contains either merged polygon features or extent values to create the processing area. Features that intersect this area will be validated by the Reviewer batch job. Features outside this area will not be validated.
The Changed Features Only parameter is active when the Production Workspace parameter value is a versioned (traditional) enterprise geodatabase. This setting limits validation to those features that have changed from the parent to child version and only applies to a check's primary feature class (Feature Class 1). All features in secondary data resources (Feature Class 2+) are used in the validation. Changes between versions include the following:
Features inserted in the child version but not in the parent
Features changed in the child version but not in the parent
Features changed in both the child and parent versions
Features changed in the child version and deleted from the parent
A summary of the batch job is displayed in the Results window.
The output parameter is a table view of one row of the REVBATCHRUNTABLE table in the Reviewer Workspace parameter value. The row represents the record created when the batch job is run. The following table describes possible values in the
RUNCONTEXTandSTATUSfields in the REVBATCHRUNTABLE table.Field
Description
RUNCONTEXTThe code that identifies the context in which the batch job was run:
0—Desktop
1—Engine
2—Server
3—Pro
STATUSThe batch job status code:
0—Successful
The batch job was successful.
1—Successful with Errors
The batch job was successful with errors. Processing errors are usually associated with either a check failing validation (data source not available, misconfigured check) or a feature being skipped for validation due to issues with the feature.
2—Successful with Warnings
The batch job was successful with warnings. Processing warnings are usually associated with the inability to build error geometries for results and other issues that are not significant to a successful batch job.
3—Successful with Errors and Warnings
The batch job was successful with both errors and warnings as outlined above.
4—Failed
The batch job did not complete successfully. A failed batch job occurs when all checks in the batch job failed validation due to either data access or configuration issues.
A log file with the results can be found in the
%localappdata%\Esri\DataReviewerdirectory. Information in the log file includes checks that were run on a feature class, the number of features validated, and the number of results reported. Server processing errors and warnings can be examined by reviewing the serverJobsdirectory for the geoprocessing batch job service.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Reviewer Workspace |
The workspace where the Reviewer batch job results will be written. |
Workspace |
|
Session |
The identifier and name for the Reviewer session. The session must exist in the Reviewer workspace. |
String |
|
Batch Job File |
The path to the Reviewer batch job file that will be run. |
File |
|
Production Workspace (Optional) |
The enterprise or file geodatabase that contains the features that will be validated. |
Workspace |
|
Analysis Area (Optional) |
Polygon features or extent values that define the area that will be used to build a validation processing area. |
Extent; Feature Layer |
|
Changed Features Only (Optional) |
Specifies the type of features, changed or unchanged, that will be validated when the production workspace references data in an enterprise geodatabase.
|
Boolean |
|
Production Workspace Version (Optional) |
The version of the production workspace that will be validated by the batch job. This is only applicable when the production workspace is an enterprise geodatabase. |
String |
Derived output
| Label | Explanation | Data type |
|---|---|---|
|
BATCHRUNTABLE_View |
Table view containing summary information about the tool operation. |
Table View |
Environments
Licensing information
- Basic: Requires Data Reviewer
- Standard: Requires Data Reviewer
- Advanced: Requires Data Reviewer