This is a migrated thread and some comments may be shown as answers.

No TFS Servers Found

2 Answers 79 Views
TFS Integration
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tye
Top achievements
Rank 1
Tye asked on 27 Apr 2010, 08:31 PM
On the "Connect to Team Foundation Server" dialog where you connect your project to TFS, the Server dropdown is empty with a warning icon that says:

"No TFS Servers were found in the TfsSyncConfig.xml file on the server."

Here's my XML file (the path to this file is C:\Program Files (x86)\Telerik\TeamPulse\TfsSync\Configuration\TfsSyncConfig.xml.)

<?xml version="1.0" encoding="utf-8" ?>
<TfsSyncConfiguration>
  <Servers>
        <Server Address="http://tfs.mydomain.com:8080" Domain="myDomain" Username="myUser" Password="myPass" />
  </Servers>
</TfsSyncConfiguration>

I verified this is the same TFS address that Team Explorer is using in Visual Studio. I've done an iisreset trying to get the app to re-load the TFS servers, but that didn't have any effect. I'm connecting using Internet Explorer on the server where TeamPulse is installed (not using a client computer to connect), so I don't think the ports would be an issue. 

Any ideas?

Thanks,
Tye

2 Answers, 1 is accepted

Sort by
0
Accepted
David Harris
Telerik team
answered on 27 Apr 2010, 09:43 PM
Hi Tye,

I believe you will need to restart the TeamPulse Synchronization Service in order for your changes to be picked up within the application (the app in IIS asks the service for the list). To do this, Open the Services applet on your server, find the TeamPulse Synchronization Service, and perform a Restart. The next time you click the Connect to TFS button the dialog should then correctly load.

Best wishes,
David Harris
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Tye
Top achievements
Rank 1
answered on 27 Apr 2010, 09:48 PM
Thanks David. That did the trick!
Tags
TFS Integration
Asked by
Tye
Top achievements
Rank 1
Answers by
David Harris
Telerik team
Tye
Top achievements
Rank 1
Share this question
or