Error while running the job

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
hondaccord94
Participant
Posts: 46
Joined: Tue Aug 10, 2004 11:07 am
Location: Mclean VA

Error while running the job

Post by hondaccord94 »

Hi can anyone let me know what does this error means and how can I correct this error.

I encountered this while running a parallel job.

main_program: When preparing operator: When setting up transfer for "amt _type_cd ":Source and destination have differing nullability

Thanks
Aravind
Participant
Posts: 16
Joined: Mon Dec 27, 2004 4:17 pm

Post by Aravind »

Can you check if the nullable option is set the same for the input and the output.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's telling you that, for this column, one of the following is true.
  • The input column is not null but the output column is null.

    The input column is null but the output column is not null.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply