SYSTEM ERROR: Cannot read field <field-num> from record, not enough fields. (450)

Hi all,

I just applied a delta file to one db, now when i try to read the table affected by the delta file
I get error 450 but only when using OpenEdge Studio (10.1C) to access the db.
If I run the same procedure in Unix, I get the expected result (no error whatsoever).

the db is OpenEdge 10.1C SP03 in HP-UX.

PROGRESS knowledge base in solution P150410 recommend I use this command;

proutil dbname -C idxfix

for each reported record, but the table has 11000 records aprox.

My question is, what others options I have?

thanks.
 
for each reported record, but the table has 11000 records aprox.

well, 11000 records is not a lot for Progress DB
i guess in few minutes you can finish the whole process
of proutil dbname -C idxfix
 
Back
Top