Kbase P110480: Compiling Dynamics 4GL generated code results in errors 1700 and 196
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.1B
SYMPTOM(s):
Compiling Dynamics 4GL generated code results in errors:
Identifier was left blank or is more than <maximum> characters. (1700)
Identifier was left blank or is more than 32 characters. (1700)
** <program> Could not understand line <number>. (196)
CAUSE:
Container Builder allows long names for the objects. This is fine for Dynamics, but is not allowed for 4GL static code.
FIX:
Change the object name to a string equal or shorter than 32 characters.
Then regenerate the static code and recompile.