Parallel job implicit conversion 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
wfkurtz1
Premium Member
Premium Member
Posts: 17
Joined: Sat Oct 30, 2010 6:59 am
Location: Philadelphia
Contact:

Parallel job implicit conversion error

Post by wfkurtz1 »

Here is the error I am receiving from a Column Generator stage in a parallel job. Oracle 10g used for both source and target stages.

SAME_DAY: When checking operator: When binding output interface field "AMOUNT" to field "AMOUNT": Implicit conversion from source type "decimal[38,10]" to result type "decimal[17,2]": Possible range/precision limitation.

Thanks in advance for your help
"The price of freedom is eternal vigilance."
-- Thomas Jefferson
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

What part do you need help with? Did you do an exact search for "Possible range/precision limitation" to understand the warning?
-craig

"You can never have too many knives" -- Logan Nine Fingers
wfkurtz1
Premium Member
Premium Member
Posts: 17
Joined: Sat Oct 30, 2010 6:59 am
Location: Philadelphia
Contact:

Post by wfkurtz1 »

Thanks we get rid of the warning by using a double datatype for the Datastage column (SAME_DAY) concerned.

Thanks.
"The price of freedom is eternal vigilance."
-- Thomas Jefferson
Post Reply