That was it, I created a temp table and got the error message Tom Hart
________________________________ From: A. Razzak Memon <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Thu, September 8, 2011 10:39:33 PM Subject: [RBASE-L] - Re: Error message At 11:02 PM 9/8/2011, TOM HART wrote: >I have been getting this error message when I do a reload > >RELOAD operation is complete >-ERROR- Internal lock error. Have all users disconnect from the database. >Then have one user re-connect. ( 378) > >I am the only user connected. > >Tom Hart Tom, Most likely, there are still active TEMPORARY TABLE(s) before using the RELOAD command. Always DISCONNECT and then CONNECT the database before using the RELOAD command. Using the DISCONNECT command will DROP all TEMPORARY TABLE(s), if defined. Hope that helps! Very Best R:egards, Razzak.

