TF246017 Error when opening TFS Administration Console
Asked Answered
D

3

6

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.

Dniren answered 10/9, 2012 at 21:16 Comment(0)
O
4

The easiest way to solve this issue is to find someone on your team who can use the Administration Console, and have them add you to the list of Administration Console Users. It's under the "Application Tier" node of the treeview. If you watch the "wizard", you'll notice it adding the user to all sorts of things like groups, SQL roles, probably more than you'd want to coordinate by hand. I spent a good hour trying to do things via AD groups, manually adding users to SQL roles, etc. in order to get another member of my team working. Eventually, I just added him through the Administration Console, and 1 minute later he was all set.

Oxime answered 17/7, 2013 at 16:4 Comment(2)
This answer is useless if there is only one adminDonniedonnish
In that case, you can't use the "easiest" solution, and will have to go for something more difficult. I didn't say it was the only solution. Also... never have only one admin user.Oxime
D
1

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.

Dwaindwaine answered 17/10, 2012 at 21:22 Comment(0)
A
0

Try logging in with your user admin account, rather than using the Administrator account.

Acidhead answered 27/2, 2014 at 21:41 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.