| Author |
Message |
karthi_gana

Group memberships: Premium Members
Joined: 28 Apr 2009
Posts: 232
Points: 1768
|
|
| DataStage® Release: 8x |
| Job Type: Server |
| OS: Unix |
|
All,
I have setup my job to send email notification once the batch started.
I am using CondDSSendEmail routine in 'Before routine' box.
If I include on-site person’s email id (who is working in United States) in the Mail ID then the email notification sent to the corresponding person. But If I include my email id (working from INDIA) or any off-shore email id, I am not getting any email notification.
How? I am wondering this issue.
|
_________________ Karthik |
|
|
|
 |
msuri
Participant
Joined: 23 Jul 2006
Posts: 4
Points: 29
|
|
|
|
|
|
Hi,
You guys doesn't have same SMTP Mail server or Its IP Adress. I think problem is becasue of your Mail server and Onsite Mail Server are different
Warm Regards
msuri
|
|
|
|
|
 |
Sainath.Srinivasan
Participant
Group memberships: Heartland Usergroup
Joined: 17 Jan 2005
Posts: 3293
Location: United Kingdom
Points: 13965
|
|
|
|
|
|
|
Try the mail outside DataStage.
|
|
|
|
|
 |
priyadarshikunal
Participant
Joined: 01 Mar 2007
Posts: 843
Location: Dublin
Points: 4678
|
|
|
|
|
|
|
I have seen cases when the email id its sent from is not valid, some email servers reject it and you won't even get it or it amy go to spam. Check if thats the case.
|
_________________ Priyadarshi Kunal
Genius may have its limitations, but stupidity is not thus handicapped.  |
|
|
|
 |
creatingfusion
Participant
Joined: 20 Jul 2010
Posts: 25
Location: India
Points: 191
|
|
|
|
|
|
Its true the SMTP mail server being not set up for offshore.....
Also try sending mail using unix do a test if it works else check the log....
From UNIX you can send mail using the following command.
mailx -s "Type Subject Here" mail_id\@domain < "file name to be mailed as content"
if yours mailid is abc.def@xyz.com and you want to send a test file with the filename as test.txt the command will be as :
mailx -s "TEST" abc.def\@xyz.com < "test.txt"
Remember either you type the command from the directory the test.txt file resides else give full path of that file.
Thanks
Abhijit
|
|
|
|
|
 |
karthi_gana

Group memberships: Premium Members
Joined: 28 Apr 2009
Posts: 232
Points: 1768
|
|
|
|
|
|
|
I have asked ADMIN team to look into this issue. They are looking it currently.
|
_________________ Karthik |
|
|
|
 |
|
|