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:
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>
Copyright © 2014 CA.
All rights reserved.
|
|