Kbase P111661: ADM2: Errors (201) and (196) compiling a SmartObjects application.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  01/12/2008 |
|
Status: Verified
SYMPTOM(s):
ADM2: Errors (201) and (196) compiling a SmartObjects application.
Unknown Field or Variable name - <field-name>. (201)
Unknown Field or Variable name - glADMOk. (201)
<program> Could not understand line <number>. (196)
myprocedure.p Could not understand line 2. (196)
FACT(s) (Environment):
Windows
OpenEdge 10.0B
CHANGE:
Moved working Application to a new machine
CAUSE:
The PROPATH did not include %DLC%\src\adm2\smrtprop.i, the file that defines the variable glADMOk, or the PROPATH has more than one directory named src\adm2 in it with the higher level one not having the smrtprop.i file in it.
FIX:
Set the PROPATH environment variable to include the file %DLC%\src\adm2\smrtprop.i or copy the file smrtprop.i into the first directory in the PROPATH named src\adm2.