Bulk export configuration

You must review and update the ExportAll.properties and RDMBatchExportClient.properties files before you run the bulk export program.

Procedure

  1. Copy the ExportAll.sh, ExportAll.properties, and RDMBatchExportClient.properties files from your InstallDir directory to your preferred runtime directory.
  2. Open the ExportAll.properties file and edit these properties to match the properties in your installation and DB2 properties file:
    • maplist
    • hierlist
    • statelist
    • exportAll_db_name
    • exportAll_db_user
    • exportAll_db_password
  3. Save the ExportAll.properties file.
  4. Open the RDMBatchExportClient.properties file and edit these properties to match the properties in your installation:
    • format
    • password
    • provider_url
    • target_dir
    • user
  5. Save the RDMBatchExportClient.properties file.
  6. Review the Java™ environments that are listed for your PATH environmental variable. Confirm that they are in this order:
    • export JAVA_HOME = IBM JAVA INSTALL PATH, such as /opt/IBM/WAS85/java/bin
    • export PATH = $JAVA_HOME:$PATH
    • export PATH = .:$PATH


Last updated: 22 Mar 2017