Page 1 of 1

APT_CombinedOperatorController ???

Posted: Fri Mar 11, 2005 8:18 am
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 .

Posted: Fri Mar 11, 2005 4:35 pm
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)

Posted: Wed Mar 16, 2005 6:49 pm
by dsxuserrio
Check the last line. Some times the last line will have just a space and that might me treated as a record.