How to implement a functionality in Datastage so that it send notification to IT in case of problems otherwise to business confirming the successful completion of the job?

1 comment:

  1. In Datastage Job Sequences,Exception Handlers activity can identify the errors & the activity name causing failure can be passed from Exception Handler to Email notification activity to trigger a mail to IT team in case of unsuccessful Execution of Job Sequence...

    Similarly,Email notification activity can be attached to the last activity in Job Sequence to trigger a mail to IT team in case of successful Execution...

    ReplyDelete