run_job_template.sh script

Use the run_job_template.sh script to create scripts to integrate with an extender scheduler, such as Tivoli® Workload Scheduler, in the IBM® Product Master environment. The run_job_template.sh script is in the $TOP/bin directory. Ensure that you modify the values in this script and then issue the command to run the job.

Syntax

run_job_template.sh

Parameters

None

Example

In this example, the run_job_template.sh script is used to create a script:

# Set the IBM Product Master installation directory here and uncomment the line  
#export TOP=<Path to IBM Product Master installation home directory> 
# E.g. /usr/appinstalls/mdmpim60

# Set the job related variables below as needed, uncomment the lines and 
# do not modify anything else after this
# CCD_JOB_NAME=<Job Name>             # [Required]
# CCD_JOB_TYPE=<Job Type>             # [Required, Valid values are import|export|report]
# CCD_COMPANY_CODE=<Company Code>     # [Optional, Default Value is trigo] 
# CCD_USERNAME=<User Name>            # [Optional, Default Value is Admin]
# CCD_DEBUG=<Debug on or off>         # [Optional, Default Value is off]
You might, for example, change the values for your job to something like the following example:
# Set the IBM Product Master installation directory here and uncomment the line  
export TOP=/usr/IBM/mdmpim

# Set the job related variables below as needed, uncomment the lines and
# do not modify anything else after this
CCD_JOB_NAME=feed1        # [Required]
CCD_JOB_TYPE=import       # [Required, Valid values are import|export|report]
CCD_COMPANY_CODE=test     # [Optional, Default Value is trigo] 
CCD_USERNAME=m            # [Optional, Default Value is Admin]
CCD_DEBUG=on              # [Optional, Default Value is off]