Reputation: 832
I am trying to copy a project collection from one team's TFS 2013 to mine. When attaching the project collection, I run the verify command. I get this error: TF246091: The team project collection cannot be attached because its version ID is higher than the ID for the configuration database. The collection has the following version: Dev12.M62. The Team Foundation Server is at the following version: Dev12.M53.
Digging around nets me zero. I tried the TfsConfig updates /reapply without anything being done. I downloaded the VS 2013 update 4 as this seems to be the only 'update' with TFS in mind. There simply isn't anything that I could find on a TFS server update. I even dug through MSDN subscriber downloads for any sort of update. Any ideas?
Upvotes: 0
Views: 558
Reputation: 59045
Dev12.M62 is TFS 2013 Update 2. Dev12.M53 is an earlier version (obviously).
You can download TFS 2013 Update 2 from MSDN and do an upgrade install, which should let you reattach the team project collection.
Or, better yet, just upgrade both instances to the latest version (TFS 2013 Update 4).
Upvotes: 1