Kbase P137146: The XREF file for a procedure or class may contain unnecessary untranslatable STRING references tow
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/7/2010 |
|
Status: Unverified
SYMPTOM(s):
The XREF file for a procedure or class may contain unnecessary untranslatable STRING references toward the end of the file
The lines of actual code referenced do not contain the untranslatable strings
The untranslatable strings match the name of the indexes used to resolve queries in the compiled program
FACT(s) (Environment):
Using the COMPILE ... XREF option.
Progress 9.x
OpenEdge 10.0x
OpenEdge 10.1x
OpenEdge 10.2A
All Supported Operating Systems
OpenEdge Category: Language (4GL/ABL)
CAUSE:
Bug# OE00177422
CAUSE:
The untranslatable strings reported are indeed the index names used in the queries. These entries in the XREF are unnecessary, as the SEARCH entries for the queries will also list the index names.
FIX:
Upgrade to OpenEdge 10.2B or later