TFS 2010 Cannot Change Accout Identity

删除回忆录丶 提交于 2019-12-08 10:13:44

问题


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



来源:https://stackoverflow.com/questions/6699755/tfs-2010-cannot-change-accout-identity

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!