Notification to Multiple Recipients

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
skp
Premium Member
Premium Member
Posts: 135
Joined: Wed Dec 26, 2007 1:56 am
Location: India

Notification to Multiple Recipients

Post by skp »

Hi,

I have a requirement to send e-mail to TWO Recipients through Notification Activity.If i pass two e-mail id's seprated by semi-colon[;]none of the recipients were receving e-mail.Is there any way to send mails to both with single Notification Activity.

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

Post by chulett »

Sure, and the conversations on the subject are out there.

You need to determine delimiter does work on your system. It could be a space, a comma, a semi-colon... one of those should work. Or a combination, for example you may need a space after the comma or you may specifically need to exclude the space.

Code: Select all

Name1@wherever.com,Name2@wherever.com
Name1@wherever.com, Name2@wherever.com
Name1@wherever.com Name2@wherever.com
One of those should work for ya, I reck'n. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
josh.guffey
Participant
Posts: 40
Joined: Thu Apr 17, 2008 1:52 pm
Location: Huntsville, AL

Post by josh.guffey »

Create a User Defined Environment Variable with the 2 email addresses and place that variable in the Recipients email address: field in the Notification Activity. In our shop we have these addresses seperated by a ;

Hope this helps
Post Reply