[Progress Communities] [Progress OpenEdge ABL] Comment on Delete the database even if the index rebuild has failed

  • Thread starter Thread starter Rob Fitzpatrick
  • Start date Start date
Status
Not open for further replies.
R

Rob Fitzpatrick

Guest
As a workaround, you can quickly rebuild a system index to clear the "damaged" flag that causes the 651 error. Create a file called dbname.xb in the db directory with the following contents: PUB _file _file-name ! Then run proutil dbname -C idxbuild. Answer "y" when asked if this is correct and when asked you have enough disk space for sorting. It will rebuild that one index, in about a second or so, and then you will be able to run prodel dbname.

Continue reading...
 
Status
Not open for further replies.
Back
Top