Destination "APT_TRinput0Rec0" is already bound

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
rachit82
Premium Member
Premium Member
Posts: 41
Joined: Thu Jul 17, 2008 9:49 am

Destination "APT_TRinput0Rec0" is already bound

Post by rachit82 »

I am doing 2 lookups in the following fashion:

1) Lookup if record is found or not.
a) if found go to lookup 2.
b) if not found then go to transformer where a column status is set and then to dataset.

2) Lookup to see if all the column values in stream match the lookup dataset.
a) If found then to transfomer, set status and then to dataset.
b) If not found then to transformer, set status to dataset.

there were not errors on compilation but then i run the job, the only error message i get is:

main_program: Fatal Error: Destination "APT_TRinput0Rec0.ITDEF1" is already bound.

Please advise.
Post Reply