File Name
| Description
|
---|---|
lib/MDMExecuteBatch.jar | Core of the Resource Kit that contains the
com.informatica.mdm.tools.MDMExecuteBatch Java class.
|
scripts/SiperianConnection.properties | SIF connection configuration file.
|
scripts/mdm_exec_batch_proc.sh | UNIX bash shell script that simplifies the execution of the MDMExecuteBatch class and redirects logs output to a log file for traceability.
If you use WebSphere, add the following parameter to the
mdm_exec_batch_proc.sh or
mdm_exec_batch_proc.bat script:
|
scripts/mdm_exec_batch_proc_env.sh | UNIX bash shell script to set the environment variables for
PATH ,
CLASSPATH , the MDM Hub user name and password, the location of the
SiperianConnection.properties file, and directory locations used by
mdm_exec_batch_proc and
get_encr_pwd scripts. Option for preferred return code,
JOB_RUN_STATUS or
JOB_RUN_RETURN_CODE .
|
scripts/get_encr_pwd.sh | UNIX bash shell script to interface the
siperiancommon.jar to get encryption password strings.
|
scripts/sample_job_steps_script.sh | A sample script to run a series of jobs.
|
scripts/mdm_exec_batch_proc.cmd | Windows script that simplifies the execution of the MDMExecuteBatch class and redirects logs output to a log file for traceability.
|
scripts/mdm_exec_batch_proc_env.cmd | Windows script to set the environment variables for
PATH ,
CLASSPATH , the MDM Hub user name and password, the location of the
SiperianConnection.properties file, and directory locations used by
mdm_exec_batch_proc and
get_encr_pwd scripts. Option for preferred return code,
JOB_RUN_STATUS or
JOB_RUN_RETURN_CODE .
|
scripts/get_encr_pwd.cmd | Windows script to interface the
siperiancommon.jar to get encryption password strings.
|
scripts/sample_job_steps_script.cmd | A sample script to run a series of jobs.
|