Kbase P88231: The TABLE-LIST and TABLE-CRC-LIST attributes of the RCODE-INFO handle do not return the same number
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/3/2009 |
|
Status: Verified
SYMPTOM(s):
Using the TABLE-LIST and TABLE-CRC-LIST attributes of the RCODE-INFO handle
The TABLE-LIST and TABLE-CRC-LIST attributes should return the same number of entries (i.e. a list of tables and their corresponding CRC values)
The TABLE-LIST attribute returns fewer entries than the TABLE-CRC-LIST
FACT(s) (Environment):
OpenEdge 10.0A
All Supported Operating Systems
OpenEdge Category: Language (4GL/ABL)
CAUSE:
Bug# 20040715-020
CAUSE:
Bug# OE00107494
CAUSE:
While building the comma delimited lists for each of these attributes the buffer space allocated for them was exceeded.
When a larger buffer space was allocated and the data was copied into the new buffer space it was copied incorrectly.
FIX:
Upgrade to 10.0B or later