Search found 51 matches

by sudeepmantri
Fri Oct 27, 2006 12:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with DSSendMail
Replies: 2
Views: 1693

Most probably u have given the wrong syntax

Syntax

DSSendMail("From:abcd\nTo:efgh\nSubject:dddd\nAttach:dddd\nBody:dddd")

If you have multiple target email id separate them by a comma and then a space
eg user1,<space>user2

If u have multiple attachements separate them by comma
by sudeepmantri
Thu Oct 26, 2006 11:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to do file Attchement option for sending mail
Replies: 7
Views: 2753

Datastage 7.5.2 and above supports attachemnt.

Syntax

dssendmail("from:sfgsdg\nTo:sggdfg\nSubject:sfgdgdsfg\nAttach:a1,a2\nBody:sfgsdafgsdgd")
by sudeepmantri
Thu Oct 26, 2006 11:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Send EmailNotification to more than one person
Replies: 5
Views: 1655

Hi , initially we also had similar problems. What we did is username,<space> username. It clicked
by sudeepmantri
Thu Oct 26, 2006 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Stage
Replies: 5
Views: 2233

In datastage designer go to tools-new parallel stage-custom. U will be able to create a stage of your own. I had requirements like separating the header/tailer information from the flat file so, I combined logics of mine and created a stage of my own
by sudeepmantri
Thu Oct 26, 2006 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can anyone give an example to send a mail with an attachment
Replies: 7
Views: 3295

Hi, the DsSendMail has got the attachment option called Attach, just like the form to subject and the body. You also can attach multiple files separated by a comma.


Syntax


DSSendMail("From:gfgjfg\nTo:gjkfg\nAttach:a1, a2\nBody:sadfsdfgsdg")
by sudeepmantri
Thu Oct 26, 2006 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: file attachment in mail
Replies: 13
Views: 4355

Re: file attachment in mail

Hi,

DSSendMail function often gives error of these kind. Instead why dont you use the Notification Activity. It works really good