Page 1 of 1

Transformer warning

Posted: Tue Aug 25, 2009 1:25 pm
by DINAKAR
Hello all,


I am getting following warning in my job,

transform,3: Conversion error calling conversion routine decimal_from_string data may have been lost [transform/tfmop_functions.C:147]


My job flow is like

ip dataset->transfrom->op dataset


I have nearly 1000 derivations in transformer, not sure for which field warning is coming is there any way to figure it out.... In this warning no colun name mentioned, appreciate your response...

Re: Transformer warning

Posted: Tue Aug 25, 2009 1:48 pm
by Obuli
DINAKAR wrote:Hello all,


I am getting following warning in my job,

transform,3: Conversion error calling conversion routine decimal_from_string data may have been lost [transform/tfmop_functions.C:147]


My job flow is like

ip dataset->transfrom->op dataset


I have nearly 1000 derivations in transformer, not sure for which field warning is coming is there any way to figure it out.... In this warning no colun name mentioned, appreciate your response...
You are trying to convert the datatype from string to decimal without using conversion function. Try to figure out which column you are converting from string to decimal and use the conersion function StringToDecimal(columnname)

Obuli

Posted: Wed Aug 26, 2009 10:25 am
by arnabdey
use the StringToDecimal(...) function

Posted: Wed Aug 26, 2009 2:19 pm
by Sreenivasulu
Sometimes if you are doing the right way they give warnings.

Regards
Sreeni

Posted: Wed Aug 26, 2009 4:15 pm
by larzmcelroy
perhaps [transform/tfmop_functions.C:147] is pointing to the actual column within the transform.