SQL Server > SQL Server Forums > SQL Server Security > SQL 2008 Error: 18456, Severity: 14, State: 58 incorrectly reports authentication mode

Proposed Answer SQL 2008 Error: 18456, Severity: 14, State: 58 incorrectly reports authentication mode

  • Monday, June 20, 2011 7:58 PM
     
     

    The SQL 2008 SP2 x64 instance on Windows 2003 with mixed mode authentication reported the error:

    Login failed for user ''. Reason: An attempt to login using SQL authentication failed. Server is configured for Windows authentication only. [CLIENT: xxx.xxx.xxx.xxx]
    Error: 18456, Severity: 14, State: 58.

    I first suspectied a KERBEROS (SSPI Context) error because the user id came through as '' (reverting to NTLM and replacing the user id with blank).  However, there were no windows event log messages indicating this was the issue.

    After restarting the application, the errors went away.

    What are possible root causes?  Do I have a configuration item that I need to fix?  Is this a bug in the error message?

     

All Replies