Kbase P146254: Documentation states field-name used in binary dump with dumpspecified qualifier must be an index
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/05/2009 |
|
Status: Unverified
SYMPTOM(s):
Documentation states field-name used in binary dump with dumpspecified qualifier must be an index
Documentation has not been updated to reflect change in behavior for OE10.1A and later versions
FACT(s) (Environment):
Performing a binary dump using the dumpspecified qualifier, field name used is not an index
Field-name used is part of a compound-index
Field-name is not an index
OpenEdge Database Category: Maintenance
All Supported Operating Systems
OpenEdge 10.1x
OpenEdge 10.2x
CAUSE:
Bug# OE00184387
FIX:
This is expected behavior. Using OE10.1A and later versions, a check will be performed to detect if <field-name> is part of a compound index. If it is, the compound-index will be used. If it is not, the primary index will be used.
Prior to OE10.1A the primary index will be used instead.