Kbase P95194: What does Progress error 12371 mean?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/19/2010 |
|
Status: Verified
GOAL:
What is the meaning of Progress error 12371?
GOAL:
What causes Progress error 12371?
GOAL:
Attempt to update data exceeding %d<number>. (12371)
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
OpenEdge Category: Language (4GL/ABL)
FIX:
This error means that someone has updated either a program variable or a record in such a way as to exceed the maximum size.
This also applies for the combined size of all variables used in a program. To workaround this define the variables with the NO-UNDO option.