APT_CombinedOperatorController ???

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
akrzy
Participant
Posts: 121
Joined: Wed Dec 08, 2004 4:46 am

APT_CombinedOperatorController ???

Post by akrzy »

"APT_CombinedOperatorController,0: Field 'NIP' from dataset '0' is NULL. Record set to reject dataset."

Why this errors was appeard?
All 'NIP' fileds are filled .
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

You have a non-nullable field that was provided NULL. Whoops. DataStage's default behavior is to drop the entire record.

Do a search for a recent posting about this. I ranted pretty good, and provided some tips on how to figure out where the errors really are.

(APT_DISABLE_COMBINATION)
dsxuserrio
Participant
Posts: 82
Joined: Thu Dec 02, 2004 10:27 pm
Location: INDIA

Post by dsxuserrio »

Check the last line. Some times the last line will have just a space and that might me treated as a record.
dsxuserrio

Kannan.N
Bangalore,INDIA
Post Reply