My first guess, Jim, is that your views are being reloaded before the tables they are based on have been recreated.
As far as I know this is a long-standing issue that can easily be overcome by exporting all your views – or just the relevant ones if you prefer - to a file and reloading them after your main data. Either way, ignore the duplicate error messages. Regards, Alastair. From: Jim Belisle Sent: Friday, February 04, 2011 11:40 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Illegal table name I am using the latest 7.6 version. I received the above error (5 times at end of processing the Load) when doing an UNLOAD RELOAD. I have a previous thread on this error that points to a possible problem with views. I do know I have created more tables since my previous UNLOAD RELOAD. I have looked at the new tables, including column definitions, and all looks well. No new views are based on these new tables. I did encounter an ACCESS violation when attempting to create another new table based on an Excel file. I had to use the Task Manager to get out of RBASE. What should be my next step in finding the problem? James Belisle

