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.