Using the cqdiagnostics.pl script

Run the cqdiagnostics.pl script before validating a schema repository or user database, or viewing a rule's description.

To run the validatedb and describe subcommands, you must run the cqdiagnostics.pl script. The cqdiagnostics.pl script sets the utility's class path environment variable and invokes one of the subcommands. The cqdiagnostics.pl script contains variables that correspond to all of the parameters needed to run the validatedb and describe subcommands. Edit the script to include values for your schema repository and/or user database and specify which subcommand to run; and then run the script. The script invokes the utility with the values that you specify. You can create multiple versions of the script to represent the different database configurations you plan to test on a regular basis.

Related information
Validating a schema repository
Validating a user database and schema repository
Viewing a rule's description

Feedback