The TFS Report doesn't update, TF50801 The TFSServerScheduler service did not initialize

 
事件 型: 
事件 源: Tfs
事件种 : 
事件 ID: 3059
日期:  2006-11-16
事件:  16:12:14
用 :  N/A
算机: TEST
描述:
TF53010: Team Foundation 件中 生了意外情 。 此 包含的信息提供 您的站 管理人 。
技 信息(供管理人 使用):
日期(UTC): 2006-11-16 8:12:14
算机: TEST
用程序域: TFSServerScheduler.exe
程序集: Microsoft.TeamFoundation.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727
程 信息:
  程名: TFSServerScheduler
  程 Id: 3780
  程 Id: 3348
  名: TFSservice
 
消息: TF50801: TFSServerScheduler 服 未初始化。Team Foundation 注 服 返回以下 : 此 算机的注 表 有 Team Foundation Server 的 ,或包含了 Team Foundation Server 的多 。
 
有 更多信息, 在 http://go.microsoft.com/fwlink/events.asp 的 助和支持中心。
 
I tried manually invoke the http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx, the data in the report was updated. I checked the TFSSchedulerService account, it's the same as the TFS App pool. Then I tried to restart the TFSSchedulerService, the error appears in the log.
 
The server is Windows Server 2003 with SP1. First, I installed TFS Beta 3 refresh English version. Then I uninstall the beta version and installed the TFS RTM Chinese.
 
I found two tfs folders, one in C:\program files\Microsoft Visual Studio 2005 Team Foundation Server and the other in f:\program files\Microsoft Visual Studio 2005 Team Foundation Server.
 
Can anyone help me
Thanks!
 

 


Answer this question

The TFS Report doesn't update, TF50801 The TFSServerScheduler service did not initialize

  • LeeroyB

    Hey there,

    On your application tier, please log on as the service account.

    Open the registry and navigate to this place: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\TeamFoundation\Servers

    Is there more than one entry there if so, please delete the entries that do not contain the name of your current application tier.

    mauli


  • Erkan Yilmaz

    Here is the result:
    < 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/03">
    <RegistrationEntry>
    <Type>Build</Type>
    <ServiceInterfaces>
    <ServiceInterface>
    <Name>BuildControllerService</Name>
    <Url>/Build/v1.0/BuildController.asmx</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>BuildStoreService</Name>
    <Url>/Build/v1.0/BuildStore.asmx</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>IBISEnablement</Name>
    <Url>/Build/v1.0/Integration.asmx</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>IProjectMaintenance</Name>
    <Url>/Build/v1.0/Integration.asmx</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>LinkingProviderService</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>TEST</SQLServerName>
    <ConnectionString>Server=@SQLServerName@;Database=@DatabaseName@;Integrated Security=SSPI</ConnectionString>
    <ExcludeFromBackup>false</ExcludeFromBackup>
    </Database>
    </Databases>
    <EventTypes>
    <EventType>
    <Name>Build Completion Event</Name>
    <Schema>&lt; xml version="1.0" encoding="utf-8" &gt;
    &lt;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"&gt;
    &lt;xs:element name="BuildCompletionEvent" type="tns:BuildCompletionEvent" /&gt;
    &lt;xs:complexType name="BuildCompletionEvent"&gt;
    &lt;xs:sequence&gt;
    &lt;xs:element name="TeamFoundationServerUrl" type="xs:anyURI" maxOccurs="1" minOccurs="1" /&gt;
    &lt;xs:element name="TeamProject" type="xs:string" maxOccurs="1" minOccurs="1" /&gt;
    &lt;xs:element name="Id" type="xs:string" maxOccurs="1" minOccurs="1" /&gt;
    &lt;xs:element name="Url" type="xs:anyURI" maxOccurs="1" minOccurs="1" /&gt;
    &lt;xs:element name="Type" type="xs:string" maxOccurs="1" minOccurs="1" /&gt;
    &lt;xs:element name="Title" type="xs:string" minOccurs="1" maxOccurs="1" /&gt;
    &lt;xs:element name="CompletionStatus" type="xs:string" maxOccurs="1" minOccurs="1" /&gt;
    &lt;xs:element name="Subscriber" type="xs:string" minOccurs="1" maxOccurs="1" /&gt;
    &lt;xs:element name="Configuration" type="xs:string" maxOccurs="1" minOccurs="1" /&gt;
    &lt;xs:element name="RequestedBy" type="xs:string" maxOccurs="1" minOccurs="1" /&gt;
    &lt;xs:element name="TimeZone" type="xs:string" minOccurs="1" maxOccurs="1" /&gt;
    &lt;xs:element name="TimeZoneOffset" type="xs:string" minOccurs="1" maxOccurs="1" /&gt;
    &lt;xs:element name="BuildStartTime" type="xs:string" minOccurs="1" maxOccurs="1" /&gt;
    &lt;xs:element name="BuildCompleteTime" type="xs:string" minOccurs="1" maxOccurs="1" /&gt;
    &lt;xs:element name="BuildMachine" type="xs:string" minOccurs="1" maxOccurs="1" /&gt;
    &lt;/xs:sequence&gt;
    &lt;/xs:complexType&gt;
    &lt;/xs:schema&gt;</Schema>
    </EventType>
    <EventType>
    <Name>Build Status Changed Event</Name>
    <Schema>&lt; xml version="1.0" encoding="utf-8" &gt;
    &lt;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"&gt;
    &lt;xs:element name="BuildStatusChangeEvent" type="tns:BuildStatusChangeEvent" /&gt;
    &lt;xs:complexType name="BuildStatusChangeEvent"&gt;
    &lt;xs:sequence&gt;
    &lt;xs:element name="TeamFoundationServerUrl" type="xs:anyURI" maxOccurs="1" minOccurs="1" /&gt;
    &lt;xs:element name="TeamProject" type="xs:string" maxOccurs="1" minOccurs="1" /&gt;
    &lt;xs:element minOccurs="1" maxOccurs="1" name="Title" type="xs:string" /&gt;
    &lt;xs:element minOccurs="1" maxOccurs="1" name="Subscriber" type="xs:string" /&gt;
    &lt;xs:element name="Id" type="xs:string" maxOccurs="1" minOccurs="1" /&gt;
    &lt;xs:element name="Url" type="xs:anyURI" maxOccurs="1" minOccurs="1" /&gt;
    &lt;xs:element name="TimeZone" type="xs:string" minOccurs="1" maxOccurs="1" /&gt;
    &lt;xs:element name="TimeZoneOffset" type="xs:string" minOccurs="1" maxOccurs="1" /&gt;
    &lt;xs:element name="ChangedTime" type="xs:string" minOccurs="1" maxOccurs="1" /&gt;
    &lt;xs:element name="StatusChange" type="tns:Change" minOccurs="1" maxOccurs="1" /&gt;
    &lt;xs:element name="ChangedBy" type="xs:string" minOccurs="1" maxOccurs="1" /&gt;
    &lt;/xs:sequence&gt;
    &lt;/xs:complexType&gt;
    &lt;xs:complexType name="Change"&gt;
    &lt;xs:sequence&gt;
    &lt;xs:element name="FieldName" type="xs:string" maxOccurs="1" minOccurs="1" /&gt;
    &lt;xs:element name="OldValue" type="xs:string" maxOccurs="1" minOccurs="1" /&gt;
    &lt;xs:element name="NewValue" type="xs:string" maxOccurs="1" minOccurs="1" /&gt;
    &lt;/xs:sequence&gt;
    &lt;/xs:complexType&gt;
    &lt;/xs:schema&gt;</Schema>
    </EventType>
    </EventTypes>
    <ArtifactTypes>
    <ArtifactType>
    <Name>Build</Name>
    <OutboundLinkTypes />
    </ArtifactType>
    </ArtifactTypes>
    <RegistrationExtendedAttributes>
    <RegistrationExtendedAttribute>
    <Name>ArtifactDisplayUrl</Name>
    <Value />
    </RegistrationExtendedAttribute>
    </RegistrationExtendedAttributes>
    <ChangeType>NoChange</ChangeType>
    </RegistrationEntry>
    <RegistrationEntry>
    <Type>vstfs</Type>
    <ServiceInterfaces>
    <ServiceInterface>
    <Name>Authorization</Name>
    <Url>/Services/v1.0/AuthorizationService.asmx</Url>
    </ServiceInterface>
    <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>IProjectMaintenance</Name>
    <Url>/Services/v1.0/ProjectMaintenance.asmx</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>ITeamSystemTask</Name>
    <Url>/Warehouse/v1.0/WarehouseController.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>Warehouse</Name>
    <Url>/Warehouse/v1.0/WarehouseController.asmx</Url>
    </ServiceInterface>
    </ServiceInterfaces>
    <Databases>
    <Database>
    <Name>BIS DB</Name>
    <DatabaseName>TfsIntegration</DatabaseName>
    <SQLServerName>TEST</SQLServerName>
    <ConnectionString />
    <ExcludeFromBackup>false</ExcludeFromBackup>
    </Database>
    <Database>
    <Name>BISDW DB</Name>
    <DatabaseName>TFSWarehouse</DatabaseName>
    <SQLServerName>TEST</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>ATMachineName</Name>
    <Value>TEST</Value>
    </RegistrationExtendedAttribute>
    <RegistrationExtendedAttribute>
    <Name>ATNetBIOSName</Name>
    <Value>TEST</Value>
    </RegistrationExtendedAttribute>
    <RegistrationExtendedAttribute>
    <Name>InstalledUICulture</Name>
    <Value>2052</Value>
    </RegistrationExtendedAttribute>
    <RegistrationExtendedAttribute>
    <Name>InstanceId</Name>
    <Value>24059DFD-7A2F-45F0-A4A7-C34F2870140A</Value>
    </RegistrationExtendedAttribute>
    <RegistrationExtendedAttribute>
    <Name>TfsIntegrationSchemaVersion</Name>
    <Value>2</Value>
    </RegistrationExtendedAttribute>
    </RegistrationExtendedAttributes>
    <ChangeType>NoChange</ChangeType>
    </RegistrationEntry>
    <RegistrationEntry>
    <Type>Reports</Type>
    <ServiceInterfaces>
    <ServiceInterface>
    <Name>BaseReportsUrl</Name>
    <Url>http://TEST/Reports</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>DataSourceServer</Name>
    <Url>TEST</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>ReportsService</Name>
    <Url>http://TEST/ReportServer/ReportService.asmx</Url>
    </ServiceInterface>
    </ServiceInterfaces>
    <Databases />
    <EventTypes />
    <ArtifactTypes />
    <RegistrationExtendedAttributes />
    <ChangeType>NoChange</ChangeType>
    </RegistrationEntry>
    <RegistrationEntry>
    <Type>Wss</Type>
    <ServiceInterfaces>
    <ServiceInterface>
    <Name>BaseServerUrl</Name>
    <Url>http://TEST</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>BaseSiteUnc</Name>
    <Url>\\TEST\sites</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>BaseSiteUrl</Name>
    <Url>http://TEST/sites</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>WssAdminService</Name>
    <Url>http://TEST:17012/_vti_adm/admin.asmx</Url>
    </ServiceInterface>
    </ServiceInterfaces>
    <Databases />
    <EventTypes />
    <ArtifactTypes />
    <RegistrationExtendedAttributes />
    <ChangeType>NoChange</ChangeType>
    </RegistrationEntry>
    <RegistrationEntry>
    <Type>WorkItemTracking</Type>
    <ServiceInterfaces>
    <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>IProjectMaintenance</Name>
    <Url>/WorkItemTracking/v1.0/Integration.asmx</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>LinkingConsumerService</Name>
    <Url>/WorkItemTracking/v1.0/Integration.asmx</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>LinkingProviderService</Name>
    <Url>/WorkItemTracking/v1.0/Integration.asmx</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>WorkitemService</Name>
    <Url>/WorkItemTracking/v1.0/ClientService.asmx</Url>
    </ServiceInterface>
    </ServiceInterfaces>
    <Databases>
    <Database>
    <Name>WIT DB</Name>
    <DatabaseName>TfsWorkItemTracking</DatabaseName>
    <SQLServerName>TEST</SQLServerName>
    <ConnectionString>Server=@SQLServerName@;Database=@DatabaseName@;Integrated Security=SSPI</ConnectionString>
    <ExcludeFromBackup>false</ExcludeFromBackup>
    </Database>
    <Database>
    <Name>WITAttachments DB</Name>
    <DatabaseName>TfsWorkItemTrackingAttachments</DatabaseName>
    <SQLServerName>TEST</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>ArtifactDisplayUrl</Name>
    <Value />
    </RegistrationExtendedAttribute>
    <RegistrationExtendedAttribute>
    <Name>AttachmentServerUrl</Name>
    <Value>/WorkItemTracking/v1.0/AttachFileHandler.ashx</Value>
    </RegistrationExtendedAttribute>
    </RegistrationExtendedAttributes>
    <ChangeType>NoChange</ChangeType>
    </RegistrationEntry>
    <RegistrationEntry>
    <Type>VersionControl</Type>
    <ServiceInterfaces>
    <ServiceInterface>
    <Name>Download</Name>
    <Url>/VersionControl/v1.0/item.asmx</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>IBISEnablement</Name>
    <Url>/VersionControl/v1.0/integration.asmx</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>IProjectMaintenance</Name>
    <Url>/VersionControl/v1.0/integration.asmx</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>ISCCAdmin</Name>
    <Url>/VersionControl/v1.0/administration.asmx</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>ISCCProvider</Name>
    <Url>/VersionControl/v1.0/repository.asmx</Url>
    </ServiceInterface>
    <ServiceInterface>
    <Name>LinkingProviderService</Name>
    <Url>/VersionControl/v1.0/integration.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>TEST</SQLServerName>
    <ConnectionString>Server=@SQLServerName@;Database=@DatabaseName@;Integrated Security=SSPI</ConnectionString>
    <ExcludeFromBackup>false</ExcludeFromBackup>
    </Database>
    <Database>
    <Name>VersionControl DB</Name>
    <DatabaseName>TfsVersionControl</DatabaseName>
    <SQLServerName>TEST</SQLServerName>
    <ConnectionString>Server=@SQLServerName@;Database=@DatabaseName@;Integrated Security=SSPI</ConnectionString>
    <ExcludeFromBackup>false</ExcludeFromBackup>
    </Database>
    </Databases>
    <EventTypes>
    <EventType>
    <Name>CheckinEvent</Name>
    <Schema>&lt; xml version="1.0" encoding="utf-8" &gt;
    &lt;xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
    &lt;xs:element name="CheckinEvent" nillable="true" type="CheckinEvent" /&gt;
    &lt;xs:complexType name="CheckinEvent"&gt;
    &lt;xs:sequence&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="Title" type="xs:string" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="ContentTitle" type="xs:string" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="Owner" type="xs:string" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="Committer" type="xs:string" /&gt;
    &lt;xs:element minOccurs="1" maxOccurs="1" name="Number" type="xs:int" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="CreationDate" type="xs:string" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="Comment" type="xs:string" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="TimeZone" type="xs:string" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="TimeZoneOffset" type="xs:string" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="TeamProject" type="xs:string" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="PolicyOverrideComment" type="xs:string" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="Notice" type="xs:string" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="Subscriber" type="xs:string" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="CheckinNotes" type="ArrayOfAnyType" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="PolicyFailures" type="ArrayOfAnyType1" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="CheckinInformation" type="ArrayOfAnyType2" /&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="Artifacts" type="ArrayOfAnyType3" /&gt;
    &lt;/xs:sequence&gt;
    &lt;/xs:complexType&gt;
    &lt;xs:complexType name="ArrayOfAnyType"&gt;
    &lt;xs:sequence&gt;
    &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="CheckinNote" nillable="true" /&gt;
    &lt;/xs:sequence&gt;
    &lt;/xs:complexType&gt;
    &lt;xs:complexType name="ArrayOfAnyType1"&gt;
    &lt;xs:sequence&gt;
    &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="PolicyFailure" nillable="true" /&gt;
    &lt;/xs:sequence&gt;
    &lt;/xs:complexType&gt;
    &lt;xs:complexType name="ArrayOfAnyType2"&gt;
    &lt;xs:sequence&gt;
    &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="CheckinInformation" nillable="true" /&gt;
    &lt;/xs:sequence&gt;
    &lt;/xs:complexType&gt;
    &lt;xs:complexType name="ArrayOfAnyType3"&gt;
    &lt;xs:sequence&gt;
    &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="Artifact" nillable="true" /&gt;
    &lt;/xs:sequence&gt;
    &lt;/xs:complexType&gt;
    &lt;xs:complexType name="ClientArtifact"&gt;
    &lt;xs:sequence&gt;
    &lt;xs:element minOccurs="0" maxOccurs="1" name="Url" type="xs:string" /&gt;
    &lt;/xs:sequence&gt;
    &lt;xs:attribute name="ServerItem" type="xs:string" /&gt;
    &lt;xs:attribute name="ArtifactType" type="xs:string" /&gt;
    &lt;xs:attribute name="Item" type="xs:string" /&gt;
    &lt;xs:attribute name="Folder" type="xs:string" /&gt;
    &lt;xs:attribute name="TeamProject" type="xs:string" /&gt;
    &lt;xs:attribute name="ItemRevision" type="xs:string" /&gt;
    &lt;xs:attribute name="ChangeType" type="xs:string" /&gt;
    &lt;/xs:complexType&gt;
    &lt;xs:complexType name="CheckinWorkItemInfo"&gt;
    &lt;xs:attribute name="Url" type="xs:string" /&gt;
    &lt;xs:attribute name="Id" type="xs:int" use="required" /&gt;
    &lt;xs:attribute name="CheckinAction" type="CheckinWorkItemCheckinAction" use="required" /&gt;
    &lt;xs:attribute name="Title" type="xs:string" /&gt;
    &lt;xs:attribute name="Type" type="xs:string" /&gt;
    &lt;xs:attribute name="State" type="xs:string" /&gt;
    &lt;xs:attribute name="AssignedTo" type="xs:string" /&gt;
    &lt;/xs:complexType&gt;
    &lt;xs:simpleType name="CheckinWorkItemCheckinAction"&gt;
    &lt;xs:restriction base="xs:string"&gt;
    &lt;xs:enumeration value="None" /&gt;
    &lt;xs:enumeration value="Resolve" /&gt;
    &lt;xs:enumeration value="Associate" /&gt;
    &lt;/xs:restriction&gt;
    &lt;/xs:simpleType&gt;
    &lt;xs:complexType name="NameValuePair"&gt;
    &lt;xs:attribute name="name" type="xs:string" /&gt;
    &lt;xs:attribute name="val" type="xs:string" /&gt;
    &lt;/xs:complexType&gt;
    &lt;/xs:schema&gt;</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 />
    </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>ArtifactDisplayUrl</Name>
    <Value>/Build</Value>
    </RegistrationExtendedAttribute>
    <RegistrationExtendedAttribute>
    <Name>TeamBuild DB</Name>
    <Value>TfsBuild</Value>
    </RegistrationExtendedAttribute>
    <RegistrationExtendedAttribute>
    <Name>TeamBuild Server</Name>
    <Value>TEST</Value>
    </RegistrationExtendedAttribute>
    </RegistrationExtendedAttributes>
    <ChangeType>NoChange</ChangeType>
    </RegistrationEntry>
    </ArrayOfRegistrationEntry>

  • lewek

    Thanks for posting this. We had the same issue and while our machine name did not change (although we did put it behind DNS, but to be honest I don't think that was our issue), our port did. We installed to port 8888 instead of 8080 and it looks like many of the registry settings were not updated as part of the migration from port 8080 to port 8888. After we got them synced up for all users and the local machine (see registry settings below) our warehouse started to get updated.

    Sys Admin Account:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\TeamFoundation\Servers

    tfs.mycompany.com = http://tfs.mycompany.com:8888

    HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\8.0\TeamFoundation\Servers

    tfs.mycompany.com = http://tfs.mycompany.com:8888

    TFSService Account:

    HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\8.0\TeamFoundation\Servers

    tfs.mycompany.com = http://tfs.mycompany.com:8888



  • EricLeBouffon

    oh good i'm glad the problem was resolved.

    1 - it's a bit hard to figure it out - i only figured it out because i looked through our bug reports. the scenario wasnt exactly the same as yours, but it manifested in a similar way.


    2 - was the order like this
    Install TFS
    change machine name
    Install TFS again

    if so, that's probably why there were multiple entries.


  • IWY

    Hi,

    Would you give us the result from http://localhost:8080/Services/v1.0/Registration.asmx

    Thanks!

    Jim


  • James Boman

    loooooool

    I had the same issue.

    My Warehouse didn't process automaticly. I hand no clue why.

    In some topic on the forum i found an info to reboot Analys Service and the TFS Scheduler.

    So i did and i noticed that the Scheduler couldn't be initilaized aldow the service has started.

    So i started to look for solution for this problem and i found this topic.

    In my VS on the TFS server i had the local path to the TFS Server and the external path.

    I had to remove one of them and the warhose did process byt itself.

    Thnx a lot! I spend 2 days looking for a solution to this problem.


  • bahadir

    The order is:

    1. Install TFS

    2. Change the machine name

    3. error occurs in the log, so uninstalled the TFS

    4. install the TFS again

    Does it because the TFS was not properly uninstalled


  • hingos

    Thanks and I'll try.
     
    After I modified the registry, the report was updated immediately.
     
    Then I changed the 'RunIntervalSeconds' to 3600 and I'll wait to see if this really fix the problem.

  • barkingdog

    The problem disappered.
    Thanks a lot.
    But I still have two more questions:
    1. How can you find the solution with the information provided
    2. Why there're two registry items Is it because I installed the TFS twice, or is it becasue the system admin changed the computer name of the server after the installation
    Thanks again for your kindly help!

  • The TFS Report doesn't update, TF50801 The TFSServerScheduler service did not initialize