APT_CombinedOperatorController(0),1: Field 'EWO' from input

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
cparru
Participant
Posts: 24
Joined: Wed Mar 07, 2007 11:22 am

APT_CombinedOperatorController(0),1: Field 'EWO' from input

Post by cparru »

i was getting the following error -

APT_CombinedOperatorController(0),1: Field 'ABC' from input dataset '0' is NULL. Record dropped.

i have the field ABC defind to handle NULL(nullable=yes). but not sure why it is dropping the records.

pls do respond asap with your suggestions.
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

in some stage the operator logic is wrong. to check in which stage use $APT_DISABLE_COMBINATION=TRUE
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

In addition to checking your derivations, remember that stage variables don't allow nulls and you might be getting your error there.
Post Reply