MicroStrategy ONE

Command Line Exit Codes

When an integrity test executed from the command line ends, it returns a number. This number is an exit code. If the script ends unexpectedly, this exit code can help you find the cause of the error.

To view the error code in the same command prompt window as the test execution, type echo %ERRORLEVEL% and press ENTER.

Exit Code

Meaning

0

The test execution succeeded and all reports have a status of Matched.

1

The test execution succeeded, but at least one report has a status other than Matched.

2

Integrity Manager was unable to establish a connection to the Intelligence Server or the connection was interrupted during the test.

3

Either your Integrity Manager license has expired or you do not have the privileges necessary to run Integrity Manager. You can view license information in License Manager.

4

The test execution failed. For more information about this error, see the integrity test log for this test.

5

The test execution was aborted by the user.

Related Topics

Executing a Saved Test from the Command Line

Command Line Syntax

Manually Editing an Integrity Test File