Page 1 of 1

Build job log email into dsjob via parameter file.

Posted: Wed Aug 04, 2010 8:42 pm
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.