Razzak- Have done this and received the following 3 errors ...
-ERROR- Premature end of data while reading table SYS_REPORTS -ERROR- Table SYS_REPORTS has an incorrect number of rows. -ERROR- Table SYS_REPORTS has a bad last row pointer. Does this mean the errors are in the resulting database or in the original? Am moving on now to the article you suggested. Thanks! - Craig "A. Razzak Memon" wrote: > Craig, > > Try the following: > > 00. Make a backup of the database (ABC.RB1 - ABC.RB4) > (assuming the database name is ABC) > > 01. Start R:BASE 6.1a > > 02. At the R> prompt: > SET MULTI OFF > SET STATICDB OFF > SET MESSAGES ON > SET ERROR MESSAGES ON > CONNECT ABC IDENTIFIED BY OwnerPassword (if any) > SET NULL -0- > RELOAD CDE (watch the -ERROR- messages) > DISCONNECT > DELETE ABC.RB? > RENAME CDE.RB? ABC.RB? > > 04. CONNECT ABC IDENTIFIED BY OwnerPassword (if any) > > To find and fix broken indexes, read the following article: > > From the Edge: Finding and Fixing Broken Indexes (04/30/2002) > > http://www.razzak.com/fte > > Hope that helps! > > Very Best R:egards, > > Razzak. >

