New Team Project Creation

I’ve got Team Foundation Server Beta 3 Refresh all set up on a Virtual Server called “TeamSystem” that is not part of my domain (and I’m willing to hear that THAT is possibly the problem).< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

 

Whenever I try to create a team project, it gets pretty far but fails when it needs to contact the SharePoint Services. Here’s the exception:

 

---begin Exception entry---

Time: 11/27/2005 6:07:21 PM

Module: Engine

Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed

Exception Type: Microsoft.TeamFoundation.Client.PcwException

Exception Message: Unable to connect to the Windows SharePoint Services at TeamSystem

Exception Details: The Project Creation Wizard was not able to connect to the Windows SharePoint Services

at TeamSystem. The reason for the failed connection cannot be determined at this time.

Because the connection failed, the wizard was not able to complete creating

the Windows SharePoint Services site.

Stack Trace:

   at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreationContext context, XmlNode taskXml)

   at Microsoft.VisualStudio.TeamFoundation.ProjectCreationEngine.TaskExecutor.PerformTask(IProjectComponentCreator componentCreator, ProjectCreationContext context, XmlNode taskXml)

   at Microsoft.VisualStudio.TeamFoundation.ProjectCreationEngine.RunTask(Object taskObj)

 

I was wondering if anyone knew exactly HOW Visual Studio tries to talk to SharePoint services so that I can maybe figure out why it’s not able to contact it.

 

Any help you can offer is greatly appreciated.

 

Thanks,

Russ



Answer this question

New Team Project Creation

  • Hugh Perkins_

    Invoking that web service I see:

    <name>WssAdminService</Name>
    <Url>http://TEAMSYSTEM:17012/_vti_adm/admin.asmx</Url>

    That port indicated, 17012, is a far cry from the 8080. Can you tell me how to proceed

    This was a straight install based off the checklist. The only thing I didn't do was make this server part of my domain, but nothing was reinstalled or uninstalled.

  • JaneTrev

    Change the port-settings for the  "SharePoint Central Administration"  web-site in IIS-manager to 17012 reboot the IIS and try again

    /Andreas


  • David L

    The Project Creation Wizard is making SOAP calls to the Sharepoint admin interface.  One thing you can do to make sure it's trying to contact the right port is to check the service interface listed for WSS Central Admin at /services/v1.0/registration.asmx.  For details see Dan Kershaw's first post marked as an answer in this thread:

    http://forums.microsoft.com/MSDN/showpost.aspx postid=142469&siteid=1


    Another thing to check is to make sure the user running the Project Creation Wizard is an administrator in Sharepoint so they have the necessary permissions.

  • New Team Project Creation