Email Notification Activity problem

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
ramu1
Participant
Posts: 14
Joined: Mon May 12, 2008 12:47 am

Email Notification Activity problem

Post by ramu1 »

Hi Friends

we are using Email Notification Activity in Job Sequence.
after completing the sequence run we are not getting any mail,
in log files we are getting message like below:
Sent message to 'someone@abc.com'
Executed command: /opt/datastage/Ascential/DataStage/Projects/greyhound_jde_new/sendmail_seq_jde_account_code_combination4973_29374.sh
*** No output from command ***
The following parameters in the call to DSSendMail were not mentioned in the file 'dssendmail_template.txt': server


Can you please help me what is the problem,what we need to do to resolve this.

Thanks&Regards

Ramu
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You need to specify the name of an SMTP server in your Notification Activity.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ramu1
Participant
Posts: 14
Joined: Mon May 12, 2008 12:47 am

Post by ramu1 »

Hi Ray,

I allready mentioned the SMTP Mail Server Name in that and Senders and Recepient Mail addresses.

Please help me,in this


Thanks&Regards

Ramu
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Have you, or has anyone else at your site, modified the ''dssendmail_template.txt" file?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
uegodawa
Participant
Posts: 71
Joined: Thu Apr 27, 2006 12:46 pm

Post by uegodawa »

if you're using WINDOWS O/S sendmail.exe should be available in your datastage server. Please check that sendmail.exe is installed then try to use following commad from command prompt and verify that you receive emails .

sendmail.exe -f %from% -t %to% -s "%subject%" -b %file% -m %server%
Thanks,
Upul
Manu1
Participant
Posts: 36
Joined: Mon Aug 31, 2009 5:51 am
Location: Hyderabad

Post by Manu1 »

Hi Ramu,

Is your issue resolved?If yes,could you plz let me know the resolution.I am also facing the same issue.
Manu
Datastage Devoloper
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Manu1 wrote:I am also facing the same issue.
No, you're not as you are not on a Windows server. Stick with your original post.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply