Kbase P106186: Error 247 when migrating large application from 8.x to 9.x
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/07/2005 |
|
Status: Unverified
SYMPTOM(s):
Application fails to compile under Progress 9.1E
Application makes massive use of preprocessors and include files (nested many hundreds of levels deep)
Syntax Error ** Unable to understand after -- "<string>". (247)
CHANGE:
Migrated from Progress 8.x to Progress 9.1E
CAUSE:
Application used a preprocessor reference named TABLE-HANDLE, which has meaning within the 4GL itself starting in Progress 9.x.
FIX:
Modify the application source code to change the name of the preprocessor to something other than TABLE-HANDLE.