Kbase P147250: 4GL/ABL: Is there a global setting to make the COMPILE statement generate the r-code MD5 value witho
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/2/2009 |
|
Status: Unverified
GOAL:
4GL/ABL: Is there a global setting to make the COMPILE statement generate the r-code MD5 value without explicitly specifying its GENERATE-MD5 option?
GOAL:
Is there a session attribute that will allow the COMPILE statement to generate the r-code MD5 value for procedures compiled in that session without the explicit use of the GENERATE-MD5 option?
GOAL:
Is there a session startup parameter that enables the COMPILE statement to generate the MD5 value without having to specify the GENERATE-MD5 option?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.0x
FIX:
No, there is no session global setting or startup parameter or attribute that would make the COMPILE statements executed in that session generate and store the MD5 value in the r-code of procedures compiled in that session without the use of the GENERATE-MD5 option of the COMPILE statement.
To generate and store the MD5 value in the generated r-code, the GENERATE-MD5 option must be specified if the compilation is performed using the COMPILE statement. Similarly, if the compilation is done using the Application Compiler, then the GENERATE-MD5 Compiler Option must be set to yes.