Hi Adriano,

you wrote :
>I'm connected to a linux server with sapdb 7.4.3. I'm using Win2000 and SQL Studio to 
>generate >tables remotely, but when I start SQL Studio as SYSDBA, no one table, 
>indexes or sequences 
>appears in the navigation tree. The database is running. What is going wrong?

There are three possible reasons for this behavior :
1. The system tables have not been loaded properly during instance creation
    You could redo this using e.g. DBMGui.
2. You are in SQLStudio WAN mode, which is more bandwidth friendly for connecting 
    over a slow (e.g. modem) connection.
3. The user sysdba was not created as 'not exclusive' , thus, can only use a single
    db connection (the catalog manager needs a second one besides the one which 
    is used for submitting user queries).

check these conditions, if problems persist, feel free to post again.

regards

Markus Stausberg
SAP Labs Berlin
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to