Kbase P12399: Opening a file in the AppBuilder generates error unable to update _trg field( Field. (142)).
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/02/2010 |
|
Status: Verified
SYMPTOM(s):
Error 12370 and 142 trying to open a program using AppBuilder
Attempt to update <name> record data exceeding <number>. (12370)
Attempt to update _trg record data exceeding 32000. (12370)
** Unable to update <filename> Field. (142)
** Unable to update _trg Field. (142)
Opening a file in the AppBuilder generates error Unable to update _TRG field( Field. (142)).
Opening an AppBuilder generated file in the Appbuilder generates error.
FACT(s) (Environment):
Opening an AppBuilder generated file in the Procedure Editor compiles fine.
Windows
Progress 9.x
OpenEdge 10.x
CHANGE:
Modified an AppBuilder generated file in the Procedure Editor.
CAUSE:
The Procedure Editor and the Section Editor do not use
the same underlying code. This issue can happen because the size of the procedure created by the Procedure editor is bigger than what Appbuilder allows. Actually 32K.
FIX:
Modify the file to bring it back to its original state and check the size of the procedures.
Try to retype them deleting remarks and comments in order to make the size is smaller than 32K.