views:

260

answers:

2

I'm running the tfs upgrade wizard (from RC to RTM). On reaching the Readiness Checks I'm getting an error on the 'Configuration Database' :

[ Configuration Database ] TF255440: The following account has a SQL Server login, but the login was denied access: DOMAIN\User. The server selected to host the databases for Team Foundation Server is: MYSERVER. The SQL Server login associated with the user account must be granted access to the SQL Server instance on that server.

I've tried changing user mappings and roles but so far no joy.

+2  A: 

I was getting the same error. In a last ditch effort, I deleted my Windows account from the SQL Logins to see if it would at least report a different error. To my surprise, it instead worked. I can still connect to SQL Server with my Windows Account because Domain Admins is listed as a SQL Server login and I am a member of that group. So perhaps the verification logic is flawed when there is more than one way for an account to authenticate to the server.

Chance
A: 

wow, deleting the account (TFSSETUP in my case) from Sql Logins solved my problem too! thanks :)

Chris