Dan, last week I converted a 7.5 database to V8 and I had the same problem. Everything looked OK but when I ran RSCOPE on the V8 version it detected several Block Length Errors. To resolve the issue, I decided to do an unload and reload. It is a fairly large database so I unloaded the structure to one file and the data to another file. In this case the database used grant/revoke to restrict access to various tables and views. During the reload it posted errors where it assigned grants to the V8 database. To resolve the issue, I stripped all of the grant commands out of the reload file and everything loaded error free. RSCOPE found no block length errors. I then reapplied my grants and all is well now. I did not go back to find the exact cause of the errors but I suspect that I had some grants in the 7.5 database that were against some invalid table or view names. The database that I converted has been in operation since 1988 so it has been converted many times over the years. John
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bill Owens Sent: Friday, February 20, 2009 3:25 PM To: RBASE-L Mailing List Subject: [RBASE-L] - TURBO8 I NAVIGATED TO A 7.5 DATABASE AND TURBO DATABASE NAME. The turbo seemed to run fine thru its conversion. I then ran autochk database full on new 8.0 database and I get ERROR-Error in DBinfo block length (1226) Anyone have any ideas? Thanks Bill

