TFS 2010 Cannot Change Accout Identity

2019-06-09 22:11发布

问题:

I have recently moved our TFS 2010 server to new server, when I'm trying to configure Reporting server and enter the server name and populate URLs and then press ok, the tfs tells me that user or group is not recognized

I tried to run this command

TFSConfig identities /change /fromdomain: OldComputerorDomainName /todomain: NewDomainName /account: OldTFSServiceAccount /toaccount:NewTFSServiceAccount

in order to change the account identity as i moved from a domain to another domain but it doesn't work.

Any ideas how i can solve that?

回答1:

I have run this command

TFSConfig identities /change /fromdomain: OldComputerorDomainName /todomain: NewDomainName

before this command

TFSConfig Accounts /ResetOwner /SQLInstance:ServerName /DatabaseName:DatabaseName

and everything is working now



回答2:

This is another interesting case. Can you try and connected to the Reporting Services server using SQL Server Management Studio and not Reporting Services administration website. In the root folder permissions, remove the reference to OldComputer\Administrators and added the one to NewComputer\Administrateurs.

HTH Cheers, Tarun



标签: tfs tfs2010