Previous Topic: Review a DatabaseNext Topic: Print Setup


Execute Batch File

When importing a large volume of data (which could involve several gigabytes in several source files), processing can take many hours. Therefore, a batch processing option enables processing during off-hours in accordance with a predetermined order defined by the Role Engineer.

The following list shows the typical order of commands in a batch file:

  1. IMPORT RACF
  2. IMPORT CSV
  3. MERGE CFG
  4. ENRICH UDB
  5. ENRICH RDB
  6. FILTER CFG

The format for batch file executions is an XML file format, which must follow XML file rules. The file extension must be .sbt.

To run the batch file from a Microsoft Windows command prompt, execute the file using the following format:

EurekifySageDNA-V32.exe SBT_file_name

For example, EurekifySageDNA-V32.exe merge.sbt.

Alternatively, you can run the batch file by selecting Execute Batch File from the File menu.

Note: For more information about running batch files, see the Programming Guide.