Home Page Link
  Skip Navigation Links
Log in to create posts To create new posts or to reply to existing ones, you must be registered and logged in!
  
View: 
Post
Started: 8/29/2008 11:57 AM
Picture: Robert MacLean
Robert MacLean
Office SharePoint Server Error in the eventlog. Event ID 7888
I am getting an error in the event log about once a day that I am not sure what is causing it or even if I should worry (all seems to be working fine). The server is running win2k3 x64 sp 2, sql 2005 sp 2, moss 2007 sp 1 and it has plenty of power behind it. To add to the confusion it happens where there is no one here (4am ish).
 
Event ID: 7888
Source: Office SharePoint Server
Category: Office Server General
 
A runtime exception was detected. Details follow.

Message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

Techinal Details:

System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)

at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)

at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)

at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)

at System.Data.SqlClient.TdsParserStateObject.ReadPacket(Int32 bytesExpected)

at System.Data.SqlClient.TdsParserStateObject.ReadBuffer()

at System.Data.SqlClient.TdsParserStateObject.ReadByte()

at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)

at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)

at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)

at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)

at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)

at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)

at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)

at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)

at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)

at System.Data.SqlClient.SqlConnection.Open()

at Microsoft.Office.Server.Data.SqlSession.OpenConnection()

at Microsoft.Office.Server.Data.SqlSession.ExecuteNonQuery(SqlCommand command)

at Microsoft.Office.Server.Data.SqlDatabaseManager.HasAccess(String user)

at Microsoft.Office.Server.Administration.SharedResourceProvider.SynchronizeAccessControl(SharedComponentSecurity sharedApplicationSecurity)

at Microsoft.Office.Server.Administration.SharedResourceProvider.Microsoft.Office.Server.Administration.ISharedComponent.Synchronize()

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Posted: 8/29/2008 1:45 PM
Picture: Michael O'Donovan
Michael O'Donovan
looking at the stack trace, it looks like it's a Timer Service activity that is breaking. Specificaly something around syncronisation. Not sure which sync task, but I would take it seriously e.g sync profiles from profile DB to WSS site. Even though the sites work, there is some sync activity which is not working.
 
Maybe this post might help. If you figure it out, I would love to know.
 
Posted: 9/2/2008 9:02 AM
Picture: Robert MacLean
Robert MacLean
Thanks for the great article. Since posting I have deployed the infrastructure update and .Net 3.5 (which includes all the SP for previous .Net versions) and that seems to have resolved it.
Feedback