Customizing HCL Workload Automation to run IBM InfoSphere DataStage jobs
You can customize HCL Workload Automation for running IBM InfoSphere DataStage jobs by using the DataStageJobExecutor.properties file.
The DataStageJobExecutor.properties file is a text file that contains the user credentials and the path where you installed the IBM InfoSphere DataStage Server.
agent_install_dir/TWA/TWS/JavaExt/cfg
Where agent_install_dir is
the path where you installed the HCL Workload Automation dynamic
agent or the IBM Workload Scheduler for z/OS agent.The properties file is automatically generated either when you perform a "Test Connection" from the Dynamic Workload Console in the job definition panels, or when you submit the job to run the first time. Once the file has been created, you can customize it. This is especially useful when you need to schedule several jobs of the same type. You can specify the values in the properties file and avoid having to provide information such as credentials and other information, for each job. You can override the values in the properties files by defining different values at job definition time.
Property | Description/value | Required |
---|---|---|
installDir | The IBM InfoSphere DataStage Server
directory where you find the DataStage command, dsjob.
The default is:
|
✓ |
Domain | The domain to log on to, expressed as domain:port_number | |
Server | The server to log on to. | |
UserName | The user to use when logging on. | |
Password | The password of the authorized user. It is encrypted when you retrieve any information by using a list or when you submit the job. |
Example
installDir=C:/ABC/InformationServer/Server/DSEngine/bin
Domain=nc112206.rmlb.it.abc.com:9444
Server=nc112206
UserName=isadmin
Password=ispass