Bulk export properties
A sample export properties file named ExportAll.properties is provided with the InfoSphere® MDM Reference Data Management Hub installation. The options in this file are used to specify parameters for running the bulk export program.
The general format of the options in the properties file
is:
option = value
The following bulk export options must be set to
match the configuration of your installation before you run the bulk
export program:
- maplist
- File that contains a list of all mappingIDs.
- hierlist
- File that contains a list of all hierarchyIDs.
- statelist
- File that contains a mapping of state names to state numbers.
- exportAll_db_name
- The name of your RDM DB2 installation instance.
- exportAll_db_user
- The user name for your RDM DB2 installation instance.
- exportAll_db_password
- The password for your RDM DB2 installation instance.
A
sample bulk export property file contains the following lines:
#Output file names used by Batch Export
#stores list of maps
maplist = maplist.txt
#stores list of hierarchies
hierlist = hierlist.txt
#stores list of states
statelist = statelist.txt
#####################################
# Database Export Configuration #
#####################################
#source database credentials
#Database name
exportAll_db_name = CDHRDMDB
#Database user required to log into the database server
exportAll_db_user = db2user
#password required to log into the database server specified in db_url
exportAll_db_password = password