Reputation: 35404
When installing TFS Server 2010 on my server, I'm asked to provide the service account as below screenshot. I've tried sa
and NT AUTHORITY\NETWORK SERVICE
account with admin password provided when installing SQL Server but all failed.
If you have any workaround for me, please share!
Upvotes: 0
Views: 107
Reputation: 3596
You need to use a valid user (non-system) account, such as yours, per the instruction on the page. You cannot use the system accounts, such as NETWORK SERVICE, here.
For more information:
http://msdn.microsoft.com/en-us/library/ms253149.aspx#TFSMOSSAccts
Upvotes: 1