TF30177: Team Project Creation Failed (Help, Help, Help)
Finally I am able to install the TFS Beta 3 succssfully. I installed sharepoint and sql server before tfs. But when I tried to create a team project. It failed. I have verified http://localhost/default.aspx works and http://localhost:4502/ works as well (sharepoint admin page)
I did notice in IIS is that sharepoint admin site uses asp.net version 1.1.4322, but team foundation server site uses asp.net version 2.0.50727.
And I have also tried to navigate to http://localhost:8080/services/v1.0/Registration.asmx and it works, but I didn't see where WssAdminService is located.
Error
Unable to connect to the Windows SharePoint Services at MSI-PA-1471Explanation
The Project Creation Wizard was not able to connect to the Windows SharePoint Services at MSI-PA-1471. 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.User Action
Contact the administrator for the Windows SharePoint Services at MSI-PA-1471 to confirm that the server is available on the network. Also, you might find additional helpful information in the project creation log. The log shows each action taken by the wizard at the time of the failure and may include additional details about the error.Warning
TF30144: The New Team Project Wizard attempted to roll back all of the steps taken to this point but was unsuccessful. Contact your Team Foundation Server administrator for further instructions.By further looking at the log file, it says:
---begin Exception entry---
Time: 1/24/2006 1:44:49 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 MSI-PA-1471
Exception Details: The Project Creation Wizard was not able to connect to the Windows SharePoint Services
at MSI-PA-1471. 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)
-- Inner Exception --
Exception Type: Microsoft.TeamFoundation.Client.PcwException
Exception Message: Unable to connect to the Windows SharePoint Services at MSI-PA-1471
Exception Details: The Project Creation Wizard was not able to connect to the Windows SharePoint Services
at MSI-PA-1471. 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.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: System.Net.WebException
Exception Message: Unable to connect to the remote server
WebException: Status : ConnectFailure
Stack Trace:
at System.Net.HttpWebRequest.GetRequestStream()
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 --
-- Inner Exception --
Exception Type: System.Net.Sockets.SocketException
Exception Message: No connection could be made because the target machine actively refused it
Stack Trace:
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
-- end Inner Exception --
--- end Exception entry ---1/24/2006 1:44:49 PM | Module: Engine | Thread: 8 | TF30202: Task "" from Group "" will not be run because a prior task failed.
1/24/2006 1:44:49 PM | Module: Engine | Thread: 8 | TF30202: Task "Site" from Group "Reporting" will not be run because a prior task failed.
1/24/2006 1:44:49 PM | Module: Engine | Thread: 8 | TF30202: Task "Populate Reports" from Group "Reporting" will not be run because a prior task failed.
1/24/2006 1:44:49 PM | Module: Engine | Thread: 8 | TF30202: Task "" from Group "" will not be run because a prior task failed.
1/24/2006 1:44:49 PM | Module: Engine | Thread: 6 | Attempting to delete MSF folder "C:\Documents and Settings\srv-tfssetup\Local Settings\Temp\TPW_tmpD9E.tmp"
1/24/2006 1:44:49 PM | Module: Engine | Thread: 6 | The temporary folder C:\Documents and Settings\srv-tfssetup\Local Settings\Temp\TPW_tmpD9E.tmp used to store the process template was removed.
---begin Exception entry---
Time: 1/24/2006 1:44:50 PM
Module: Wizard
Event Description: TF30002: The New Team Project Wizard encountered an error deleting the project TestTeamProject
Exception Type: System.Net.WebException
Exception Message: Unable to connect to the remote server
WebException: Status : ConnectFailure
Stack Trace:
at System.Net.HttpWebRequest.GetRequestStream()
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()
-- Inner Exception --
Exception Type: System.Net.Sockets.SocketException
Exception Message: No connection could be made because the target machine actively refused it
Stack Trace:
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
-- end Inner Exception --
--- end Exception entry ---
Answers
I found out what's going on! SO EXCITED NOW. It is a very simple fix.
Since I installed sharepoint twice before installing TFS, the port number is not the default 17012. I just go to IIS and change the port number of sharepoint admin site to 17012, wala, team project can be created successfully now.
I am guessing somewhere in TFS, it hardcoded sharepoint port number 17012.
Good luck to you all, :)
Shelly
All Replies
I found out what's going on! SO EXCITED NOW. It is a very simple fix.
Since I installed sharepoint twice before installing TFS, the port number is not the default 17012. I just go to IIS and change the port number of sharepoint admin site to 17012, wala, team project can be created successfully now.
I am guessing somewhere in TFS, it hardcoded sharepoint port number 17012.
Good luck to you all, :)
Shelly
- Glad you got it to work. It isn't hardcoded per se. We do set it to 17012, however, the site information is stored in the database, in the TFIntegration db, and the tbl_service_interfaces table
- Proposed As Answer byMathias Lorenzen Thursday, December 25, 2008 11:11 PM


