TF30177: Team Project Creation Failed

I'm having some problems creating a project on the Beta3 version of TFS.

It's a dual server setup, clean w2003std sp1 servers with all security patches installed. As a client I'm using the VS2005 RC with the Beta3 TFClient.
Somewhere halfway during the creation of a new project I get an error: TF30177: Team Project Creation Failed

The user is local admin on the database server, sharepoint server and client. I also added the user manually with tfssecurity to the tfs admin group. I am using sharepoint SP2. There was another post regarding SP2 with NTLM permissions, all the websites have NTLM authentication enabled.

Excerpt from the log:

---begin Exception entry---
Time: 10/18/2005 2:49:56 PM
Module: Engine
Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed
Exception Type: Microsoft.TeamFoundation.Client.PcwException
Exception Message: Insufficient permissions on the Windows SharePoint Services at SPSVS2005 to create a new site.
Exception Details: The permissions granted your user name and ID on the Windows SharePoint Services at SPSVS2005
do not allow you create a new portal site. You must be granted specific root
permission by the server administrator.
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: Microsoft.TeamFoundation.Client.PcwException
Exception Message: Insufficient permissions on the Windows SharePoint Services at SPSVS2005 to create a new site.
Exception Details: The permissions granted your user name and ID on the Windows SharePoint Services at SPSVS2005
do not allow you create a new portal site. You must be granted specific root
permission by the server administrator.
Stack Trace:
   at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.VerifyLcidOnServer(ProjectCreationContext ctxt, Int32 lcid)
   at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.ValidateSite(ProjectCreationContext context, XmlNode site)
   at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Validate(ProjectCreationContext context, XmlNode taskXml)
   at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreationContext context, XmlNode taskXml)
 -- end Inner Exception --
 --   Inner Exception   --
Exception Type: Microsoft.TeamFoundation.TeamFoundationServerUnauthorizedException
Exception Message: TF30063: You are not authorized to access SPSVS2005.
Stack Trace:
   at Microsoft.TeamFoundation.Client.TeamFoundationSoapProxy.ThrowIfUnauthorized(HttpWebResponse response)
   at Microsoft.TeamFoundation.Client.TeamFoundationSoapProxy.GetWebResponse(WebRequest request)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at Microsoft.TeamFoundation.Proxy.Portal.Admin.GetLanguages()
   at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.VerifyLcidOnServer(ProjectCreationContext ctxt, Int32 lcid)
 -- end Inner Exception --
--- end Exception entry ---

10/18/2005 2:49:56 PM | Module: Engine | Thread: 5 | TF30202: Task "" from Group "" will not be run because a prior task failed.
10/18/2005 2:49:56 PM | Module: Engine | Thread: 5 | TF30202: Task "Site" from Group "Reporting" will not be run because a prior task failed.
10/18/2005 2:49:56 PM | Module: Engine | Thread: 5 | TF30202: Task "Populate Reports" from Group "Reporting" will not be run because a prior task failed.
10/18/2005 2:49:56 PM | Module: Engine | Thread: 5 | TF30202: Task "" from Group "" will not be run because a prior task failed.
10/18/2005 2:49:56 PM | Module: Engine | Thread: 6 | Attempting to delete MSF folder "C:\Documents and Settings\USER\Local Settings\Temp\TPW_tmp2D.tmp"
10/18/2005 2:49:56 PM | Module: Engine | Thread: 6 | The temporary folder C:\Documents and Settings\USER\Local Settings\Temp\TPW_tmp2D.tmp used to store the process template was removed.
---begin Exception entry---
Time: 10/18/2005 2:49:56 PM
Module: Wizard
Event Description: TF30002: The New Team Project Wizard encountered an error deleting the project Test-Project
Exception Type: Microsoft.TeamFoundation.TeamFoundationServerUnauthorizedException
Exception Message: TF30063: You are not authorized to access SPSVS2005.
Stack Trace:
   at Microsoft.TeamFoundation.Client.TeamFoundationSoapProxy.ThrowIfUnauthorized(HttpWebResponse response)
   at Microsoft.TeamFoundation.Client.TeamFoundationSoapProxy.GetWebResponse(WebRequest request)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at Microsoft.TeamFoundation.Proxy.Portal.Admin.GetLanguages()
   at Microsoft.TeamFoundation.Client.TeamProjectDeleter.Delete()
   at Microsoft.VisualStudio.TeamFoundation.PortfolioProjectForm.TryDeleteProject()
--- end Exception entry ---

What's going wrong How do I give the user the appropriate permissions and how do I get rid of the projects that were half-created

Thanks in advance for any help,

Regards, Michiel



Answer this question

TF30177: Team Project Creation Failed

  • Tom Laird-McConnell

    Hi,
    I have the same problem, WSS :  SP1, farm , silent.
    Is it the same configutation that yours

    Thanks
    Leticia 



  • EJ Moritz

    HI,

    < xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> 

    I came across this link which provides information on what the error code means, which you get during Project Creation.

    http://msdn2.microsoft.com/en-us/library/ms244126

     

    Also the below mentioned post talks about a similar problem encountered during project creation

    http://forums.microsoft.com/msdn/ShowPost.aspx PostID=105109

     

    Hope it helps.

    Regards

     



  • JC Carmo

    Have you tried this
    http://support.microsoft.com/ scid=kb;en-us;830342&spid=2514&sid=global

    Regards
    Mikael

     Leticia wrote:
    I still have the problem. The complete message is :

    Exception of type Microsoft.SharePoint.SoapServer.SoapServerException was thrown
    Explanation :
    The virtual server that is referenced here is not in the config database. 0x81070552

    Coud anybody help me
    Thanks
    Leticia


  • BobDaBuilder

    Hey, good find.  Thanks!

  • S Kaliyan

    I still have the problem. The complete message is :

    Exception of type Microsoft.SharePoint.SoapServer.SoapServerException was thrown
    Explanation :
    The virtual server that is referenced here is not in the config database. 0x81070552

    Coud anybody help me
    Thanks
    Leticia

  • BostonBakedBean

    Problem solved.

    I reinstalled everything with Sharepoint SP1 and know it works like a charm.

  • TF30177: Team Project Creation Failed