Link to home
Start Free TrialLog in
Avatar of tmalmond
tmalmond

asked on

SQL Server error 18056

I recently installed Mcafee EPO 5.0.1 on SQL server 2008r2 and get the following error:

The client was unable to reuse a session with SPID 59, which had been reset for connection pooling. The failure ID is 23. This error may have been caused by an earlier operation failing. Check the error logs for failed operations immediately before this error message.

I have no idea what is causing this. Seems to be  many blogs describing it, no specific answers. Other databases on the server seem to run fine. is just epo database that is effected.
Avatar of RaithZ
RaithZ
Flag of United States of America image

There isn't likely a specific answer since that is a generic error and it indicates that you should look earlier in the logs for the cause.  Are there any errors or failures before this message?
Avatar of tmalmond
tmalmond

ASKER

Not that I can see. Here are the log entries just prior to the error.

01/10/2014 08:28:18,Server,Unknown,The SQL Server Network Interface library successfully deregistered the Service Principal Name (SPN) [ MSSQLSvc/TCS-WS1.TCS.LOCAL:1433 ] for the SQL Server service.
01/10/2014 08:28:18,Server,Unknown,The SQL Server Network Interface library successfully deregistered the Service Principal Name (SPN) [ MSSQLSvc/TCS-WS1.TCS.LOCAL ] for the SQL Server service.
01/10/2014 08:28:17,spid6s,Unknown,SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.
01/10/2014 08:28:17,spid6s,Unknown,SQL Server is terminating in response to a 'stop' request from Service Control Manager. This is an informational message only. No user action is required.
01/10/2014 08:28:17,spid59,Unknown,The client was unable to reuse a session with SPID 59<c/> which had been reset for connection pooling. The failure ID is 23. This error may have been caused by an earlier operation failing. Check the error logs for failed operations immediately before this error message.
01/10/2014 08:28:17,spid59,Unknown,Error: 18056<c/> Severity: 20<c/> State: 23.
01/10/2014 08:28:17,Logon,Unknown,Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Reason: Access to server validation failed while revalidating the login on the connection. [CLIENT: <local machine>]
01/10/2014 08:28:17,Logon,Unknown,Error: 18456<c/> Severity: 14<c/> State: 23.
01/10/2014 08:28:17,spid11s,Unknown,Service Broker manager has shut down.
01/10/2014 08:28:17,spid72,Unknown,The client was unable to reuse a session with SPID 72<c/> which had been reset for connection pooling. The failure ID is 23. This error may have been caused by an earlier operation failing. Check the error logs for failed operations immediately before this error message.
01/10/2014 08:28:17,spid72,Unknown,Error: 18056<c/> Severity: 20<c/> State: 23.
01/10/2014 08:28:17,spid55,Unknown,The client was unable to reuse a session with SPID 55<c/> which had been reset for connection pooling. The failure ID is 23. This error may have been caused by an earlier operation failing. Check the error logs for failed operations immediately before this error message.
01/10/2014 08:28:17,spid55,Unknown,Error: 18056<c/> Severity: 20<c/> State: 23.
01/10/2014 08:28:17,Logon,Unknown,Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Reason: Access to server validation failed while revalidating the login on the connection. [CLIENT: <local machine>]
01/10/2014 08:28:17,Logon,Unknown,Error: 18456<c/> Severity: 14<c/> State: 23.
01/10/2014 08:28:17,Logon,Unknown,Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Reason: Access to server validation failed while revalidating the login on the connection. [CLIENT: <local machine>]
01/10/2014 08:28:17,Logon,Unknown,Error: 18456<c/> Severity: 14<c/> State: 23.
01/10/2014 08:28:15,spid51,Unknown,FILESTREAM: effective level = 0<c/> configured level = 0<c/> file system access share name = 'MSSQLSERVER'.
01/10/2014 08:28:15,spid51,Unknown,Configuration option 'show advanced options' changed from 1 to 0. Run the RECONFIGURE statement to install.
01/10/2014 08:28:15,spid51,Unknown,FILESTREAM: effective level = 0<c/> configured level = 0<c/> file system access share name = 'MSSQLSERVER'.
01/10/2014 08:28:15,spid51,Unknown,Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.
01/10/2014 08:28:15,spid51,Unknown,FILESTREAM: effective level = 0<c/> configured level = 0<c/> file system access share name = 'MSSQLSERVER'.
ASKER CERTIFIED SOLUTION
Avatar of RaithZ
RaithZ
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
the authentication error was causing the issue.