index > Team Foundation Server - Setup > Virtual Server Not in Config Database - TFS Beta 3

Virtual Server Not in Config Database - TFS Beta 3

I can't browse to my Team Foundation Site.  If I attempt to get to the site through SharePoint Central Administration, I get this error:

"The virtual server that is referenced here is not in the config database."

If I browse to http://localhost:8080/, I get a 403 Error (Not Authorized to view this page).

If I try to browse to any of the pages within http://localhost:8080/, I get 404 Errors.

I have installed Beta 3 of Team Foundation Server.  I chose the "Server Farm" option during installation, but I am only using a single server.  (I chose this option after reading other posts in these forums.)  The server runs under Windows 2003 Enterprise Edition SP1.  I installed SharePoint services SP2.  The server also has the September CTP of SQL Server 2005 installed (Enterprise Edition).

If it helps, here is the output I received from running "GetRegistrationEntries" on the server:



  <?xml version="1.0" encoding="utf-8" ?>
- <ArrayOfRegistrationEntry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/TeamFoundation/2005/06/Services/Registration/02">
- <RegistrationEntry>
  <Type>Build</Type>
- <ServiceInterfaces>
- <ServiceInterface>
  <Name>BuildStoreService</Name>
  <Url>/Build/v1.0/BuildStore.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>BuildControllerService</Name>
  <Url>/Build/v1.0/BuildController.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>IBISEnablement</Name>
  <Url>/Build/v1.0/Integration.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>LinkingProviderService</Name>
  <Url>/Build/v1.0/Integration.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>IProjectMaintenance</Name>
  <Url>/Build/v1.0/Integration.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>PublishTestResultsBuildService</Name>
  <Url>/Build/v1.0/PublishTestResultsBuildService.asmx</Url>
  </ServiceInterface>
  </ServiceInterfaces>
- <Databases>
- <Database>
  <Name>TeamBuild DB</Name>
  <DatabaseName>TfsBuild</DatabaseName>
  <SQLServerName>YKCLNSD</SQLServerName>
  <ConnectionString>Server=@SQLServerName@;Database=@DatabaseName@;Integrated Security=SSPI</ConnectionString>
  <ExcludeFromBackup>false</ExcludeFromBackup>
  </Database>
  </Databases>
- <EventTypes>
- <EventType>
  <Name>Build Completion Event</Name>
  <Schema><?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:tns="http://schemas.microsoft.com/VSET/TeamBuilds/2004/08/mtservices/buildCompletionEvent" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/VSET/TeamBuilds/2004/08/mtservices/buildCompletionEvent" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="BuildCompletionEvent" type="tns:BuildCompletionEvent" /> <xs:complexType name="BuildCompletionEvent"> <xs:sequence> <xs:element name="TeamFoundationServerUrl" type="xs:anyURI" maxOccurs="1" minOccurs="1" /> <xs:element name="TeamProject" type="xs:string" maxOccurs="1" minOccurs="1" /> <xs:element name="Id" type="xs:string" maxOccurs="1" minOccurs="1" /> <xs:element name="Url" type="xs:anyURI" maxOccurs="1" minOccurs="1" /> <xs:element name="Type" type="xs:string" maxOccurs="1" minOccurs="1" /> <xs:element name="Title" type="xs:string" minOccurs="1" maxOccurs="1" /> <xs:element name="CompletionStatus" type="xs:string" maxOccurs="1" minOccurs="1" /> <xs:element name="Subscriber" type="xs:string" minOccurs="1" maxOccurs="1" /> <xs:element name="Configuration" type="xs:string" maxOccurs="1" minOccurs="1" /> <xs:element name="RequestedBy" type="xs:string" maxOccurs="1" minOccurs="1" /> <xs:element name="TimeZone" type="xs:string" minOccurs="1" maxOccurs="1" /> <xs:element name="TimeZoneOffset" type="xs:string" minOccurs="1" maxOccurs="1" /> <xs:element name="BuildStartTime" type="xs:string" minOccurs="1" maxOccurs="1" /> <xs:element name="BuildCompleteTime" type="xs:string" minOccurs="1" maxOccurs="1" /> <xs:element name="BuildMachine" type="xs:string" minOccurs="1" maxOccurs="1" /> </xs:sequence> </xs:complexType> </xs:schema></Schema>
  </EventType>
- <EventType>
  <Name>Build Status Changed Event</Name>
  <Schema><?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:tns="http://schemas.microsoft.com/VSET/TeamBuilds/2004/08/mtservices/buildStatusChangeEvent" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/VSET/TeamBuilds/2004/08/mtservices/buildStatusChangeEvent" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="BuildStatusChangeEvent" type="tns:BuildStatusChangeEvent" /> <xs:complexType name="BuildStatusChangeEvent"> <xs:sequence> <xs:element name="TeamFoundationServerUrl" type="xs:anyURI" maxOccurs="1" minOccurs="1" /> <xs:element name="TeamProject" type="xs:string" maxOccurs="1" minOccurs="1" /> <xs:element minOccurs="1" maxOccurs="1" name="Title" type="xs:string" /> <xs:element minOccurs="1" maxOccurs="1" name="Subscriber" type="xs:string" /> <xs:element name="Id" type="xs:string" maxOccurs="1" minOccurs="1" /> <xs:element name="Url" type="xs:anyURI" maxOccurs="1" minOccurs="1" /> <xs:element name="TimeZone" type="xs:string" minOccurs="1" maxOccurs="1" /> <xs:element name="TimeZoneOffset" type="xs:string" minOccurs="1" maxOccurs="1" /> <xs:element name="ChangedTime" type="xs:string" minOccurs="1" maxOccurs="1" /> <xs:element name="StatusChange" type="tns:Change" minOccurs="1" maxOccurs="1" /> <xs:element name="ChangedBy" type="xs:string" minOccurs="1" maxOccurs="1" /> </xs:sequence> </xs:complexType> <xs:complexType name="Change"> <xs:sequence> <xs:element name="FieldName" type="xs:string" maxOccurs="1" minOccurs="1" /> <xs:element name="OldValue" type="xs:string" maxOccurs="1" minOccurs="1" /> <xs:element name="NewValue" type="xs:string" maxOccurs="1" minOccurs="1" /> </xs:sequence> </xs:complexType> </xs:schema></Schema>
  </EventType>
  </EventTypes>
- <ArtifactTypes>
- <ArtifactType>
  <Name>Build</Name>
  <OutboundLinkTypes />
  </ArtifactType>
  </ArtifactTypes>
- <RegistrationExtendedAttributes>
- <RegistrationExtendedAttribute>
  <Name>ArtifactDisplayUrl</Name>
  <Value>/</Value>
  </RegistrationExtendedAttribute>
  </RegistrationExtendedAttributes>
  <ChangeType>NoChange</ChangeType>
  </RegistrationEntry>
- <RegistrationEntry>
  <Type>vstfs</Type>
- <ServiceInterfaces>
- <ServiceInterface>
  <Name>CommonStructure</Name>
  <Url>/Services/v1.0/CommonStructureService.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>Eventing</Name>
  <Url>/Services/v1.0/EventService.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>GroupSecurity</Name>
  <Url>/Services/v1.0/GroupSecurityService.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>Authorization</Name>
  <Url>/Services/v1.0/AuthorizationService.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>ProcessTemplate</Name>
  <Url>/Services/v1.0/ProcessTemplate.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>RegistrationService</Name>
  <Url>/Services/v1.0/Registration.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>ServerStatus</Name>
  <Url>/Services/v1.0/ServerStatus.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>IProjectMaintenance</Name>
  <Url>/Services/v1.0/ProjectMaintenance.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>ITeamSystemTask</Name>
  <Url>/Warehouse/v1.0/WarehouseController.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>Warehouse</Name>
  <Url>/Warehouse/v1.0/WarehouseController.asmx</Url>
  </ServiceInterface>
  </ServiceInterfaces>
- <Databases>
- <Database>
  <Name>BIS DB</Name>
  <DatabaseName>TfsIntegration</DatabaseName>
  <SQLServerName>YKCLNSD</SQLServerName>
  <ConnectionString />
  <ExcludeFromBackup>false</ExcludeFromBackup>
  </Database>
- <Database>
  <Name>BISDW DB</Name>
  <DatabaseName>TFSWarehouse</DatabaseName>
  <SQLServerName>YKCLNSD</SQLServerName>
  <ConnectionString />
  <ExcludeFromBackup>false</ExcludeFromBackup>
  </Database>
  </Databases>
- <EventTypes>
- <EventType>
  <Name>BranchMovedEvent</Name>
  <Schema />
  </EventType>
- <EventType>
  <Name>NodeCreatedEvent</Name>
  <Schema />
  </EventType>
- <EventType>
  <Name>NodePropertiesChangedEvent</Name>
  <Schema />
  </EventType>
- <EventType>
  <Name>NodeRenamedEvent</Name>
  <Schema />
  </EventType>
- <EventType>
  <Name>NodesDeletedEvent</Name>
  <Schema />
  </EventType>
- <EventType>
  <Name>ProjectCreatedEvent</Name>
  <Schema />
  </EventType>
- <EventType>
  <Name>ProjectDeletedEvent</Name>
  <Schema />
  </EventType>
  </EventTypes>
  <ArtifactTypes />
- <RegistrationExtendedAttributes>
- <RegistrationExtendedAttribute>
  <Name>ArtifactUriRoot</Name>
  <Value />
  </RegistrationExtendedAttribute>
- <RegistrationExtendedAttribute>
  <Name>ATMachineName</Name>
  <Value>YKCLNSD</Value>
  </RegistrationExtendedAttribute>
- <RegistrationExtendedAttribute>
  <Name>InstalledUICulture</Name>
  <Value>1033</Value>
  </RegistrationExtendedAttribute>
- <RegistrationExtendedAttribute>
  <Name>InstanceId</Name>
  <Value>C19A2988-15EB-48E3-963D-C196AB82033B</Value>
  </RegistrationExtendedAttribute>
  </RegistrationExtendedAttributes>
  <ChangeType>NoChange</ChangeType>
  </RegistrationEntry>
- <RegistrationEntry>
  <Type>Reports</Type>
- <ServiceInterfaces>
- <ServiceInterface>
  <Name>ReportsService</Name>
  <Url>http://YKCLNSD/ReportServer/ReportService.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>BaseReportsUrl</Name>
  <Url>http://YKCLNSD/Reports</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>DataSourceServer</Name>
  <Url>YKCLNSD/ReportService.asmx</Url>
  </ServiceInterface>
  </ServiceInterfaces>
  <Databases />
  <EventTypes />
  <ArtifactTypes />
  <RegistrationExtendedAttributes />
  <ChangeType>NoChange</ChangeType>
  </RegistrationEntry>
- <RegistrationEntry>
  <Type>Wss</Type>
- <ServiceInterfaces>
- <ServiceInterface>
  <Name>WssAdminService</Name>
  <Url>http://YKCLNSD:17012/_vti_adm/admin.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>BaseServerUrl</Name>
  <Url>http://YKCLNSD</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>BaseSiteUrl</Name>
  <Url>http://YKCLNSD/sites</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>BaseSiteUnc</Name>
  <Url>\\YKCLNSD\sites</Url>
  </ServiceInterface>
  </ServiceInterfaces>
  <Databases />
  <EventTypes />
- <ArtifactTypes>
- <ArtifactType>
  <Name>ProjectDoc</Name>
- <OutboundLinkTypes>
  <OutboundLinkType />
  </OutboundLinkTypes>
  </ArtifactType>
  </ArtifactTypes>
  <RegistrationExtendedAttributes />
  <ChangeType>NoChange</ChangeType>
  </RegistrationEntry>
- <RegistrationEntry>
  <Type>WorkItemTracking</Type>
- <ServiceInterfaces>
- <ServiceInterface>
  <Name>WorkitemService</Name>
  <Url>/WorkItemTracking/v1.0/ClientService.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>ConfigurationSettingsUrl</Name>
  <Url>/WorkItemTracking/v1.0/ConfigurationSettingsService.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>IBISEnablement</Name>
  <Url>/WorkItemTracking/v1.0/Integration.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>LinkingProviderService</Name>
  <Url>/WorkItemTracking/v1.0/Integration.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>LinkingConsumerService</Name>
  <Url>/WorkItemTracking/v1.0/Integration.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>IProjectMaintenance</Name>
  <Url>/WorkItemTracking/v1.0/Integration.asmx</Url>
  </ServiceInterface>
  </ServiceInterfaces>
- <Databases>
- <Database>
  <Name>WIT DB</Name>
  <DatabaseName>TfsWorkItemTracking</DatabaseName>
  <SQLServerName>YKCLNSD</SQLServerName>
  <ConnectionString>Server=@SQLServerName@;Database=@DatabaseName@;Integrated Security=SSPI</ConnectionString>
  <ExcludeFromBackup>false</ExcludeFromBackup>
  </Database>
- <Database>
  <Name>WITAttachments DB</Name>
  <DatabaseName>TfsWorkItemTrackingAttachments</DatabaseName>
  <SQLServerName>YKCLNSD</SQLServerName>
  <ConnectionString>Server=@SQLServerName@;Database=@DatabaseName@;Integrated Security=SSPI</ConnectionString>
  <ExcludeFromBackup>false</ExcludeFromBackup>
  </Database>
  </Databases>
  <EventTypes />
- <ArtifactTypes>
- <ArtifactType>
  <Name>HyperLink</Name>
  <OutboundLinkTypes />
  </ArtifactType>
- <ArtifactType>
  <Name>Workitem</Name>
- <OutboundLinkTypes>
- <OutboundLinkType>
  <Name>Fixed in Changeset</Name>
  <TargetArtifactTypeTool>VersionControl</TargetArtifactTypeTool>
  <TargetArtifactTypeName>Changeset</TargetArtifactTypeName>
  </OutboundLinkType>
- <OutboundLinkType>
  <Name>Related Workitem</Name>
  <TargetArtifactTypeTool>WorkItemTracking</TargetArtifactTypeTool>
  <TargetArtifactTypeName>Workitem</TargetArtifactTypeName>
  </OutboundLinkType>
- <OutboundLinkType>
  <Name>Source Code File</Name>
  <TargetArtifactTypeTool>VersionControl</TargetArtifactTypeTool>
  <TargetArtifactTypeName>LatestItemVersion</TargetArtifactTypeName>
  </OutboundLinkType>
- <OutboundLinkType>
  <Name>Test Result</Name>
  <TargetArtifactTypeTool>TestTools</TargetArtifactTypeTool>
  <TargetArtifactTypeName>TestResult</TargetArtifactTypeName>
  </OutboundLinkType>
- <OutboundLinkType>
  <Name>Workitem Hyperlink</Name>
  <TargetArtifactTypeTool>WorkItemTracking</TargetArtifactTypeTool>
  <TargetArtifactTypeName>Hyperlink</TargetArtifactTypeName>
  </OutboundLinkType>
  </OutboundLinkTypes>
  </ArtifactType>
  </ArtifactTypes>
- <RegistrationExtendedAttributes>
- <RegistrationExtendedAttribute>
  <Name>AttachmentServerUrl</Name>
  <Value>/WorkItemTracking/v1.0/AttachFileHandler.ashx</Value>
  </RegistrationExtendedAttribute>
- <RegistrationExtendedAttribute>
  <Name>ArtifactDisplayUrl</Name>
  <Value>/</Value>
  </RegistrationExtendedAttribute>
  </RegistrationExtendedAttributes>
  <ChangeType>NoChange</ChangeType>
  </RegistrationEntry>
- <RegistrationEntry>
  <Type>VersionControl</Type>
- <ServiceInterfaces>
- <ServiceInterface>
  <Name>ISCCProvider</Name>
  <Url>/VersionControl/v1.0/repository.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>ISCCAdmin</Name>
  <Url>/VersionControl/v1.0/administration.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>IBISEnablement</Name>
  <Url>/VersionControl/v1.0/integration.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>LinkingProviderService</Name>
  <Url>/VersionControl/v1.0/integration.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>IProjectMaintenance</Name>
  <Url>/VersionControl/v1.0/integration.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>Download</Name>
  <Url>/VersionControl/v1.0/item.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>Upload</Name>
  <Url>/VersionControl/v1.0/upload.asmx</Url>
  </ServiceInterface>
  </ServiceInterfaces>
- <Databases>
- <Database>
  <Name>TeamFoundation Logging DB</Name>
  <DatabaseName>TfsActivityLogging</DatabaseName>
  <SQLServerName>YKCLNSD</SQLServerName>
  <ConnectionString>Server=@SQLServerName@;Database=@DatabaseName@;Integrated Security=SSPI</ConnectionString>
  <ExcludeFromBackup>false</ExcludeFromBackup>
  </Database>
- <Database>
  <Name>VersionControl DB</Name>
  <DatabaseName>TfsVersionControl</DatabaseName>
  <SQLServerName>YKCLNSD</SQLServerName>
  <ConnectionString>Server=@SQLServerName@;Database=@DatabaseName@;Integrated Security=SSPI</ConnectionString>
  <ExcludeFromBackup>false</ExcludeFromBackup>
  </Database>
  </Databases>
- <EventTypes>
- <EventType>
  <Name>CheckinEvent</Name>
  <Schema><?xml version="1.0" encoding="utf-8"?> <xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="CheckinEvent" nillable="true" type="CheckinEvent" /> <xs:complexType name="CheckinEvent"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="Title" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="ContentTitle" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="Owner" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="Committer" type="xs:string" /> <xs:element minOccurs="1" maxOccurs="1" name="Number" type="xs:int" /> <xs:element minOccurs="0" maxOccurs="1" name="CreationDate" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="Comment" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="TimeZone" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="TimeZoneOffset" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="TeamProject" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="PolicyOverrideComment" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="Notice" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="Subscriber" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" name="CheckinNotes" type="ArrayOfAnyType" /> <xs:element minOccurs="0" maxOccurs="1" name="PolicyFailures" type="ArrayOfAnyType1" /> <xs:element minOccurs="0" maxOccurs="1" name="CheckinInformation" type="ArrayOfAnyType2" /> <xs:element minOccurs="0" maxOccurs="1" name="Artifacts" type="ArrayOfAnyType3" /> </xs:sequence> </xs:complexType> <xs:complexType name="ArrayOfAnyType"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="CheckinNote" nillable="true" /> </xs:sequence> </xs:complexType> <xs:complexType name="ArrayOfAnyType1"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="PolicyFailure" nillable="true" /> </xs:sequence> </xs:complexType> <xs:complexType name="ArrayOfAnyType2"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="CheckinInformation" nillable="true" /> </xs:sequence> </xs:complexType> <xs:complexType name="ArrayOfAnyType3"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="Artifact" nillable="true" /> </xs:sequence> </xs:complexType> <xs:complexType name="ClientArtifact"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="Url" type="xs:string" /> </xs:sequence> <xs:attribute name="ServerItem" type="xs:string" /> <xs:attribute name="ArtifactType" type="xs:string" /> <xs:attribute name="Item" type="xs:string" /> <xs:attribute name="Folder" type="xs:string" /> <xs:attribute name="TeamProject" type="xs:string" /> <xs:attribute name="ItemRevision" type="xs:string" /> <xs:attribute name="ChangeType" type="xs:string" /> </xs:complexType> <xs:complexType name="CheckinWorkItemInfo"> <xs:attribute name="Url" type="xs:string" /> <xs:attribute name="Id" type="xs:int" use="required" /> <xs:attribute name="CheckinAction" type="CheckinWorkItemCheckinAction" use="required" /> <xs:attribute name="Title" type="xs:string" /> <xs:attribute name="Type" type="xs:string" /> <xs:attribute name="State" type="xs:string" /> <xs:attribute name="AssignedTo" type="xs:string" /> </xs:complexType> <xs:simpleType name="CheckinWorkItemCheckinAction"> <xs:restriction base="xs:string"> <xs:enumeration value="None" /> <xs:enumeration value="Resolve" /> <xs:enumeration value="Associate" /> </xs:restriction> </xs:simpleType> <xs:complexType name="NameValuePair"> <xs:attribute name="name" type="xs:string" /> <xs:attribute name="val" type="xs:string" /> </xs:complexType> </xs:schema></Schema>
  </EventType>
  </EventTypes>
- <ArtifactTypes>
- <ArtifactType>
  <Name>Changeset</Name>
  <OutboundLinkTypes />
  </ArtifactType>
- <ArtifactType>
  <Name>Label</Name>
  <OutboundLinkTypes />
  </ArtifactType>
- <ArtifactType>
  <Name>LatestItemVersion</Name>
  <OutboundLinkTypes />
  </ArtifactType>
- <ArtifactType>
  <Name>VersionedItem</Name>
  <OutboundLinkTypes />
  </ArtifactType>
  </ArtifactTypes>
- <RegistrationExtendedAttributes>
- <RegistrationExtendedAttribute>
  <Name>ArtifactDisplayUrl</Name>
  <Value>/</Value>
  </RegistrationExtendedAttribute>
- <RegistrationExtendedAttribute>
  <Name>LogConnectionString</Name>
  <Value>Server=YKCLNSD;Database=TfsActivityLogging;Integrated Security=SSPI</Value>
  </RegistrationExtendedAttribute>
  </RegistrationExtendedAttributes>
  <ChangeType>NoChange</ChangeType>
  </RegistrationEntry>
- <RegistrationEntry>
  <Type>TestTools</Type>
- <ServiceInterfaces>
- <ServiceInterface>
  <Name>IBISEnablement</Name>
  <Url>/Build/v1.0/PublishTestResultsBuildService.asmx</Url>
  </ServiceInterface>
- <ServiceInterface>
  <Name>LinkingProviderService</Name>
  <Url>/Build/v1.0/PublishTestResultsBuildService.asmx</Url>
  </ServiceInterface>
  </ServiceInterfaces>
  <Databases />
  <EventTypes />
- <ArtifactTypes>
- <ArtifactType>
  <Name>TestResult</Name>
  <OutboundLinkTypes />
  </ArtifactType>
  </ArtifactTypes>
- <RegistrationExtendedAttributes>
- <RegistrationExtendedAttribute>
  <Name>TeamBuild DB</Name>
  <Value>TfsBuild</Value>
  </RegistrationExtendedAttribute>
- <RegistrationExtendedAttribute>
  <Name>TeamBuild Server</Name>
  <Value>YKCLNSD</Value>
  </RegistrationExtendedAttribute>
- <RegistrationExtendedAttribute>
  <Name>ArtifactDisplayUrl</Name>
  <Value>/Build/v1.0</Value>
  </RegistrationExtendedAttribute>
  </RegistrationExtendedAttributes>
  <ChangeType>NoChange</ChangeType>
  </RegistrationEntry>
  </ArrayOfRegistrationEntry>

 


Thanks in advance.

Ken Powers

Still not sure what happened here, but I finally managed to get the server up and running.

These are the steps I had to take.
1) Completely removed:
   a) Team Foundation Server
   b) SharePoint Services SP2
   c) SQL Server 2005
   d) IIS 6.0
2) Deleted all folders used by these applications
3) Rebooted the server
4) Reinstalled IIS 6.0
   a) When installing, I choose these options only:
      i) ASP.NET
      ii) SMTP (since I am using SQL Server Database Mail)
5) Reinstalled SQL Server
   a) I left every option on its default setting, as per the TFS installation instructions
   b) In my previous attempts, I had changed some of the default options, such as the installation folder and the folders for the data files
6) Installed SharePoint Services SP1
7) Installed Team Foundation Server
8) Applied the SP2 patch to SharePoint Services
   a) In my previous attempts, I had installed SharePoint Services SP2 from the outset
      i) This appeared to work at first, but when I attempted to create a Team Project in Visual Studio, I got the TF31002 error
         1) Unable to connect to this Team Foundation Server
      ii) I tried to change the authentication to NTLM using SharePoint Central Administration, but this only resulted in "Server Application Unavailable" errors when I browsed to the site.

Ken Powers
I also meet the same issue TF31002.I installed dual-server,and DT against YUKON 9.00.1399.01 + VSTF 50727.47,AT configured with WSS SP2(set nothing after iinstalling) + 50727.47,install client with ENU VSTS 50727.42 + VSTF TFC 50727.47.When client connect to AT,it prompt that the Team Foundation Server can not be found.
Whish professional can give your kind help....................!!!!


EA VS QA
Benyin
If you installed Windows SharePoint Services with SP2, you'll need to run a script. See my blog post: http://blogs.msdn.com/478336.aspx


http://blogs.msdn.com/robcaron
Rob Caron MSFT
reply 4

You can use google to search for other answers

 

More Articles

• Error 28100. Error Loading Event web server Team Foundation Serve...
• tfswss
• Unauthorized Exception while creating a new project from VSTS cli...
• Licensing question....
• Unable to connect to this Team Foundation Server
• Access reports in Team Explorer
• Beta 3 Install
• Single Server Installation Error 28002
• Customize Project Creation Wizard pages
• Unable to locate control ctl00oReportCell
Bookmark and Share
Welcome to Bokebb   New Update  
 

New Articles

• Event Log errors - conversion of a char
• Installation problems
• Sharepoint Permissions error When Creati
• Permissions Bug with Beta 3 and Active D
• Error 26204
• User Accounts for TFS Server:<> HE
• Error 28100
• How to install sharepoint/team system in
• Can't back up WSS content database since
• Unrecognized default notification 'From'
• Team Foundation Server Setup
• Beta 3 Install
• Rename Teamproject with the connand line
• Windows SharePoint is not configured as
• Issue with Team Foundation Project Repor

Hot Articles

• Rosetta.Populate Reports
• Install fails with 29112
• Reporting Services fails after upgrading
• Event Description: TF30162: Task "S
• VS2005 RC with which version of TFS?
• TFS Client Fails To Connect TFS
• Setup error
• Best Hard Drive configuration for Single
• The Local Security Authority Cannot Be C
• Can I use an existing WSS infrastructure
• TF30162: Task "Populate Reports&quo
• TFS Install - Sharepoint service not fin
• How to do a manual installation of Team
• Problem with Team Explorer/Source Contro
• Windows SharePoint Services 2.0 with SP1

Recommend Articles

• Hide TFS projects from other users?
• TFS on same server as Project Server?
• Could not connect to application tier
• Invalid postback or callback argument wh
• INstall WSS=> MDSE =>INstall VSTF
• TF26177 Team Foundation does not support
• account administration
• **setup log file**
• Locking out TFSSetup account
• Tools/Connect to team foundation server
• Team Build / ICS service Issue
• Create New Team Projects from Clients fa
• Can't add trusted domain users (tons of
• Remote Access Question - Web Server on d
• other recurring TFS errors in event log