Hi All
I have:
1- Two Domain Controllers (DCs) with the following Domain Names (Both Windows 2012 R2 Data Center, each on different forests and two-way-trusted to each other):
A- OldDomain
B- NewDomain
2- One TFS Server 2013 Update 3 (Named TFSServer) which is joined to theOldDomain with Reporting Services (SSRS) configured.
I want to MOVE this TFSServer from the OldDomain to theNewDomain meaning:
I want to disjoin the TFSServer from the OldDomain and join it to the NewDomain
There are a lot of users in theOldDomain with a lot of histories (History) on a lot of Work Items (WIs) anda lot of Check-In histories (Check-In History) on CODEs. So to summarize theArtifacts:
1. A lot of Users.
2. A lot of Work Item Histories
3. A lot of Check-In Histories
There exists an account for each and every account of the OldDomain, within theNewDomain.
After I join my TFSServer to the NewDomain I want all theArtifacts mentioned above which are belonging to old accounts in theOldDomain, to be accessible by their counterparts within the NewDomain.
Ergo I used TFSConfig Identities tool with the /Changeflag. Performing all the steps in this MSDN article:
www. microsoft.com/en-us/library/vstudio/ms404883.aspx
Move Team Foundation Server from one environment to another
(was not able to insert the hyperlink, just search the term above)
>>>> But the result was: 0 security identifier(s) (SIDs) were changed in team foundation server
>>>> And nothing gets changed and no migration takes place.
>>>> Could anybody help me figure out what is going wrong?
Regards
Kiarash Nakhaei