October 29, 2010 at 2:56 am
Hi All,
Firstly thanks for looking at this post.....i have a problem with SQL Security. i have two BES servers talking to one DB on a Named instance of SQL 2005.
Both Bes servers are identical and use one service account to communicate to the DB.
For one of the BES servers i get the following error:
Event Type:Failure Audit
Event Source:MSSQL$INSTANCE
Event Category:(4)
Event ID:18456
Date:29/10/2010
Time:09:49:52
User:USERNAME
Computer:IFS-WB-SQL-12
Description:
Login failed for user 'USERNAME'. [CLIENT: 10.6.11.25]
Date29/10/2010 09:55:51
LogSQL Server (Current - 29/10/2010 09:55:00)
SourceLogon
Message
Error: 18456, Severity: 14, State: 16.
The user has access to the DB as the other BES Server uses the same account.
Any ideas
October 29, 2010 at 5:30 am
You say it has the correct rights and the db login is nicely mapped to the db user
so what is the userlogin his default database and does the default db still exist?
October 29, 2010 at 6:30 am
pskoasha (10/29/2010)
Error: 18456, Severity: 14, State: 16.
State 16 means that the user does not have access to the requested database
Comments 1 & 3
http://blogs.msdn.com/b/sql_protocols/archive/2006/02/21/536201.aspx
October 29, 2010 at 6:59 am
hi it has access to the db and as per the original post the users is a service account which is used on two nodes of BES.
i have checked the db's it has access to and the exist...
Cheers
Pete
October 29, 2010 at 8:02 am
hmm intresting default db is assigned and exist for login.
do you get also a login failed if you try to login with that account for example into SSMS on the sql instance?
November 11, 2010 at 1:45 am
no i can logon to SMS with the account fine no problems there....
November 11, 2010 at 6:21 am
To be sure that the user connects to the correct database, start a profiler trace including Errors and Warnings events. You should see the same error in the trace, with just above more information.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply