Issue with attachment in email notification

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ysrini9
Participant
Posts: 108
Joined: Tue Jul 12, 2005 2:51 am

Issue with attachment in email notification

Post by ysrini9 »

In the Attachment option, we are passing two parameters as
#Src_Dir##File#
#Src_Dir# for /data/Proj/source/Arrival/

#File# for File name


We need to send one file attachment through Mail .we are not able to send that attachment.

There are issues mentioned below.

In Datastage Warning:
sSeq_BOS_STAG_PPI..JobControl (DSSendMail): Cannot open attachment file /data/Proj/source/Arrival/

In Unix warning:

WARNING - MISSING ATTACHMENT: Cannot open attachment file '/data/Proj/source/Arrival/'

Please help me on this..
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I believe you have to use a single job parameter there.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

But first verify (in the job log) that #File# is being passed correctly to the job.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply