TFS 2010 Backup fails with “The current username failed to retrieve MSSQL Server service account. ”

家住魔仙堡 提交于 2019-12-10 22:58:43

问题


I am trying to backup my TFS 2010 instance using the TFS 2010 Power Tools issued in March 2011.

In the verification step, I am getting an error that I do not know how to solve:

"The current username failed to retrieve MSSQL Server service account."

Can anyone help?


回答1:


The answer, in my instance, required a few things:

  1. As Ryan noted in the comments above, the SQL service account cannot be "Local System". Create a new user account on your domain, and then follow the instructions Ryan provided: Setting Up Windows Service Accounts.
  2. Change the service account for TFS from Local System to a service account on your domain. I followed these instructions: Change the Service Account or Password for Team Foundation Server.
  3. To configure the backup, log on using the same account as was used originally to install the TFS server instance. (I'm not sure what permissions are missing from my other administrator account)


来源:https://stackoverflow.com/questions/5262962/tfs-2010-backup-fails-with-the-current-username-failed-to-retrieve-mssql-server

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