Command Format

Each batch process accepts input parameters passed on the command line. The parameters required vary between batch processes1.

To execute a batch process in stand-alone mode, run the following (one-line) command from the runtime directory:

build runbatch
-Dbatch.program=
curam.intf.
<program class name>.<program operation name>
-Dbatch.username=<your Cúram batch user>
-Dbatch.parameters=
"<comma-separated list of parameter name=
value pairs>"

An example of this type of command is:

build runbatch
-Dbatch.program=
curam.intf.PersonExtract.extractPersonDetails
-Dbatch.username=superuser
-Dbatch.parameters="extractFilePath=c:\testfile.dat"
Note: If you are repeatedly running only one batch process (e.g., for testing purposes), it may be convenient to remove the "-D" parameters from the command line and place them in your project\properties\Bootstrap.properties file within your Cúram Runtime installation directory.
1 The parameters accepted by a batch process may be viewed in the online Cúram Application prior to scheduling it for execution.