I get the same error about 2/5th's of the way through the install.It's not DNS since our domain controller (Win2k) is also a DNS server and the server (WinXP Server 2003) dedicated to VSTS has a hard-coded IP to the Win2k server. My event log shows:
=====================================================
TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 01/05/2006 7:49:08 AM Machine: MACHINENAME Application Domain: TfsGssInit.exe Assembly: Microsoft.TeamFoundation.Server, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details: Process Name: TfsGssInit Process Id: 2808 Thread Id: 1424 Account name: domain\tfssetup
Detailed Message: TF50621: GSS: Failed to retrieve identity from source : [<deleted for security reasons>] Exception Message: The server is not operational.
Name: "domain.companyname.com" (type ActiveDirectoryServerDownException)
Exception Stack Trace: at System.DirectoryServices.ActiveDirectory.PropertyManager.GetPropertyValue(DirectoryContext context, DirectoryEntry directoryEntry, String propertyName) at System.DirectoryServices.ActiveDirectory.Domain.GetDomain(DirectoryContext context) at Microsoft.TeamFoundation.Server.IdentityStoreAccessor.GetDomainDirectoryEntry(String domain) at Microsoft.TeamFoundation.Server.IdentityStoreAccessor.ReadIdentityFromAD(String domain, String username) at Microsoft.TeamFoundation.Server.IdentityStoreAccessor.ReadIdentityFromSource(String sid)
Inner Exception Details:
Exception Message: The server is not operational. (type COMException)
Exception Stack Trace: at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_AdsObject() at System.DirectoryServices.PropertyValueCollection.PopulateList() at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName) at System.DirectoryServices.PropertyCollection.get_Item(String propertyName) at System.DirectoryServices.ActiveDirectory.PropertyManager.GetPropertyValue(DirectoryContext context, DirectoryEntry directoryEntry, String propertyName)
Our Win2k server was running and AD seemed to run just fine, so I don't know where the exception comes from.
Luis Miguel Huapaya |