This scenario is for After Restoring TFS Database 2013
- Open Database instance in Sql Server Management Studio and open database TFS_Configuration
- Go to tbl_ServiceHost table and look for entry where Name = “TEAM FOUNDATION”. Copy the HostId
- Go to TFS INSTALL FOLDER \Application Tier\Web Services folder
- Open the web.config and update the value for applicationId key with the value copied in step 2
- IISReset
- net stop tfsjobagent
- net start tfsjobagent
Comments are closed