The Command Line Launcher utility is in the calcmgrCmdLine.jar file in %EPM_ORACLE_HOME%\common\calcmgr\11.1.2.0\lib. You need to install the Java Runtime 1.6+ binaries on the computer where you run the utility. To run the utility, copy the jar file to the computer where you want to run the utility, and use the following command:
java –jar calcmgrCmdLine.jar <Calc Server URL> <USER> <PASSWORD> <APPLICATION NAME> <DATABASE NAME> <RULE NAME> [,<VARIABLE NAME>=<VARIABLE VALUE>]
The Command Line Launcher can run only one rule at a time.
If a variable name that is not referenced in the rule is passed, it is ignored, and no message to that effect is generated.
If a variable is referenced in the rule, but not passed in as an argument, the generated rule script uses the validation value or the variable’s default value (if specified).
If the launch is successful, an error level of zero is returned. If the launch is not successful, an error level of 1 is returned.