Conversion warning

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
saikiran
Premium Member
Premium Member
Posts: 18
Joined: Wed Aug 20, 2008 11:28 pm

Conversion warning

Post by saikiran »

Hi there,

I need assitance with one of the warnings I am facing.
The warning is for the aggregator stage.It is as follows.

Implicit conversion from source type int64 to result type dfloat.Possible precision loss.

Can some one assist me on this.
Thank you
Sai
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Search for your actual error message with the bits back in you took out, or perhaps just "Implicit conversion". You'll find conversations on the Parallel Aggregator's appetite for dfloats and what you need to do about it.

For example:

viewtopic.php?t=121324
-craig

"You can never have too many knives" -- Logan Nine Fingers
tkbharani
Premium Member
Premium Member
Posts: 71
Joined: Wed Dec 27, 2006 8:12 am
Location: Sydney

Post by tkbharani »

Mostly this type of errors occur when you try to convert from one datatype to other(INT to DECIMAL or FLOAT) . Check if conversion is from same datatype to datatype.
Check if incoming data is correct value for the datatype.
Check for size and precision.
Thanks, BK
Post Reply