0
votes

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

Eror

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?

2
Hey mate, have u had a look at this link msdn.microsoft.com/en-us/library/ms404883.aspx. Seems you have run the cmd but just checking. - Tarun Arora
yeah Tarun, I have followed these instructions. - Hassan

2 Answers

2
votes

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

0
votes

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