This is an old revision of the document!


MBatch - Batch Model Execution

MbtBatch tag is the root tag in the batch configuration. It contains one “ExecGroupList” element and several attributes described below:

  • logger - name of the log4J appender, e.g. com.webmbt.client. Log4J config file is located at “www/MbtSvr/config”. The execution results are written to this logger.
  • timeout - timeout in minutes for the entire batch
  • parallels - max number of groups can be executed concurrently. This number can not be greater than the number of users licensed.
  • port - TestOptimal server port number, e.g. 8888
  • userid - default user id to be used to access all models in ExecItem tag in this batch. You may override this user id for a specific ExecItem.
  • password - default password to be used to access all models in ExecItem tag in this batch. You may override this password for a specific ExecItem.
  • javaMailFrom - the from address of the email notification to be sent when this batch is completed.
  • email - email address to send the batch completion notification. Requires definition of “javaMailHost” in /www/MbtSvr/config/config.properties file to point to the SMTP mail server. Leave blank if you do not want email notication.
  • subject - the email subject