Page 1 of 1

Issue with notification activity stage

Posted: Thu Oct 25, 2012 11:13 pm
by sumesh.abraham
I am seeing a weird issue with mail functionality on 7.5.1. Mails are not getting sent when I use notification activity stage.
I am able to send the mails successfully from the shell using mailx command and also using DSSendMailTester routine. Initially I noted that %server% tag was not there in the dssendmail_template.txt file. So I added %server% in it.

I researched it with the help of firewall team and it seems like the request is getting dropped. I am not sure why the notification activity behaves weird. As our sequence jobs are using notification activity as a standard, replacement of notification activity implementation by a mailx or DSSendMailTester routine would be only considered as the very last option.

Has anyone faced this issue? Appreciate your help!

Posted: Fri Oct 26, 2012 5:15 am
by sumesh.abraham
DataStage server is on AIX.

Posted: Fri Oct 26, 2012 2:47 pm
by rameshrr3
How many recipient email ids are being sent to ? Did you define the default mail server name ? Are there any other jobs with notification activity behaving correctly ? Is the sender email id being filtered out ? The answers to those questions may help clear up the fog.

Posted: Fri Oct 26, 2012 3:48 pm
by chulett
One thing to note is the "server" is not needed on a UNIX system, hence it not being mentioned in the template. Unless AIX is different in that regard...

Posted: Sat Oct 27, 2012 9:11 am
by sumesh.abraham
Thanks Craig and Ramesh for the responses. The mail is sent to a distribution list mail id. we are seeing the issue in all jobs that send mails out. Default mail server is specified in the notification activity.

Posted: Sat Oct 27, 2012 9:30 am
by chulett
For grins have you tried sending an email to a single email address to see if that works? I've seen odd behaviour with distribution lists in the past, depending on the email server and how exactly it was set up.

Posted: Mon Oct 29, 2012 12:01 am
by sumesh.abraham
Yes, I tried sending the mail to individual e-mail adderss as well. That did not work too! Anything different on an AIX server. This is first time I am working with DataStage hosted on an AIX server.