Error ADSCDX/5179 Error 5179

Post Reply
User avatar
Vikthor.Thomas
Posts: 144
Joined: Thu Jan 02, 2014 1:49 pm

Error ADSCDX/5179 Error 5179

Post 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
User avatar
karinha
Posts: 4882
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Error ADSCDX/5179 Error 5179

Post 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 ... hlsti0.htm

Saludos.
João Santos - São Paulo - Brasil
Post Reply