Page 1 of 1

Error While Sending Mail from Routines

Posted: Tue Mar 15, 2005 5:08 am
by OAC
Hi,

I am trying to send a mail from routines which uses DSSENDMAIL function to send a routine. But i am unable to do that, i am getting the following error message.

Error Is:-

Error when executing command: /app/ascential/DataStage/Projects/PMDemoDB/sendmail_SeqDWPAT.sh
*** Output from command was: ***
Can't create transcript file ./xfj2FAspC92374: There is not enough space in the file system.


Contents of command file:
#! /usr/bin/sh
/usr/sbin/sendmail -t <<////
From: Venky
To: oacvb@yahoo.com
Subject: HI
Auto generated Message
Please do not reply this mail
////



Please help me to resolve the error.

Thanks in advance.

Posted: Tue Mar 15, 2005 5:44 am
by Sainath.Srinivasan
As the message suggests, check whether any of your Unix file system (probably /tmp) is full. If so, clear and re-run.

Posted: Tue Mar 15, 2005 10:09 am
by OAC
Hi,

I checked that also, Space for temp folder is availale. I checked in all the folders, it was fine. But still receiving such erros.

Thanks,
O.A.C.

Posted: Tue Mar 15, 2005 10:27 am
by Sainath.Srinivasan
This error is more (common) from your mail server. Check with people maintaining it. They will be able to guide and assist you.