About the Batch Driver Control File

The batch driver control file contains the data that the batch driver program processes. The batch driver program reads a batch driver control file and processes the data in it. A sample batch driver control file, batch_driver.cf is in the directory that contains the sample program source files. The sample file shows the syntax for all artifacts that can be bulk loaded using the batch driver sample program.

This single line control statement is an example from the batch_driver.cf file that adds a data artifact. It assumes that the artifacts accessor1 and accessor2 exist in the system.

data name=aDocument^path=/batchFolder^file=D:\Doc\bart.doc^browse=true^autodelete=true^desc=A test document by batchdriver^expire=2005-06-22 12:00:00^keyword=MS doc^keyword=Design doc^perm=accessor1^perm=accessor2.

Syntax for batch driver control files: