Integration of SharePoint 2010 with TFS2010

sharepoint-2010team-foundation-server

We have performed following steps as of now-

  1. Install TFS2010 10.0.30319.1 (RTM) on Windows Server 2008 R2 Enterprise(app tier)

  2. SQL 2008 SP1 with Cumulative update 2 on Windows Server 2008 R2 Enterprise(data tier)

  3. Reporting Service is installed on app tier.

  4. After this installation worked fine we installed SharePoint 2010 on app tier.

  5. After installation we followed this link
    for configuration.

  6. We are not able to perform the last step described in the link as following error occured-
    TF249063: The following Web service is not available: http://apptier:31254/_vti_bin/TeamFoundationIntegrationService.asmx. This Web service is used for the Team Foundation Server Extensions for SharePoint Products. The underlying error is: The remote server returned an error: (404) Not Found.. Verify that the following URL points to a valid SharePoint Web application and that the application is available: http://apptier:31254. If the URL is correct and the Web application is operating normally, verify that a firewall is not blocking access to the Web application.

  7. We have also noticed that Document Folder in Team project also have red x.

Please help.
Thanks upfront.

Best Answer

Sounds like you're trying to add MOSS to TFS post installation of TFS? Did you try this: http://blogs.msdn.com/b/tfssetup/archive/2010/10/04/tf249063-the-following-web-service-is-not-available.aspx

Related Topic