Kbase P88153: Application Compiler removes the first letter of the folder name when ProPath set to root drive
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/30/2009 |
|
Status: Verified
SYMPTOM(s):
Trying to compile code in a folder on the root drive with Application Compiler results in error 293
** "<file-name>" was not found. (293)
** "C:\ompile" was not found. (293)
Application Compiler is set to compile based on either folder name or path to folder, for example:
Compile
or
C:\Compile
ProPath is set to the root of the drive i.e. C:
Starting the compilation results in error 293
FACT(s) (Environment):
Progress 8.3x
Progress 9.1x
OpenEdge 10.x
Windows
CAUSE:
Bug# OE00107472
CAUSE:
Application Compiler removes the first letter of the folder name when ProPath set to root drive
FIX:
To workaround the issue, ensure that the ProPath is not set to the root of the drive but one level down from it i.e. there is an intermediate folder:
C:\wrk\Compile
This will allow compilation to succeed where C:\Compile will fail.