Sql-server – Login error to database for Team Foundation Server 2010

sql serversql-server-2008sql-server-expresstfs

I have installed Team Foundation Server 2010 (basic configuration) on a Windows Server 2003 without any problems. But when I go to administer the Team Foundation Server Administration Console, I get the error when in the press "Administer Security" or "Group Membership"

Server was Unable to process request. —> Team Foundation services are not available from the server. Technical information (for administrator): The request colud note asking Processed Because the application is configured correctly note. No host service is available for the request.

If I try to go to http://localhost:8080/tfs, an I Get Runtime Error

In the Event Viewer I get following errors each time I try to do anything

  • Failue Aud – MSSQL$SQLEXPRESS – Login failed for user 'SAG-S01\ASPNET'. Reason: Failed to open the explicitly specified database. [CLIENT: ]
  • Error – TFS Services – Exception Message: 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. (type DatabaseConnectionException)

Best Answer

You could start investigating by starting the SQL Server Management Studio and navigate to the SQLExpress instance on your data tier. See if the Tfs databases are running and whether the ASPNET user has access rights for the database.

Related Topic