KlausErichsen
New Member
Progress 9.1E03, AIX, Enterprise db
I truncated an area with one table and therefore the indexe become inactive.
I now want to idxfix the indexes to reclaim the space which is now used by the indexes.
I started proutil MyDB -C idxfix | tee idxfix.log
Then I selected one index in the table and the process started.
I got an message
Index 284 (PUB.OrdStat_old, OrdStatID): Deleted key 0 recid 161466383. (8828)
for any record in the table where the index entry is deleted.
I had 300 million records, so I will get 300 million lines in my db.lg file, the resulting logfile is a little bit bigger than 2 GB...
Is there any way to suppress these message?
I tried "-verbose" as parameter, which is somewhere stated to bring the messages only to the screen and not to the db.lg file, but that doesn't work.
Best Regards
Klaus
I truncated an area with one table and therefore the indexe become inactive.
I now want to idxfix the indexes to reclaim the space which is now used by the indexes.
I started proutil MyDB -C idxfix | tee idxfix.log
Then I selected one index in the table and the process started.
I got an message
Index 284 (PUB.OrdStat_old, OrdStatID): Deleted key 0 recid 161466383. (8828)
for any record in the table where the index entry is deleted.
I had 300 million records, so I will get 300 million lines in my db.lg file, the resulting logfile is a little bit bigger than 2 GB...
Is there any way to suppress these message?
I tried "-verbose" as parameter, which is somewhere stated to bring the messages only to the screen and not to the db.lg file, but that doesn't work.
Best Regards
Klaus