Unable to shelve changes in VS2012 for TFS2010

心已入冬 提交于 2019-12-01 12:14:25

I had the same issue. Tried many different stuff from web sites and non of them helped. Finally find the solution for this. Follow these to make it work:

1) Create temporary AD User

2) You will need to transfer all old user configuration into a new temporary account. If you are OK with using the temporary account you may just keep it and get rid of old account. Go into the machine that TFS is installed and Run this command: TFSConfig identities /change /fromdomain:mydomain /todomain:mydomain /account:oldAccount /toaccount:temporaryAccount

(TFSConfig is in C:\Program Files\Microsoft Team Foundation Server XX.0\Tools\)

3) If you don't want to use temporary account you will need to convert from temp account to your old account. To do that run the same command wit changing the user names: TFSConfig identities /change /fromdomain:mydomain /todomain:mydomain /account:temporaryAccount /toaccount:oldAccount

That's all you need to do.

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