Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When I log on to our TFS server using my own domain account and try to open TFS Administration Console, I get the following error:

TF246017: Team Foundation Server could not connect to the database. Verify that the server that is hosting the database is operational, and that network problems are not blocking communication with the server.

The TFS database is run locally on the TFS server. When I log on to the TFS server using the local computer admin account (presumably the account used to install TFS), the Administration Console loads fine without any errors. So, I used SSMS to look at the local TFS database and its logins, and lo-and-behold the local TFS server user account is listed with full permissions, but my domain account is not. Hence the error.

Finally, my question. What I'd like to do is provide specific users with permission to the TFS database (and thus the ability to run the Administration Console without errors), a la the local Administrator account. Rather than adding each of those users as Logins through SSMS, is there a TFS group that I can add them to that would automatically give them permission on the TFS DB? That would seem a little cleaner.

Thanks.

share|improve this question

1 Answer

I would recommend creating a group in AD called TFS Administrators, which you then give permissions to on the database server, administration console, sharepoint, ssrs and ssas.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.