Avoiding sending emails from a Datastage Server/Project

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
nkln@you
Premium Member
Premium Member
Posts: 271
Joined: Wed Nov 17, 2004 5:15 am
Location: US

Avoiding sending emails from a Datastage Server/Project

Post by nkln@you »

We have Sequencers and subsequencers where there are many email notifications and mails send through DS routines.

Our objective is, when we take take the same sequencers and subsequencers from Production to development, we dont want emails sent (as emails would be sent to Business and Management People in Production) when the Sequencers are run in Dev

1. Is there any simple way of stopping mails to be sent from a particular Datastage Server

2.Is there any simple way of stopping mails to be sent from a particular Project of a Development Datastage Server.
Aim high
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

No to both. I've found the best answer is to always parameterize things like that and make sure that - outside of production - all of the emails come to the developer(s). Or the QA folks.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If you don't mind warnings you could provide the name of a non-existent SMTP server. If you don't want warnings create a recipient that has a rule to delete without reading any messages from the sender, and send to that recipient.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply