buildop stage transfer error

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
just4u_sharath
Premium Member
Premium Member
Posts: 236
Joined: Sun Apr 01, 2007 7:41 am
Location: Michigan

buildop stage transfer error

Post by just4u_sharath »

I have built a build op stage which has one output link and a reject link.
To transfer records to reject link i have used dstransfer()macro in my code and so falsed out the Auto transfer option Under Transfer tab. But when i did this i got the below error.

Operator Generation Failed

buildop -f -BC /usr/vacpp/bin/xlC_r -BL /usr/vacpp/bin/xlC_r -C buildop -H buildop -O buildop -W buildop buildop/toal_items_amount.opd

##E TCBO 000000 APT_BUILDOP_Operator: schema variables are not permitted when transfers are specified explicitly.


What are these schema variables and how this is related to falsing out the autotransfer option.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not sure. Could it mean job parameters?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
BugFree
Participant
Posts: 82
Joined: Wed Dec 13, 2006 6:02 am

Post by BugFree »

What values have you set for "Auto Write", "RCP", and "seperate"? If you are doing transfers explicitly then I guess they should all be "False".
Ping me if I am wrong...
Post Reply