How to send Email notification when the job is successfull.!

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Vipin
Participant
Posts: 15
Joined: Thu Oct 16, 2003 4:05 am
Location: India

How to send Email notification when the job is successfull.!

Post by Vipin »

Hi,
I have seen people talking about sending email when job is successfull,
I am afraid I could see only the net send option for a perticular server job.

How DS can be configured to send email showing job's success.

Thanks.

Regards,
Manoj.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Create a Sequence job 'wrapper' to run your job and then use the Email Notification stage to send an email when the job completes successfully. You can also send email for other circumstances as well (errors,warnings,etc) all based on triggers. It's pretty straight-forward and documented in the manuals.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Amos.Rosmarin
Premium Member
Premium Member
Posts: 385
Joined: Tue Oct 07, 2003 4:55 am

Post by Amos.Rosmarin »

Or ....
use the DSSendMail routine in the after job command. There is an option to run the after-job command only after successful job completion.
Post Reply