Page 1 of 1

moving records from seq file to netezza table

Posted: Tue Jun 05, 2007 2:51 pm
by attu
Hi,
Can someone help me out with the follwing error message

When checking operator: When validating export schema: At field "CHR_SRC_ID": Exporting nullable field without null handling properties
Thanks[/b]

Posted: Tue Jun 05, 2007 3:19 pm
by ArndW
Attu,

this is a very common error message and has been discussed several times in this forum, try using an exact search for the string "Exporting nullable field without null handling properties" and you will get 25 hits.

This happens when DS has a nullable field going to an output which either isn't nullable or doesn't accept nulls, so you have to modify the column definition to give it an action to take on nulls.

right-mouse-click on the column name, use "edit row" and add a null handler.