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

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
vjonnala1516
Participant
Posts: 18
Joined: Fri Jan 04, 2008 5:28 am
Location: Bangalore

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

Post 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.
VJ
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

7.5 worked because it did not check rigorously enough. And now you're relying on that "bug".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vjonnala1516
Participant
Posts: 18
Joined: Fri Jan 04, 2008 5:28 am
Location: Bangalore

Post by vjonnala1516 »

Thanks Ray!! we are going with required changes in 8.x
VJ
Post Reply