Viewing a rule's description

Use the describe subcommand to display information about the master_package_col_rule file, which is defined in the rules.xml file.

This example uses the describe subcommand to display information about the master_package_col_rule file, which is defined in the rules.xml file. Use the –rulenames option to identify one or more specific rules. If you do not narrow the scope to specific rules or rule groups, the describe subcommand displays information for all rules that are in the rules file. You must edit the cqdiagnostics.pl script to specify which subcommand to run and which parameters to use; then run the script.

describe -rulefile configuration\rules.xml -rulenames master_package_col_rule

Validating Rules File..... Done

master_packages_col_rule : Table should have following columns
Columns and types
master_dbid INTEGER (10,0)
version INTEGER (10,0)
name VARCHAR (30,0)
package_ownership INTEGER (10,0)
description VARCHAR (255,0)
dllname VARCHAR (255,0)

The following command displays information about the rules that belong to the users and multisite rule groups. Use the –rulegroups option to identify one or more rule groups.

describe -rulefile configuration\rules.xml -rulegroups users multisite


Feedback