BatchDriver.java

Use this sample to bulk load artifacts into EPM Workspace and to modify artifact assessors. You can bulk load these artifacts using this sample program:

BatchDriver.java reads a control file that contains control statements describing artifacts that are created in the repository. For more information on the control file and the control statements used for this sample, see Batch Driver Sample Program Control File. A sample control file, batch_driver.cf is in <EPM_ORACLE_HOME>/products/biplus/SDK/samples/java.

Input parameters:

user pwd host port control_file (for example, batch_driver.cf)

Output:

A batch load of one or more of these artifacts: accessor, category, data, Interactive Reporting database connection, Interactive Reporting document.

An example of the syntax when you compile the program:

java -cp .;%classpath% BatchDriver admin password venice 6800 TEST1 <EPM_ORACLE_HOME>/products/biplus/SDK/samples/java/batch_driver.cf

An example of the syntax when using the installed compiled version of the program:

java -cp .;%classpath% com.sqribe.rm.BatchDriver admin password venice 6800 TEST1 <EPM_ORACLE_HOME>/products/biplus/SDK/samples/javabatch_driver.cf