Kbase P61206: RoundTable. Not compiling the full application.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/12/2010 |
|
Status: Unverified
FACT(s) (Environment):
Dynamicxs 2.0A
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
RoundTable. Not compiling the full application.
CAUSE:
After applied a schema change to Dynamics application. Customer loaded the new schema into RTB, and then did a full compile of the application.
He used the 'Selective Compile' with these parameters:
Task Number : 0
Module : *
Group : *
Object Type : PCode
Object : *.*
Full Compile : YES
FORCE Compile: YES
Listings : NO
Show Meter : NO
This should have compiled every program in my application. It did identify
a number of programs that would not compile (since they had deleted some fields from tables, and re-named some others)--- however, it does not seem to identify *ANY* of the SDO's that do not compile. They don't discover them until they have tried to run the application, and it then complains that the files don't compile, and the CRC's don't match. They are also experiencing the same problems with a number of logic procedures.
If then tried to so a selective compile of the SDO's in one product module:
Task Number : 0
Module : k7-pa
Group : SDO
Object Type : *
Object : *.*
Full Compile : YES
FORCE Compile: YES
Listings : NO
Show Meter : NO
It still did not report ANY of the SDO's that would not compile. There were
3 SDO's with compile problems that my testers found in that one module alone.
Right now, it seems that the selective compile is not a reliable source to
identify programs that won't compile.
FIX:
Development is aware of the problem.
No fix yet available.