Search found 79 matches

by luca
Fri Feb 07, 2003 4:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: number of rows processed by a link
Replies: 12
Views: 2764

I changed a few things and my code now matches your suggestions. But the result still bad : After the DSGetLinkInfo, RowCount values -9 ... For the link name I pass as a parameter for my subroutine, do I have to enclosed it with "" (ie write : "MyLink" or MyLink ? ) I tried both ...
by luca
Fri Feb 07, 2003 1:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: number of rows processed by a link
Replies: 12
Views: 2764

Thanks for your help Ray, I'm on the way, by creating a new before/after stage subroutine to do it. It's the first time I create a subroutine and I will need some help again. Can someone please tell me if this is OK : the subroutine must have only 2 arguments. I have to pass the job name, stage name...
by luca
Thu Feb 06, 2003 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: number of rows processed by a link
Replies: 12
Views: 2764

number of rows processed by a link

Hello !
I need to store the number of rows processed by a link in a job server.
How can I add this into my job design ?
I need this number to be store in a table or in a file and to be send be email.
Thanks for your suggestions.
by luca
Mon Feb 03, 2003 5:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification Activity and sendmail file
Replies: 1
Views: 933

Email Notification Activity and sendmail file

I'm testing sending email via a job. On UNIX, the sendmail file is in the /usr/lib directory and DS is looking for this file in /usr/sbin. we created a link and it works ok but in production, we are not allow at this point to create links ... That's why we need to know if we can change something in ...