Where is the TFS database?
Posted
by
Blanthor
on Server Fault
See other posts from Server Fault
or by Blanthor
Published on 2012-04-11T21:26:25Z
Indexed on
2012/04/11
23:33 UTC
Read the original article
Hit count: 394
sql-server
|team-foundation-server
I've been using TFS 2010 with no problems. I tried adding a user and I got the following error message. "TF30063: You are not authorized to access <serverName>\DefaultCollection. -The remote server returned an error: (401) Unauthorized."
I remoted into the server, <serverName>, and opened the TFS Console. The logs mentioned a connection string:
ConnectionString: Data Source=<serverName>\SS2008;Initial Catalog=Tfs_DefaultCollection;Integrated Security=True
While remoted in I open SQL Server 2008 Management Studio opening the (local) server with Windows Authentication. It shows the connection to be (local)(SQL Server 9.04.03 - <serverName>\Admin), and there is no Tfs_DefaultCollection database.
Can someone tell me what is going on? Was I wrong in connecting to this instance of the database (i.e. Is the log file the wrong place to find the connection string)? Is the database so corrupted that SQL Manager Studio cannot see it anymore, although TFS could? Should I be logging into Management Studio as user SS2008? btw I don't know of any such credentials.
© Server Fault or respective owner