...
- For example: There is a Job called “GR_ACCOUNTS_LOCAL"
- Within the relevant Project filesystem, find the RT_SC<Job Number> directory that corresponds to the Job. The simplest method is to use Director to open up a log entry for the Job then get the "Job No." entry from that dialog box.
- Within the RT_SC<Job Number> directory, find the Job-Level Message Handler config file (Local.msh)
- Once found, copy and rename that file to GR_ACCOUNTS_LOCAL.msh and check it into Git alongside the existing ISX filefile
- Once this file has been checked in, re-check in the corresponding Job. This ensures that automated deployments pick it up.
- The (updated) Continuous Integration Bamboo Plan for the corresponding DataStage Project will be auto-triggered and must complete successfully. This will ensure that subsequent deployments to other environments (Test, QA, Production) will include Job-Level Message Handlers.
...