Hi Sven, the user you created is EXCLUSIVE and can open only one connection to the Database. The "Create" - Dialogs of SQL Studio need to open an additional AutoCommitOff connection to the database to do all necessary SQL statements in one transaction. Use the alter user statement to make the user NOT EXCLUSIVE.
regards Wolfgang -----Original Message----- From: Sven K�hler [mailto:skoehler@;upb.de] Sent: Samstag, 2. November 2002 00:34 To: [EMAIL PROTECTED] Subject: strange problem with SQL-Studio hi! i created a user via CREATE USER testuser PASSWORD pass RESOURCE and logged in with SQL Studio. i can create, alter, and delete tables via SQL-commands, but _not_ using SQL-Studio because the Menu-Items are all grayed. i'm using SQL-Studio 7.4.3.5 with SAPDB 7.3.0.29 Thx Sven _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
