Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. For example: There is a Job called “GR_ACCOUNTS_LOCAL"
  2. 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.
  3. Within the RT_SC<Job Number> directory, find the Job-Level Message Handler config file (Local.msh)
  4. Once found, copy and rename that file to GR_ACCOUNTS_LOCAL.msh and check it into Git alongside the existing ISX filefile 
  5. Once this file has been checked in, re-check in the corresponding Job. This ensures that automated deployments pick it up.
  6. 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.

...