Page 1 of 1

DSSend Mail Error

Posted: Fri May 14, 2010 2:59 am
by karry450
Hi Friends,

Im trying to send a mail with attached of .csv format using Notification activity but when I run the job it fails with the below error can anyone help me please.


*** Output from command was: ***
/home/odsdev/dead.letter... Saved message in /home/odsdev/dead.letter

The following parameters in the call to DSSendMail were not mentioned in the file 'dssendmail_template.txt': server
Please check any paths in the following command file are correct, and if necessary adjust the 'dssendmail_template.txt' file in the project directory.


But when i see the dssendmail_template.txt I can see the parameters as
#! /bin/sh
/usr/lib/sendmail -t <<////
From: %from%
To: %to%
Subject: %subject%
%body%
////

can anyone help me if I missed anything

Thanks

Posted: Fri May 14, 2010 5:54 am
by ray.wurlod
Mail usually ends up in dead.letter when it fails to be delivered. Check your recipient address.

Posted: Fri May 14, 2010 6:11 am
by chulett
Not typically a DataStage thing. See if this helps. Lots of other resources out there, btw.