Kbase P18625: error 450 occurs when dumping table.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/16/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 8.3D
SYMPTOM(s):
Attempt to dump table through data dictionary.
SYSTEM ERROR: Cannot read field <field-num> from record, not enough fields. (450)
SYSTEM ERROR: <function>: Unable to build mandatory field array. (1353)
DBRPR does not show corruption.
IDXFIX does not show any corruption.
CAUSE:
Database's schema has is corrupted.
FIX:
Dump the table through 4GL code.
output to "path/tablename.d"
for each tablename.
display tablename.
output close.