7.4.1.1 Configuring the Batch Control Utility

To configure the batch control utility, follow these steps:

  1. Navigate to the <OFSAAI Installed Directory>/database/db_tools/mantas_cfg/ install.cfg file.This file contains common configuration information that Batch Control and other utilities require for processing.
  2. Use the following sample section from the install.cfg file to input configuration information specific to this utility, including the single parameter that batch control requires.
    ############### BATCH CONTROL CONFIGURATION #####################
    
    # When ending the batch, age alerts in calendar or business days.
    age.alerts.useBusinessDays=Y
    The value of the age.alerts.useBusinessDays parameter indicates that at completion of an end-of-day batch process, the Behavior Detection application calculates the age of active alerts by number of calendar days (N) or business days (Y). The value of this parameter resides in the KDD_CAL table.
    The utility connects to the database employing the user that the utils.database.username property specifies in the install.cfg file.