Page 1 of 1

decimal value is out of range for the integer

Posted: Tue Dec 04, 2007 6:56 am
by scorpion
hi all,

when i tried one of my job,it is getting aborted and i can see the below messaage in the log.

Transformer_20,0: Fatal Error: APT_Decimal::asInteger: the decimal value is out of range for the integer result.


could any one helpme to resolve this.

thanks in advance,
sampath

Posted: Tue Dec 04, 2007 7:05 am
by Maveric
Nothing much can be done other than changing the output data type to decimal.

Posted: Tue Dec 04, 2007 1:17 pm
by ray.wurlod
The largest (signed) integer is 2^31-1. Your job has supplied a decimal value larger than this.

Posted: Wed Dec 05, 2007 3:20 am
by scorpion
thanks all