Page 1 of 1

Attempt to setIsNull() on the accessor interfacing to non-nu

Posted: Tue Apr 24, 2012 12:58 am
by vjonnala1516
Hi,

Recently we have migrated to 8.x version from 7.5 and one Parallel job got aborted with the following error message while extracting Data From DB2- Connector Stage and surprisingly it didnt thrown any error while Viewing the data from the stage itself.

Fatal Error: Attempt to setIsNull() on the accessor interfacing to non-nullable field

I do see null values in non Nullable fields and more over the same job executed succesfully in 7.5 environment for the same DB2 Table (with Null values).

Please let me know whether I need to need to go for additional settings at Stage level or Project level.

Thanks in Advance.

Posted: Tue Apr 24, 2012 1:04 am
by ray.wurlod
7.5 worked because it did not check rigorously enough. And now you're relying on that "bug".

Posted: Tue Apr 24, 2012 1:55 am
by vjonnala1516
Thanks Ray!! we are going with required changes in 8.x