RE: SQL 2008 Error 18456 Severity 14 State 11
- From: Mohit K. Gupta <mohitkgupta@xxxxxxx>
- Date: Thu, 26 Feb 2009 09:21:01 -0800
Hi David,
Instead of using the NT Authority\Anonymous logon I would recommend you
create a new Domain account with limited permissions on domain and grant it
access to SQL Server and the database.
For new database login, you should not need to give it any permissions.
And for database user you will need to give db_ddladmin, db_datawriter, and
db_datareader.
Login State 11 means that the user does not have access to the database.
I think because you are putting on another computer now the NT Authority
account on that computer is invalid on SQL Server. If you were to use a
domain account that is same across all computers with same SID you shouldn't
have this issue...
Thanks.
ref:
http://sqllearnings.blogspot.com/2008/10/error-18456-severity-14-login-failed.html
--
Mohit K. Gupta
B.Sc. CS, Minor Japanese
MCITP: Database Administrator
MCTS: SQL Server 2005
http://sqllearnings.blogspot.com/
"DavidS" wrote:
We are running SQL 2008 with a single database that is receiving data from a.
logging application. When forwarding the information from the application
residing on the same server, everything works fine. When trying to forward
the data from another server on the same LAN, the data does not forward and
the SQL logs show the error 18456, Severity 14, State 11 for user NT
Authority\Anonymous Logon. The odd thing is, the logging application has a
function that will create a table on the SQL server and send a test message.
These functions work with no errors and the test message will show up in the
table, but it will not forward the logging data when we activate the
connection.
Any help would be greatly appreciated. TiA.
- References:
- SQL 2008 Error 18456 Severity 14 State 11
- From: DavidS
- SQL 2008 Error 18456 Severity 14 State 11
- Prev by Date: SQL 2008 Error 18456 Severity 14 State 11
- Next by Date: Re: linked server using IBM OLE DB Provider for DB2
- Previous by thread: SQL 2008 Error 18456 Severity 14 State 11
- Next by thread: RE: SQL 2008 Error 18456 Severity 14 State 11
- Index(es):
Relevant Pages
|