Odbc Numeric Value Out Of Range
Error “Numeric value out of range” is returned when fetching a decimal(32) from an Informix non-ANSI database. The maximum value from the source is 999999( 16 digit), but the transformation for some reason tried to get this value on to the ouput 00000000. So I am having the Numerical Overflow. I did some analysis and found that length that Numeric holds is 18. It was the issue.
Odbc Numeric Value Out Of Range
This looks like it could be related to a bug in the Debian package libapache2-mod-php5filter. I've reported it here:My fix was to install the package libapache2-mod-php5 which then replaced libapache2-mod-php5filter.In fact the package libapache2-mod-php5 should be used in preference to libapache2-mod-php5filter as on the package page for libapache2-mod-php5filter it even says 'Unless you specifically need filter-module support, you most likely should instead install libapache2-mod-php5.' This has also been reported as a bug -It could also be related to. or to post comments.