You can run the Data Integrity Checker Utility using the Command Line Interface (CLI).
Remember the following when running the Data Integrity Checker Utility using the CLI.
-
Smart Instrumentation must be installed on your machine
-
The CLI commands file must be located in the same folder as the Data Integrity Checker Utility
-
The Data Integrity Checker Utility CLI help can be accessed by typing the command; DataIntegrityCLI ?
The available commands are:
-
check,<DomainName> -- performs a check on the specified Domain and produces a report as an Excel file.
Example: DataIntegrityCLI check,MyDomain1
When a specific domain name is required a comma (,) must separate the command from the domain.
-
check-all -- performs a check on all domains and produces a report as an Excel file.
Example: DataIntegrityCLI check-all
-
repair,<MyDomain> -- performs a repair to the specified domain, and produces an actions report.
Example: DataIntegrityCLI repair,MyDomain1
-
repair-all -- performs a repair on all domains, and produces an actions report.
Example: DataIntegrityCLI repair-all