TFS_SCHEMA_VERSION Problem while updating tfs 2010 to sp1

岁酱吖の 提交于 2019-12-23 16:30:13

问题


I'd applied the SP1 to an installed RTM version and when I try to access to the team server, an error indicating bad TFS_SCHEMA_VERSION occurs:

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).


回答1:


I've found a trick that seems to work, I just change the advanced properties of the Default collections database.
To to that:

  • I connect to the SQL Server where is the tfs connected
  • Change its extended property called TFS_SCHEMA_VERSION to the value that TFS expects, i.e, change the RTM that is between brachets to SP1
  • Commit changes and it works

It works fine for me...



来源:https://stackoverflow.com/questions/6047036/tfs-schema-version-problem-while-updating-tfs-2010-to-sp1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!