Error While Sending Mail from Routines

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
OAC
Participant
Posts: 14
Joined: Wed Dec 15, 2004 3:40 am

Error While Sending Mail from Routines

Post 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.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post 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.
OAC
Participant
Posts: 14
Joined: Wed Dec 15, 2004 3:40 am

Post 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.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post 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.
Post Reply