One fine day you might come across an error like
The error message says
Server was unable to process request. ---> The requested schema property TFS_SCHEMA_VERSION did not match the expected value. The server requires the Microsoft Team Foundation Server 2010 (SP1) schema but the database currently implements Microsoft Team Foundation Server 2010 (RTM).
After you feel bad about it. The solution is very simple. Open your SQL Server management Studio and point to the TFS Collection and go to the properties
Change “Microsoft Team Foundation Server 2010 (RTM)” to “Microsoft Team Foundation Server 2010 (SP1)”
That’s it. Enjoy!!
Namoskar!!!
If you had applied TFS 2010 SP1, or any of the later CUs to the server is this error still possible? I am curious of the scenario that causes this issue.