Explain about Error Handling in Datastage and best practices.

Showing Answers 1 - 9 of 9 Answers

In datastage sequence,there is "Exception Handler" activity.When you are calling your jobs from a Datastage Sequence you should do following :

Step 1: Go to properties of master sequence and check the checkbox "Automatically handle activities that fail".Also check "Restart job from the failure point".

Step2: In your sequence ,use a exception handler activity.After exception handler activity,you may inclue a email notification activity.Here if the job fails,the handle will go to the exception handler activity and an email willl be sent notifying the user that a sequence has failed.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions