We have a TFS 2005 installation using Sharepoint 2.0 and the database STS_Content_TFS got corrupted. Also, the backups were damaged. To recover at least some data, we did the following: - manually backed up data from the projects portals - deleted all data from tables Docs and DocVersions (which were corrupted) - exported all data to a new database (STS_Content_TFS_2) - renamed the STS_Content_TFS to STS_Content_TFS_Damaged - renamed STS_Content_TFS_2 to STS_Content_TFS.
At this point we would have expected the projects portals to work just fine, only with missing content. But this is not the case. The system reports HTTP 500 if we try to browse to the root site. If we run stsadm -o enumsites -url ..., we get the first entry " . No information appears in the log files. What can we do to fix this issue, though?