Hi Razzak I followed the steps and when I tried to open a table this is the error I got. Also, below is a list of SYS% at the R> Very Strange. After I get this error if I disc then con I do not get the error, but if I quit RBase then con and try to open the table the error is back. Even stranger.
What else should I try? thanks Marc --------------------------- Error --------------------------- SYS_LAYOUTS3 Table Does Not Exist! --------------------------- OK --------------------------- Name Columns Rows Comments SYS_LAYOUTS3 3 3 SYS_MERGE 6 0 SYS_PROCEDURES 10 0 SYS_PROC_COLS 10 0 SYS_PROC_MODS 8 0 SYS_REPORTS 3 0 SYS_REPORTS2 4 121 SYS_REPORTS3 5 121 ----- Original Message ----- From: "A. Razzak Memon" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 27, 2004 4:55 PM Subject: [RBG7-L] - Re: SYS_layout3 > > Step 02 should read as following: > > 02. At the R> Prompt: > SET MULTI OFF > CONNECT dbname > UPGRADE -- that will take care of any missing required table(s). > > Razzak. > > > At 04:30 PM 7/27/2004 -0500, Marc Schulter wrote: > > >I keep getting an error about can't find sys_layout 3 table. > >If I do List Sys% I can the table. > > > >I remember something about this a few months ago but can't > >find the post. > > > Marc, > > Most likely, you have not followed the instructions to UPGRADE > your database from 6.x. > > So, here's what you have to do: > > 01. Start RBG7.1 > > 02. At the R> Prompt: > SET MULTI ON > CONNECT dbname > UPGRADE -- that will take care of any missing required table(s). > > 03. LIST SYS% > > The following SYSTEM tables will be added: > SYS_FORMS3 > SYS_LABELS3 > SYS_LAYOUTS3 > SYS_MERGE > SYS_REPORTS3 > > 04. DISCONNECT > > 05. SET MULTI ON > > 06. CONNECT dbname > > Have fun! > > Very Best R:egards, > > Razzak. > >
