Below is what I got when I ran the TfsAdminUtil. It appears that this userid was not a valid login for certain databases (not sure if this was an initial install issue or even a problem at all). The next step is to run the TFSSecurity command and add this new account and I get the following error under the TfsAdminUtil when I query the Team Foundation Administrators and Service that they do not exist.
- Aaron
TfsAdminUtil text
C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools>TFSAd minUtil.exe ChangeAccount <tfsservice> <NewAcct> <NewPass> TfsAdminUtil - Team Foundation Admin Utility (C) Copyright 2006 Microsoft Corporation. All rights reserved.
Status: Update database account on database server: <ServerName>. WARNING: The given service account: tfsservice does not exist as a valid login a ccount on database server: <ServerName>. WARNING: Warning: The old account: tfsservice is not member of the existing data warehouse database role. Done.
Remember to add new account: <NewAcct> to TeamFoundation Service Account s group by using TFSSecurity - Team Foundation Server Security Tool.
Resetting IIS...
TFSSecurity text
C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools>tfsse curity /im "TeamFoundation Service Account" /server:<ServerName> TFSSecurity - Team Foundation Server Security Tool (C) Copyright 2006 Microsoft Corporation. All rights reserved.
The target Team Foundation Server is <ServerName>. Resolving identity "TeamFoundation Service Account"...
Error: TF50605: There was an error looking up the SID for TeamFoundation Service.
|