Previous Topic: Batch Processing OverviewNext Topic: The CA GovernanceMinder Batch (SBT) Format


How to Run Batch Files

You can submit batch files for processing in one of the following ways:

When you define a batch connector job in the CA GovernanceMinder Portal, the batch file you specify must contain the following attribute:

USE_CONFIG

Defines the destination configuration file for batch file operations. Typically this value is the same as the DEST_FILE attribute.

Specify this attribute in addition to the DEST_FILE attribute in batch files that are submitted for processing through the CA GovernanceMinder Portal.

Example: Batch File Processed by the CA GovernanceMinder Portal

The batch file in this example can be specified in a batch connector job in the CA GovernanceMinder Portal because it includes the USE_CONFIG attribute.

<BATCH>
<COMMAND CONTINUE_ON_FAIL="true"
ACTION="IMPORT SQL"
SERVER="MSSQL_hostname"
DATABASE="eurekify_sdb"
SRC_FILE="SQL://BaseConfigModel.cfg"
DEST_FILE="OUTPUT/BaseConfigModel.cfg"/>
<USE_CONFIG config="OUTPUT/BaseConfigModel.cfg"/>
</BATCH>