Link count for copy stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
balajimadhav
Participant
Posts: 15
Joined: Thu Jul 06, 2006 8:59 am

Link count for copy stage

Post by balajimadhav »

Hi,

i have a job which loads from a source dataset to a target dataset ( + alookup before loading to target) with some transformation rules involved which is handled through a transformer. There is a reject link configured for a lookup failure. The reject link has the following stages: copy stage and a peek stage. Link count is retrieved through peek stage name and peek input link name. Instead of logging the info through peek, we replaced peek by another copy stage (just to check) and hence now the reject link has 2 copy stages like copy1->copy2

we randomly get issues in the above mentioned flow where the job monitor log suggest that copy1 output link shows 1000 records whereas copy2 input link shows 0 [force property in both copy is set to TRUE].
Balaji.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Does the behaviour change is you set APT_DISABLE_COMBINATION to "true" at the job level?
You might also dump the score to see if one of the two copy stages is not being optmized away.
Post Reply