Kbase P155659: Error 12370 when attempting to open structured procedure in AppBuilder
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/11/2009 |
|
Status: Unverified
SYMPTOM(s):
Attempting to open structured procedure in AppBuilder
Attempt to update <name> record data exceeding <number>. (12370)
OpenEdge 10.x
FACT(s) (Environment):
Windows
CAUSE:
The structured procedure was edited outside of the AppBuilder and too many characters were added to an internal procedure. The AppBuilder parses the code into temp-table records and the maximum size of an internal procedure has been exceeded.
FIX:
Either split the large internal procedure into two internal procedures or remove all excess white space, comments, etc in order to try to bring down the size of the internal procedure.
In the future, do not edit the structured procedure outside of the AppBuilder as the AppBuilder will prevent you from creating an internal procedure that is too large.