Error with sendmail function

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
rdy
Participant
Posts: 38
Joined: Wed Nov 05, 2003 2:40 pm

Error with sendmail function

Post by rdy »

We have a sequence job that sends an email using the "NotificationActivity" stage. This is a parameterized job, so it is executed 6 times with different parameters. (Jobs are set to allow multiple instances.)
(I've removed some of the actual path names)
processPLASOfficeUpdates.processPLASRDServiceCenterOfficeUpdates.JobControl (DSSendMail): Error when executing command: /etl/Ascential/DataStage/Projects/.../sendmail_processPLASOfficeUpdates.sh
*** Output from command was: ***
/etl/Ascential/DataStage/Projects/.../sendmail_processPLASOfficeUpdates.sh: /etl/Ascential/DataStage/Projects/.../sendmail_processPLASOfficeUpdates.sh: cannot open
This email step was executed successfully five times, but one of the times it errored out. Is there any question of contention between the jobs? What else could cause the error?
DSkkk
Charter Member
Charter Member
Posts: 70
Joined: Fri Nov 05, 2004 1:10 pm

Post by DSkkk »

you can check whether you have proper permissions to rwx to it.
g.kiran
Post Reply