Page 1 of 1

Error ADSCDX/5179 Error 5179

PostPosted: Wed Aug 02, 2017 6:25 pm
by Vikthor.Thomas
Buen día a tod@s

El siguiente error : Error 5179 : The result value exceeded the given buffer size. No lo he podido resolver
Estoy usando la versión 10 de ADS

El error se presenta cuando hago una copia de datos o cuando uso el comando TOTAL.

Alguno tiene una sugerencia ?

Saludos

Re: Error ADSCDX/5179 Error 5179

PostPosted: Wed Aug 02, 2017 7:18 pm
by karinha
5179 AE_VALUE_OVERFLOW

Advantage Error Guide

Problem: The value cannot be stored in the designated column. For example: this error will be returned when attempting to store into an Integer column a numeric value that is outside the range -2,147,483,647 to 2,147,483,647. See ADT Field Types and Specification.
Solution: Ensure the numeric value to be stored in a column is within the supported range or restructure (i.e., ALTER) the table to ensure that the column can stored the expected values.

http://devzone.advantagedatabase.com/dz/webhelp/advantage9.1/mergedprojects/adserror/whgdata/whlsti0.htm

Saludos.