getting below error when trying to save,edit or merge projects
(the TFS DB server was recently upgraded from standard 2008 to enterprise 2008 (inplace),but these errors have started coming after few days from upgrade and not immediately after upgrade) ... do let me know what could be the cause of the same
TF53010: The following error has occurred in a Team Foundation component or extension:
Date (UTC): 5/6/2013 8:23:55 AM
Machine: TFSDBServername
Application Domain: /XX/XXXXX/8090/ROOT/tfs-1-130122867044700987
Assembly: Microsoft.TeamFoundation.Framework.Server, Version=10.0.0.0, Culture=neutral, PublicKeyToken=XXXXX; v2.0.50727
Service Host: XXXXXXXXX-fda4-4aa4-8e8b-4910e299dfae (DefaultCollection)
Process Details:
Process Name: w3wp
Process Id: 11520
Thread Id: 12048
Account name: domain\username
Detailed Message: TF30065: An unhandled exception occurred.
Web Request Details
Url: http://IP:port/tfs/_tfs_resources/VersionControl/v1.0/repository.asmx [method: POST]
User Agent: Team Foundation (devenv.exe, 10.0.40219.1)
Headers: Content-Length=813&Content-Type=application%2fsoap%2bxml%3b+charset%3dutf-8&Accept-Encoding=gzip&Accept-Language=en-US&Expect=100-continue&Host=IP%3a8090&User-Agent=Team+Foundation+(devenv.exe%2c+10.0.40219.1)&X-TFS-Version=1.0.0.0&X-TFS-Session=ef0a0eb6-f49d-47c4-8e8d-94f4339e5378&TF-Instance=ef0a0eb6-f49d-47c4-8e8d-94f4339e5378&SOAPAction=http%3a%2f%2fschemas.microsoft.com%2fTeamFoundation%2f2005%2f06%2fVersionControl%2fClientServices%2f03%2fUpdateWorkspace
Path: /tfs/_tfs_resources/VersionControl/v1.0/repository.asmx
Local Request: False
Host Address: IP
User: domain\username [authentication type: NTLM]
Exception Message: TF246017: Team Foundation Server could not connect to the database. Verify that the server that is hosting the database is operational, and that network problems are not blocking communication with the server. (type DatabaseRuntimeException)
Exception Stack Trace: at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.TranslateException(Int32 errorNumber, SqlException sqlException, SqlError sqlError)
at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.TranslateException(SqlException sqlException)
at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.MapException(SqlException ex, QueryExecutionState queryState)
at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.HandleException(SqlException ex)
at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.Execute(ExecuteType executeType, CommandBehavior behavior)
at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.ExecuteNonQuery()
at Microsoft.TeamFoundation.VersionControl.Server.WorkspaceComponent.UpdateWorkspace(Guid ownerId, String workspaceName, Guid updatedOwnerId, String updatedName, String updatedComment, String updatedComputerName, ICollection workingFolders, String
originalSecurityToken, String newSecurityToken)
at Microsoft.TeamFoundation.VersionControl.Server.Workspace.UpdateWorkspace(VersionControlRequestContext versionControlRequestContext, String oldWorkspaceName, String oldOwnerName, Workspace newWorkspace, SupportedFeatures clientFeatures)
at Microsoft.TeamFoundation.VersionControl.Server.TeamFoundationVersionControlService.UpdateWorkspace(TeamFoundationRequestContext requestContext, String oldWorkspaceName, String ownerName, Workspace newWorkspace, Int32 supportedFeatures)
at Microsoft.TeamFoundation.VersionControl.Server.Repository.UpdateWorkspace(String oldWorkspaceName, String ownerName, Workspace newWorkspace, Int32 supportedFeatures)
Inner Exception Details:
Exception Message: Warning: Fatal error 824 occurred at May 6 2013 4:23AM. Note the error and time, and contact your system administrator. (type SqlException)
SQL Exception Class: 24
SQL Exception Number: 21
SQL Exception Procedure: prc_iiComputeWorkspaceMappings
SQL Exception Line Number: 38
SQL Exception Server: TFSDBServername
SQL Exception State: 1
SQL Error(s):
Exception Data Dictionary:
HelpLink.ProdName = Microsoft SQL Server
HelpLink.EvtSrc = MSSQLServer
HelpLink.EvtID = 21
HelpLink.BaseHelpUrl = http://go.microsoft.com/fwlink
HelpLink.LinkId = 20476
Exception Stack Trace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.Execute(ExecuteType executeType, CommandBehavior behavior)