Page 1 of 1

Conversion warning

Posted: Sun Aug 24, 2008 2:28 pm
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

Posted: Sun Aug 24, 2008 2:55 pm
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

Posted: Mon Aug 25, 2008 1:09 am
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.