Skip to main content

Execute Integrity manager test from Command line


Execute Integrity manager test from Command line 


MSTR Integrity Manager allows the user to execute a test without having to load the GUI, or to schedule a test to run later at specific times or dates.

Go over using Windows AT command at:

Here are the prerequisites to execute a test from the command line:

  • Create a test and saved using the Integrity Manager graphical interface.
  • Make sure that the users has the 'Use Integrity Manager' privilege for that project(provided by the administrator) and the 'Execute' permission for the reports to be tested.
  • Keep in mind that MicroStrategy Integrity Manager can only test three-tier projects, i.e., projects which are connected to a MicroStrategy i- Server. Projects in Direct Connection (two-tier) mode cannot be tested with this tool.
You could follow the steps below to execute a previously saved Integrity Manager test from the command line, 

  1. Create a test and save it in a particular location which is easy to access.
  2. Invoke the MicroStrategy Integrity Manager executable MIntMgr.exe using the command line. By default, this executable is located in C:\Program Files\MicroStrategy\Integrity Manager. The syntax is:
MIntMgr.exe -f FileLocation\Filename.mtc
Where:
    • FileLocation is the path to the saved test file.
    • Filename.mtc is the name of the saved test file.
    • BasePassword is the password for the user specified in the test file to log in to the base project. This is not required for a baseline-versus-project integrity test.
    • TargetPassword is the password for the user specified in the test file to log in to the target project. This is not required for a single-project integrity test.

For example, to run a saved single-project test file named WeeklyTest.mtc located in C:\Tests for which the password for the specified user in the base project is ABC, use the following command:
MIntMgr.exe -f C:\Tests\WeeklyTest.mtc -bp ABC


Comments

Post a Comment