As you will know from my previous post I have been trying to get TFS to create sub sites in SharePoint 3.0.
I now have the hotfix specified by Brian Keller for my Team Explorer client that allows me to communicate with WSS3.0, but I am still having a problem with my sub site attempts!
Hey Brian, you said “try it and see”, so I did, but it only half works
.
AT the moment I am getting the error:
Another site already exists at http://[server]:8888. Delete this site before attempting to create a new site with the same URL, choose a new URL, or create a new inclusion at the path you originally specified.
My registration entries for TFS are:
<RegistrationEntry> <Type>Wss</Type> <ServiceInterfaces> <ServiceInterface> <Name>BaseServerUrl</Name> <Url>http://[server]:8888</Url> </ServiceInterface> <ServiceInterface> <Name>BaseSiteUnc</Name> <Url>[server]:Projects</Url> </ServiceInterface> <ServiceInterface> <Name>BaseSiteUrl</Name> <Url>http://[server]::8888/Projects</Url> </ServiceInterface> <ServiceInterface> <Name>WssAdminService</Name> <Url>http://[server]::32831/_vti_adm/admin.asmx</Url> </ServiceInterface> </ServiceInterfaces> <Databases /> <EventTypes /> <ArtifactTypes /> <RegistrationExtendedAttributes /> <ChangeType>NoChange</ChangeType> </RegistrationEntry>
What I am essentially trying to achieve is that all sites are created as sub-sites of the SharePoint 3.0 site http://[server]::8888/Projects.
Now, I am not sure if the problem is the creation of the site, or if it created the site, but can’t upload documents. Here is the full Module message:
Module: Engine
Event Description: TF30162: Task “SharePointPortal” from Group “Portal” failed
Exception Type: Microsoft.TeamFoundation.Client.PcwException
Exception Message: The Project Creation Wizard encountered an error while uploading documents to the Windows SharePoint Services server on team.worldnet-dev.ml.com.
Exception Details: The Project Creation Wizard encountered a problem while uploading
documents to the Windows SharePoint Services server on team.worldnet-dev.ml.com.
The reason for the failure cannot be determined at this time.
Because the operation failed, the wizard was not able to finish
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)
-- Inner Exception – Exception Type: System.Web.Services.Protocols.SoapException
Exception Message: Exception of type ‘Microsoft.SharePoint.SoapServer.SoapServerException’ was thrown.
SoapException Details:<errorstring xmlns=“http://schemas.microsoft.com/sharepoint/soap/" >Another site already exists at http://[server]:8888. Delete this site before attempting to create a new site with the same URL, choose a new URL, or create a new inclusion at the path you originally specified.
Stack Trace:
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.TeamFoundation.Proxy.Portal.Admin.CreateSite(String Url, String Title, String Description, Int32 Lcid, String WebTemplate, String OwnerLogin, String OwnerName, String OwnerEmail, String PortalUrl, String PortalName)
at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.CreateSite(WssSiteData siteCreationData, ProjectCreationContext context)
at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreationContext context, XmlNode taskXml)
-- end Inner Exception – -– end Exception entry —
I have 3 question that you may be able to help me with:
- Has anyone tried to do this?
- And if so, how did you get round this problem?
- Or, even, what is the problem?
Technorati Tags: ALM SP 2007 SP 2010 SharePoint VS 2005
Smart Classifications
Each classification [Concepts, Categories, & Tags] was assigned using AI-powered semantic analysis and scored across relevance, depth, and alignment. Final decisions? Still human. Always traceable. Hover to see how it applies.
What to read next
Solution to sub sites in Sharepoint 3.0 with Team Foundation Server
Explains how to configure Team Foundation Server to create SharePoint 3.0 project portals as sub-sites, including manual and automated setup …
Detecting agile theatre with real delivery signals
Why Most Companies Operating Models Fail in Dynamic Markets
A concise comparison of Predictive and Adaptive Operating Models, explaining why traditional structures fail in dynamic markets and how …
Don’t Manage Dependencies, Remove Them
Explains why dependencies are a sign of poor system design and outlines steps to eliminate them by aligning teams, clarifying ownership, and …
The Estimation Trap: How Tracking Accuracy Undermines Trust, Flow, and Value in Software Delivery
Tracking estimation accuracy in software delivery leads to mistrust, fear, and distorted behaviours. Focus on customer value, flow, and …
Flow of Value vs Flow of Work – Misnomer or Useful Shorthand?
Compares “flow of value” and “flow of work” in Kanban, explaining why only validated outcomes count as value and stressing the need for …
Why Outsourcing DevOps Fails, and How Real Engineering Excellence Starts With Your Team
Avoid DevOps vendor lock-in, discover how true engineering excellence starts with partnership, not outsourcing. Ready to transform your …