TFM2: Error when inserting partitioner: The number of attach

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
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

TFM2: Error when inserting partitioner: The number of attach

Post by SURA »

Hello All

A job was running good and all of the sudden it starts to fail.

This is the error i got.

main_program: Fatal Error: Destination "inputData.SRC_CODE" is already bound.

RCP is enabled in this Dev environment.

I exported the dsx for this job and marked the values from 1 to 0 for RCP.

Then i compiled the job again and ran it and getting the below error.

TFM2: Error when inserting partitioner: The number of attached output data sets (4) differs from APT_Operator::setOutputDataSets() arg (5).

Then after i created a new pallet with Diff job name and pasted this design and it is running good.

Can any one know what could be the reason ?

Thanks
DS User
Karthik.M
Participant
Posts: 24
Joined: Thu Apr 26, 2012 1:18 am
Location: Chennai,TamilNadu

Post by Karthik.M »

When RCP is enabled the processing is done sequentially and all partitions are nullified. This is the reason for the error. When the job was exported to a different environment, RCP was disabled and the job finished.
Karthik.M
Analyst
Infotrellis.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Karthik.M wrote:When RCP is enabled the processing is done sequentially and all partitions are nullified.
This is totally incorrect.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply