Kbase P159238: ABL programs compiled "en mass" generated corrupt r-code, single compiles work
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/27/2010 |
|
Status: Unverified
SYMPTOM(s):
ABL program reads file of programs to be compiled then compiles them
Some compiled programs appear to be corrupt (very small file size of the resulting .r)
Doing a manual compile of the corrupted program works
FACT(s) (Environment):
All Supported Operating Systems
Progress 6.x
Progress 7.x
Progress 8.x
Progress 9.x
OpenEdge 10.x
CAUSE:
When the file containing the list of programs to be compiled was put together it accidentally included the include files used by the application and some of those include files had the same base name as their corresponding .p file so if the include file was able to compile without error it ended up replacing the real .r code.
FIX:
When compiling source code, ensure that include files are not compiled.