Build job log email into dsjob via parameter file.

Do you have features you'd like to see in future releases of DataStage, MetaStage, Parameter Manager, Version Control or one of the other tools represented on this forum? Post your ideas here!

Moderators: chulett, rschirm

Post Reply
Ultramundane
Participant
Posts: 407
Joined: Mon Jun 27, 2005 8:54 am
Location: Walker, Michigan
Contact:

Build job log email into dsjob via parameter file.

Post by Ultramundane »

From specified stanza section in ini file, if any of the below are present, automatically send the latest job log as an email to the indicated addresses.

So, please add a couple reserved parameters for dsjob:
EMAIL_SUCCESS_REPORT=ADDRESSES
EMAIL_FAILURE_REPORT=ADDRESSES
EMAIL_REPORT=ADDRESSES

For emailing other files:
EMAIL_FILENAME_1=<filename>
EMAIL_FILENAME_1_ADDRESSES=ADDRESSES
.
.
.
EMAIL_FILENAME_N=<filename>
EMAIL_FILENAME_N_ADDRESSES=ADDRESSES

Note: EMAIL_REPORT is basically email job log under any condition.
Post Reply