Search found 4 matches

by Bumba
Tue Dec 16, 2008 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting count of records passed through a link
Replies: 9
Views: 4103

For the source link count , I am passing the sequential file stage name and for the taget link count, I am passing the target OCI table stage name. In the transformer the folowing functions are used: GetLinkCount('ServerJob_Name', 'Source_Stage_Name', 'Source_link') //for source link count GetLinkCo...
by Bumba
Tue Dec 16, 2008 1:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting count of records passed through a link
Replies: 9
Views: 4103

Yes.
The source link is between a sequential file and transformer and the target link is between a transformer and OCI stage
by Bumba
Tue Dec 16, 2008 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting count of records passed through a link
Replies: 9
Views: 4103

Its not a multi instance job. I am using the same server job and the same routine for getting link counts for different jobs (both parallel and server). The routine when called from a transformer returns right values for parallel jobs, but for server jobs, the link count returned is 0. However it gi...
by Bumba
Tue Dec 16, 2008 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting count of records passed through a link
Replies: 9
Views: 4103

Getting count of records passed through a link

I have a routine GetLinkCount() that returns right values when called from a sequence on a parallel job. But when the routine is called for a server job it returns 0. However when the routine is tested from the manager console , it gives correct row count. But when the same routine is called from a ...