Running multiple batch programs on the same server
You can concurrently execute multiple non-accumulated batch instances on the same machine without any additional configuration.
execute the run-na-batch script multiple times with the desired number of batch instances and with the appropriate command line parameters.
It is recommended to use
the -logfile <log file name>
command
line option to have different log files for each running batch instance. This is to
avoid various logging coming from different batch instances in the same log
file.