Why can't I attach TFS to a Project Collection that was restored to SQL Server (I think) correctly?

后端 未结 3 928
醉酒成梦
醉酒成梦 2021-01-13 00:45

We tried moving a TFS Project Collection from one TFS 2010 server to another.

  1. Detached the collection in TFS Console on source server
  2. Backed up the co
3条回答
  •  不思量自难忘°
    2021-01-13 01:41

    This worked for me...

    1. Actions to perform on TFS 2010

      1.1 Using the TFS console "Detach" the collection from the "TFS server"
      1.2 Using the SQl Manager "Detach" the database for the corresponding TFS collection

    2. Actions to perform on TFS 2012

      2.1 Using the SQl Manager "attach" the database for the corresponding TFS collection
      2.2 Make sure to give the TFS user account/s access to the database otherwise the TFS server will not be able to access it.
      2.3 Using the TFS console "attach" the collection to the "TFS server"

提交回复
热议问题