ReviewerConsole inputs
The inputs are the workspace, session, batch job, and XML information that can be specified for an action.
Parameter |
Description |
Configuration notes |
---|---|---|
/job: | A Data Reviewer service job configuration XML file | This file can be used in lieu of specifying the /rbj:, /wks:, and /session: parameters, if you have a service configuration job available. |
/wks: |
The geodatabase that contains the Reviewer session and administrative tables |
The value for this parameter is one of the following:
|
/session: |
The name of the Reviewer session that records the batch job results |
The session name needs to be placed in quotes if it contains spaces. |
/sessionid | The numeric identifier for a Reviewer session. | You can input one or more session ids. /sessionid:1 or /sessionid:1,2,3,4 |
/rbj: |
A list of one or more batch job files that will be processed |
The value for this parameter is the path to the batch job file and the batch job file name. Multiple batch jobs must be comma separated. If the file name or path contains spaces, it must be placed in quotes. |
/job: |
This executes the specified Reviewer service job. The workspace, session, and batch jobs specified in the job configuration are used in lieu of providing the /rbj:, /wks:, and /session: parameters individually in conjunction with the /exec action. |
This parameter causes the program to ignore any schedule information specified in the service job file. |
/pd: | The geodatabase workspace that is going to be validated by the batch jobs. | If this parameter is not defined, the batch jobs are used to validate the workspaces referenced in the batch jobs. |
/v: | The geodatabase workspace version. | This is used in conjunction with /create and /session to associate an SDE version with the new session. It can also be used in conjunction with the /pd: parameter to specify the version of the production database that is going to be validated with the batch jobs. The version name must be in quotes if it contains spaces; for example, "Test Data". |
/pl: | The geodatabase workspace that has the product library that contains the batch jobs to run. | |
/pc | The name of the product class in the product library that has batch jobs associated with it. | |
/type: | The type associated with the batch jobs you want to run. You can run Attribute, Spatial, or Reviewer batch jobs.
| If you list batch jobs to run, they must all have the same type associated with them. |
Specifying workspaces with the /wks: option
The /wks: option is used to specify the workspace that contains the Reviewer administration tables that store, for example, sessions and check errors. It is also used to specify workspaces in which Reviewer administration tables can be created or deleted. Any of the supported geodatabase workspace types can be specified as follows:
- File or personal geodatabase—Provide the full path to the file geodatabase (.gdb) folder or Microsoft Access database (.mdb). Use quotes if the path name contains spaces.
/wks:"C:\SampleData\FileGDB.gdb" /wks:"C:\SampleData\PersonalGDB.mdb"
- SDE database connection—Provide the name of the SDE connection file (.sde). Provide the full path to the connection file if it is located in a folder other than $\Documents and Settings\[user name]\Application Data\ESRI\Desktop10.0\ArcCatalog.
/wks:ReviewerDatabase.sde, /wks:"C:\Data\ConnectionFiles\ReviewerDatabase.sde"
- Database server connection file for an ArcSDE Personal or Workgroup SQL Express database—Provide the name of the geodatabase server connection (.gds) file. Provide the full path to the SDE connection file if it is located in a folder other than $\Documents and Settings\[user name]\Application Data\ESRI\Desktop10.0\ArcCatalog. In addition, the name of the database and, optionally, the version must also be specified if the version is something other than dbo.Default. The ReviewerConsole expects the database and version to be specified in a pseudo-path name syntax. The connection string is as follows:
Optional Path Components\Connection File.gds\Database Name\dbo.Version Name
For example:/wks:ReviewerDatabase.gds\VMAP
connects to the dbo.Default version in the VMAP database on the database server specified in the .gds file.
/wks: C:\Data\ConnectionFiles\ReviewerDatabase.gds\VM2T\dbo.DataEdits
connects to the dbo.DataEdits version in the VM2T database on the database server specified in the .gds file.
/wks:ReviewerDatabase.gds
is an error. At a minimum, a database must be specified.