Datatype error

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
dashpriya
Participant
Posts: 28
Joined: Thu Mar 09, 2006 12:57 am
Location: mumbai
Contact:

Datatype error

Post by dashpriya »

Hi
In my job I am having DB2 and Sequential file as my source file.When I am removing 4 columns from both the source(as using funnel as next stage) i am getting some error in my transformer.The error is something like ........
)}
It runs 1 process on 1 node.
##W TCOS 000049 23:24:40(000) <main_program> Parameter specified but not used in flow: DSPXWorkingDir
##E TBLD 000000 23:24:43(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 256.
##E TFSR 000019 23:24:43(001) <main_program> Could not check all operators because of previous error(s)
##W TFCP 000000 23:24:43(002) <transform> Error when checking composite operator: The number of reject datasets "0" is less than the number of input datasets "1".
##W TFCP 000000 23:24:43(003) <transform> Error when checking composite operator: Implicit conversion from source type "String" to result type "UString".


while before removing these columns it was running fine.I have check the database and the upcoming stages.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Search the forum for the text in your error messages, particularly the ones with "E" codes.
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