G
Guest
I have an application I have developed with ADO.NET and the SqlClient as the data transport. Intermittently i get these errors, both from the client software and from the windows service
System.InvalidOperationException: An error occurred during integrated security validation in the connection pooler. GetLastError() returned: '6'
at System.Data.SqlClient.DefaultPoolControl.ObtainSidInfo(IntPtr& SID, IntPtr& tokenStruct
at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction
at System.Data.SqlClient.SqlConnection.Open(
I havent been able to figure out why this is happening. Any assistance would be greatly appreciated
-Brooke
System.InvalidOperationException: An error occurred during integrated security validation in the connection pooler. GetLastError() returned: '6'
at System.Data.SqlClient.DefaultPoolControl.ObtainSidInfo(IntPtr& SID, IntPtr& tokenStruct
at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction
at System.Data.SqlClient.SqlConnection.Open(
I havent been able to figure out why this is happening. Any assistance would be greatly appreciated
-Brooke