Den Thu, 06 Feb 2003 19:57:29 +0100 skrev Kasper Nielsen:

> Hi,
> 
> after having installed the 7.4 beta Im having major problems.
> 
> Im getting a 'Invalid authorization specification;--4008 POS(1) Unknown 
> user name/password combination.'
> on all users except the Database System Administrator (SYSDBA) created 
> when i first installed the database, when I try accessing the database 
> through SQL Studio. I can't even use the First Database Manager Operator 
> user.
> 
> Im on Prof WinXP, anyone seeing similar problems?

That's something many SAP DB users have experienced I'm sure.
:-)

The answer is that the users you create through the DBMGUI are not
SQL users.

What you have to do is to log in using DBA, and then create the users
using the CREATE USER statement. The typical command to do this is:

        CREATE USER the_username PASSWORD the_password RESOURCE NOT EXCLUSIVE

For more information, check out the manual page for CREATE USER:

http://www.sapdb.org/7.4/htmhelp/48/f0daa5225811d3a97d00a0c9449261/content.htm

Hope this helps


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to