FileNet P8 CFS CM OnDemand, Version 5.2.1              

Content federation exporter command-line options

Use the configure action to save the exporter configuration options to a configuration file. After the configuration file is created, use the federate action to federate documents to Content Platform Engine.

The following example shows a typical command-line execution of the exporter:

 java -classpath jdbc driver;CFSODExporter.jar com.ibm.cm.od.exporter.Exporter [configure|federate] [options]
Note: In a z/OS® implementation, jdbc driver path must include the db2jcc_license_cisuz.jar file: .

The following options are supported:

-u userid [,userid2]
The user ID needed to authenticate to the database instance.
-p password [,password2]
The password that is needed to authenticate to the database instance.
-h hostname [,hostname2]
The database server host name that is associated with the database instance.
-o port [,port2]
The connection port number that is associated with the database instance.
-e db engine [,db engine2]
The database engine literal (‘db2', ‘mssql', or ‘oracle') that is associated with the database instance.
-I db instance [,db instance2]
The database instance name.
-s db owner
The Content Manager OnDemand database owner. This option is required on z/OS if more than one Content Manager OnDemand instance is defined to DB2®.
-d path
The directory in which trace files can be stored.
-t export trace
Enable tracing for the utility. A value of 0 disables trace and a value of 1 enables trace. This value is optional.
-g AG name
Application group name to process. This value is optional. If this value is omitted, all application groups in the ARSCFSODWORK table that are configured for content federation are processed.
-n number
The number of documents to export per session. This value is optional, and the default setting is appropriate in most cases. Possible values are 1 - 250.
-D number of days
Specify how many days before today to mark as the beginning of the data to export. Data that was loaded before this date is not processed. This value is optional. If this option is not provided, the current day is used as the starting date.
-f path
The full path and file name of the configuration parameters file. This parameter is always required.
Tip: The -u, -p, -h, -o, -e, and -I options can have two comma-separated parameters.
  • Parameter one points to the Content Manager OnDemand database.
  • Parameter two points to the federator database. This value is optional if the federator database is not using the Content Manager OnDemand database, such as ARCHIVE.


Last updated: October 2015
cfsod016.htm

© Copyright IBM Corporation 2015.