VSTS - Error creating team project (TFS30177 - Team Foundation creation failed)
Hi,
I recived this error after installing the VSTS and I tring to creat a new team project for the first time.
Does any one know about this problem?
This is my log file:
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 DIRECT-TAESPPWQ
Exception Details: The Project Creation Wizard was not able to connect to the Windows SharePoint Services
at DIRECT-TAESPPWQ. 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 DIRECT-TAESPPWQ
Exception Details: The Project Creation Wizard was not able to connect to the Windows SharePoint Services
at DIRECT-TAESPPWQ. 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 ---11/13/2005 5:51:41 PM | Module: Engine | Thread: 11 | TF30202: Task "" from Group "" will not be run because a prior task failed.
11/13/2005 5:51:41 PM | Module: Engine | Thread: 11 | TF30202: Task "Site" from Group "Reporting" will not be run because a prior task failed.
11/13/2005 5:51:41 PM | Module: Engine | Thread: 11 | TF30202: Task "Populate Reports" from Group "Reporting" will not be run because a prior task failed.
11/13/2005 5:51:41 PM | Module: Engine | Thread: 11 | TF30202: Task "" from Group "" will not be run because a prior task failed.
11/13/2005 5:51:41 PM | Module: Engine | Thread: 4 | Attempting to delete MSF folder "C:\Documents and Settings\TFSSetup\Local Settings\Temp\TPW_tmp349.tmp"
11/13/2005 5:51:42 PM | Module: Engine | Thread: 4 | The temporary folder C:\Documents and Settings\TFSSetup\Local Settings\Temp\TPW_tmp349.tmp used to store the process template was removed.
---begin Exception entry---
Time: 11/13/2005 5:51:43 PM
Module: Wizard
Event Description: TF30002: The New Team Project Wizard encountered an error deleting the project Direct2
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 ---Thank you very much
Best Regards,
Yaarit
Antworten
It looks like we now have two separate issues going here.
Direct Solution - I've sent e-mail connecting with you offline. Installing SharePoint in server farm mode looks like the next step. Mickey Williams is correct - the choice is on one of the first pages of the wizard.
Wildect - The error code alone is again not quite enough to help you find a solution. Are you trying to give the server name on the command line when using the tf.exe command? If so, the name that you specify should be the name that you see as the root node in the Team Explorer within the Visual Studio IDE. It would not typically be in xxx.xxx.xxx.xxx format.
Alle Antworten
Please confirm that the SharePoint Administration site is accessible:
- On the machine hosting SharePoint, navigate to the SharePoint Administration site (Administrative Tools->SharePoint Central Administration)
- Open a browser on the client machine that you are using for project creation and type in the SharePoint site URL, replacing localhost with the actual machine name
- The URL will have this form: :
http://<machinename>:<port >
The steps needed to resolve the problem depend upon what you find. If you can browse the site from the host machine but not from the client, verify that the port is open in your firewall If you can see the SharePoint Administration site from the client, then it is probably the case that the Team Foundation Server has the wrong port number recorded for the SharePoint Administration site. This post describes how to update the SharePoint Administration site port number for TFS: http://forums.microsoft.com/msdn/showpost.aspx?postid=103796&siteid=1.
This error was also reported and discussed in this post: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=98395&SiteID=1Hi Bill,
Thanks for the replay.
Well my setup is one computer which is both the server and the client. I have a domain and active directory users, and I use Loopback adapter to achive this configuration.
Therefore, In the Host machine I can open the SharePoint central administration.
When I open the browser in the http:\\direct-taeppwq:8080\ and I try to login I receive "You are not authorized to view this page".
So what do I do next?
Thanks for your help.
Yaarit- I had a problem like this when I had installed the Windows SharePoint Service but did not install for a webfarm. When I reinstalled and selected webfarm during the install everything worked correctly.
Hi,
I solved my previous problem and now I have another problem, this is my log file:
11/16/2005 3:03:49 PM | Module: ELeadServiceMediator | Team Foundation Server proxy retrieved | Completion time: 0.359375 seconds
11/16/2005 3:03:49 PM | Module: ELeadServiceMediator | The template information for Team Foundation Server "DIRECT-TAESPPWQ" was retrieved from the Team Foundation Server. | Completion time: 0.390625 seconds
11/16/2005 3:03:49 PM | Module: Wizard | Retrieved IAuthorizationService proxy | Completion time: 0.546875 seconds
11/16/2005 3:03:50 PM | Module: Wizard | TF30227: Project creation permissions retrieved | Completion time: 0.34375 seconds
11/16/2005 3:03:57 PM | Module: Engine | Thread: 10 | New project will be created with the "MSF for Agile Software Development" methodology
11/16/2005 3:03:57 PM | Module: Engine | Retrieved IAuthorizationService proxy | Completion time: 0 seconds
11/16/2005 3:03:57 PM | Module: Engine | TF30227: Project creation permissions retrieved | Completion time: 0.03125 seconds
11/16/2005 3:04:00 PM | Module: Engine | Wrote compressed process template file | Completion time: 1.734375 seconds
11/16/2005 3:04:05 PM | Module: Engine | Extracted process template file | Completion time: 5.578125 seconds
11/16/2005 3:04:05 PM | Module: Engine | Thread: 10 | Starting Project Creation for project "test16" in domain "DIRECT-TAESPPWQ"
11/16/2005 3:04:06 PM | Module: Engine | The user identity information was retrieved from the Group Security Service | Completion time: 0.3125 seconds
11/16/2005 3:04:06 PM | Module: Initializer | Thread: 10 | The New Team Project Wizard is starting to initialize the plug-ins.
11/16/2005 3:04:06 PM | Module: CssStructureUploader | Thread: 10 | Entering Initialize in CssStructureUploader
11/16/2005 3:04:06 PM | Module: CssStructureUploader | Thread: 10 | Initialize for CssStructureUploader complete
11/16/2005 3:04:06 PM | Module: Initializer | Thread: 10 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.Classification.
11/16/2005 3:04:06 PM | Module: Rosetta | Thread: 10 | Entering Initialize in RosettaReportUploader
11/16/2005 3:04:07 PM | Module: Rosetta | Thread: 10 | Exiting Initialize for RosettaReportUploader
11/16/2005 3:04:07 PM | Module: Initializer | Thread: 10 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.Reporting.
11/16/2005 3:04:07 PM | Module: WSS | Thread: 10 | Entering Initialize in WssSiteCreator
11/16/2005 3:04:15 PM | Module: WSS | Thread: 10 | Exiting Initialize for WssSiteCreator
11/16/2005 3:04:15 PM | Module: Initializer | Thread: 10 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.Portal.
11/16/2005 3:04:15 PM | Module: GSSStructureUploader | Thread: 10 | Entering Initialize in GssStructureCreator
11/16/2005 3:04:15 PM | Module: GSSStructureUploader | Thread: 10 | Exiting Initialize for GssStructureCreator
11/16/2005 3:04:15 PM | Module: Initializer | Thread: 10 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.Groups.
11/16/2005 3:04:21 PM | Module: Work Item Tracking | Thread: 10 | About to begin the creation of project test16 on server DIRECT-TAESPPWQ
11/16/2005 3:04:21 PM | Module: Initializer | Thread: 10 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.WorkItemTracking.
11/16/2005 3:04:21 PM | Module: Initializer | Thread: 10 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.VersionControl.
11/16/2005 3:04:21 PM | Module: Initializer | Thread: 10 | The New Team Project Wizard successfully initialized the plug-ins.
11/16/2005 3:04:21 PM | Module: Engine | Thread: 10 | Process template XML loaded
11/16/2005 3:04:21 PM | Module: Engine | Thread: 10 | Starting Project Creation Engine execution
11/16/2005 3:04:21 PM | Module: Engine | Thread: 4 | Running Task "UploadStructure" from Group "Classification"
11/16/2005 3:04:21 PM | Module: CssStructureUploader | Thread: 4 | Getting CSS proxy
11/16/2005 3:04:21 PM | Module: CssStructureUploader | Thread: 4 | CSS proxy retrieved
11/16/2005 3:04:21 PM | Module: CssStructureUploader | Thread: 4 | The uploading of the Classification Service has started
11/16/2005 3:04:21 PM | Module: CssStructureUploader | Thread: 4 | Uploading CSS structure: "<Nodes><Node StructureType="ProjectLifecycle" Name="Iteration" xmlns=""><Children><Node StructureType="ProjectLifecycle" Name="Iteration 0"></Node><Node StructureType="ProjectLifecycle" Name="Iteration 1"></Node><Node StructureType="ProjectLifecycle" Name="Iteration 2"></Node></Children></Node><Node StructureType="ProjectModelHierarchy" Name="Area" xmlns=""></Node></Nodes>"
11/16/2005 3:04:21 PM | Module: CssStructureUploader | Thread: 4 | Creating project : test16
11/16/2005 3:04:22 PM | Module: CssStructureUploader | Thread: 4 | CSS structure upload finished
11/16/2005 3:04:22 PM | Module: CssStructureUploader | Thread: 4 | Updating project properties for : vstfs:///Classification/TeamProject/80f8dd33-df1f-43f6-97ab-976d593dca64
11/16/2005 3:04:22 PM | Module: Engine | Task "UploadStructure" from Group "Classification" completed with success | Completion time: 1.359375 seconds
11/16/2005 3:04:22 PM | Module: Engine | Thread: 6 | Running Task "" from Group ""
11/16/2005 3:04:22 PM | Module: Engine | Task "" from Group "" completed with success | Completion time: 0 seconds
11/16/2005 3:04:22 PM | Module: Engine | Thread: 4 | Running Task "GroupCreation1" from Group "Groups"
11/16/2005 3:04:22 PM | Module: GSSStructureUploader | Thread: 4 | Entering Execute in GssStructureCreator
11/16/2005 3:04:22 PM | Module: GSSStructureUploader | Thread: 4 | Creating application group for "Readers" URI "vstfs:///Classification/TeamProject/80f8dd33-df1f-43f6-97ab-976d593dca64"
11/16/2005 3:04:22 PM | Module: GSSStructureUploader | Thread: 4 | Creating application group for "Readers" URI "vstfs:///Classification/TeamProject/80f8dd33-df1f-43f6-97ab-976d593dca64"
11/16/2005 3:04:22 PM | Module: GSSStructureUploader | Thread: 4 | Getting list of structures for: vstfs:///Classification/TeamProject/80f8dd33-df1f-43f6-97ab-976d593dca64
11/16/2005 3:04:23 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3704919965-2081709126-2557448409-2321501087" deny: "True" retry #: 0
11/16/2005 3:04:23 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3704919965-2081709126-2557448409-2321501087" deny: "True" retry #: 0
11/16/2005 3:04:23 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3704919965-2081709126-2557448409-2321501087" deny: "True" retry #: 0
11/16/2005 3:04:23 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "WORK_ITEM_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3704919965-2081709126-2557448409-2321501087" deny: "True" retry #: 0
11/16/2005 3:04:24 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "WORK_ITEM_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3704919965-2081709126-2557448409-2321501087" deny: "True" retry #: 0
11/16/2005 3:04:24 PM | Module: GSSStructureUploader | Thread: 4 | Creating application group for "Contributors" URI "vstfs:///Classification/TeamProject/80f8dd33-df1f-43f6-97ab-976d593dca64"
11/16/2005 3:04:24 PM | Module: GSSStructureUploader | Thread: 4 | Creating application group for "Contributors" URI "vstfs:///Classification/TeamProject/80f8dd33-df1f-43f6-97ab-976d593dca64"
11/16/2005 3:04:24 PM | Module: GSSStructureUploader | Thread: 4 | Getting list of structures for: vstfs:///Classification/TeamProject/80f8dd33-df1f-43f6-97ab-976d593dca64
11/16/2005 3:04:24 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-1224817572-3480928583-3070762278-741945830" deny: "True" retry #: 0
11/16/2005 3:04:24 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "PUBLISH_TEST_RESULTS" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-1224817572-3480928583-3070762278-741945830" deny: "True" retry #: 0
11/16/2005 3:04:25 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-1224817572-3480928583-3070762278-741945830" deny: "True" retry #: 0
11/16/2005 3:04:25 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-1224817572-3480928583-3070762278-741945830" deny: "True" retry #: 0
11/16/2005 3:04:25 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "WORK_ITEM_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-1224817572-3480928583-3070762278-741945830" deny: "True" retry #: 0
11/16/2005 3:04:25 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "WORK_ITEM_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-1224817572-3480928583-3070762278-741945830" deny: "True" retry #: 0
11/16/2005 3:04:26 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "WORK_ITEM_WRITE" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-1224817572-3480928583-3070762278-741945830" deny: "True" retry #: 0
11/16/2005 3:04:26 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "WORK_ITEM_WRITE" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-1224817572-3480928583-3070762278-741945830" deny: "True" retry #: 0
11/16/2005 3:04:26 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "START_BUILD" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-1224817572-3480928583-3070762278-741945830" deny: "True" retry #: 0
11/16/2005 3:04:26 PM | Module: GSSStructureUploader | Thread: 4 | Creating application group for "Build Services" URI "vstfs:///Classification/TeamProject/80f8dd33-df1f-43f6-97ab-976d593dca64"
11/16/2005 3:04:26 PM | Module: GSSStructureUploader | Thread: 4 | Creating application group for "Build Services" URI "vstfs:///Classification/TeamProject/80f8dd33-df1f-43f6-97ab-976d593dca64"
11/16/2005 3:04:27 PM | Module: GSSStructureUploader | Thread: 4 | Getting list of structures for: vstfs:///Classification/TeamProject/80f8dd33-df1f-43f6-97ab-976d593dca64
11/16/2005 3:04:27 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3553176194-2129321795-2995466255-3755159147" deny: "True" retry #: 0
11/16/2005 3:04:27 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "PUBLISH_TEST_RESULTS" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3553176194-2129321795-2995466255-3755159147" deny: "True" retry #: 0
11/16/2005 3:04:27 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3553176194-2129321795-2995466255-3755159147" deny: "True" retry #: 0
11/16/2005 3:04:27 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3553176194-2129321795-2995466255-3755159147" deny: "True" retry #: 0
11/16/2005 3:04:27 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "WORK_ITEM_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3553176194-2129321795-2995466255-3755159147" deny: "True" retry #: 0
11/16/2005 3:04:27 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "WORK_ITEM_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3553176194-2129321795-2995466255-3755159147" deny: "True" retry #: 0
11/16/2005 3:04:28 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "WORK_ITEM_WRITE" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3553176194-2129321795-2995466255-3755159147" deny: "True" retry #: 0
11/16/2005 3:04:28 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "WORK_ITEM_WRITE" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3553176194-2129321795-2995466255-3755159147" deny: "True" retry #: 0
11/16/2005 3:04:28 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "START_BUILD" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3553176194-2129321795-2995466255-3755159147" deny: "True" retry #: 0
11/16/2005 3:04:28 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "UPDATE_BUILD" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3553176194-2129321795-2995466255-3755159147" deny: "True" retry #: 0
11/16/2005 3:04:29 PM | Module: GSSStructureUploader | Thread: 4 | Adding access entry - actionName "EDIT_BUILD_STATUS" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-3553176194-2129321795-2995466255-3755159147" deny: "True" retry #: 0
11/16/2005 3:04:29 PM | Module: GSSStructureUploader | Thread: 4 | Exiting Execute for GssStructureCreator
11/16/2005 3:04:29 PM | Module: Engine | Task "GroupCreation1" from Group "Groups" completed with success | Completion time: 6.84375 seconds
11/16/2005 3:04:29 PM | Module: Engine | Thread: 6 | Running Task "" from Group ""
11/16/2005 3:04:29 PM | Module: Engine | Task "" from Group "" completed with success | Completion time: 0 seconds
11/16/2005 3:04:29 PM | Module: Engine | Thread: 4 | Running Task "WITs" from Group "WorkItemTracking"
11/16/2005 3:04:29 PM | Module: Work Item Tracking | Thread: 4 | Synchronizing users and groups.
11/16/2005 3:04:34 PM | Module: Work Item Tracking | Thread: 4 | Synchronizing CSS structures.
11/16/2005 3:04:34 PM | Module: Work Item Tracking | Thread: 4 | WorkItemType definition file found: C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\TypeDefinitions\Bug.xml
11/16/2005 3:04:34 PM | Module: Work Item Tracking | Thread: 4 | WorkItemType definition file found: C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\TypeDefinitions\Task.xml
11/16/2005 3:04:34 PM | Module: Work Item Tracking | Thread: 4 | WorkItemType definition file found: C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\TypeDefinitions\Qos.xml
11/16/2005 3:04:34 PM | Module: Work Item Tracking | Thread: 4 | WorkItemType definition file found: C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\TypeDefinitions\Scenario.xml
11/16/2005 3:04:34 PM | Module: Work Item Tracking | Thread: 4 | WorkItemType definition file found: C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\TypeDefinitions\Risk.xml
11/16/2005 3:04:43 PM | Module: Work Item Tracking | Thread: 4 | Uploaded WorkItemType definition from C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\TypeDefinitions\Bug.xml
11/16/2005 3:04:50 PM | Module: Work Item Tracking | Thread: 4 | Uploaded WorkItemType definition from C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\TypeDefinitions\Task.xml
11/16/2005 3:04:55 PM | Module: Work Item Tracking | Thread: 4 | Uploaded WorkItemType definition from C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\TypeDefinitions\Qos.xml
11/16/2005 3:05:01 PM | Module: Work Item Tracking | Thread: 4 | Uploaded WorkItemType definition from C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\TypeDefinitions\Scenario.xml
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 4 | Uploaded WorkItemType definition from C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\TypeDefinitions\Risk.xml
11/16/2005 3:05:07 PM | Module: Engine | Task "WITs" from Group "WorkItemTracking" completed with success | Completion time: 37.5 seconds
11/16/2005 3:05:07 PM | Module: Engine | Thread: 6 | Running Task "WIs" from Group "WorkItemTracking"
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Validating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Title', Value = 'Setup: Set Permissions'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'test16\Iteration 0'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Description', Value = 'Using the admin UI in VS add users to one of the 3 groups: Project administrators, Contributors or Readers.'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Validated
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Validating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Title', Value = 'Setup: Migration of Source Code'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'test16\Iteration 0'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Description', Value = 'If you are bringing an existing project into VSTS you can migrate the source code from VSS and other tools by following the instructions in the help system - you can find a link to the help topics in the Related Docs column. We recommend you do this before most users are granted access to the project.'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Validated
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Validating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Title', Value = 'Setup: Migration of Work Items'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'test16\Iteration 0'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Description', Value = 'If you are bringing an existing project into VSTS you can migratework items (bugs, tasks, etc) from Clearquest or a CSV file by following the instructions in the help system - you can find a link to the help topics in the Related Docs column. We recommend you do this before most users are granted access to the project.'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Validated
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Validating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Title', Value = 'Setup: Set Check-in Policies'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'test16\Iteration 0'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Description', Value = 'Setup the business rules or policies that surround source code check-ins. It can be a very effective way of monitoring some basic principles on managing change. The details for this process can be found in the associate Process Guidance topic.'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Validated
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Validating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Title', Value = 'Setup: Configure Build'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'test16\Iteration 0'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Description', Value = 'Create an initial source tree and set up the build to run on a periodic, usually daily, basis. Run builds as frequently as you need to during the development of the project but always hold a build at that periodic interval.'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Validated
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Validating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Title', Value = 'Setup: Send Mail to Users for Installation and Getting started'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'test16\Iteration 0'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Validated
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Validating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Title', Value = 'Create Vision Statement'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'test16\Iteration 0'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Discipline', Value = 'Business Analyst'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Description', Value = 'There is process guidance available for this task. Open the link http://DIRECT-TAESPPWQ/sites/test16/Process%20Guidance/Supporting%20Files/CaptureProjectVision.htm or in the process guidance, select the 'Index' tab from the tabs at the top of the page. On the workstreams page, select 'Capture Project Vision'. Under activities, choose the first entry, 'Create Vision Statement'. If the process guidance is not open in the web browser, open the 'Documents' folder in the Team Explorer. Inside the 'Documents' folder is a folder entitled 'Process Guidance'. Double click on 'ProcessGuidance.html' inside the Process Guidance folder to bring up the process guidance.'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Validated
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Validating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Title', Value = 'Create Personas'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'test16\Iteration 0'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Discipline', Value = 'Business Analyst'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Description', Value = 'There is process guidance available for this task. Open the link http://DIRECT-TAESPPWQ/sites/test16/Process%20Guidance/Supporting%20Files/DefinePersonas.htm or in the process guidance, select the 'Index' tab from the tabs at the top of the page. On the workstreams page, select 'Capture Project Vision'. Under activities, choose the second entry, 'Define Personas'. If the process guidance is not open in the web browser, open the 'Documents' folder in the Team Explorer. Inside the 'Documents' folder is a folder entitled 'Process Guidance'. Double click on 'ProcessGuidance.html' inside the Process Guidance folder to bring up the process guidance.'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Validated
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Validating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Title', Value = 'Define Iteration Length'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'test16\Iteration 0'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Discipline', Value = 'Project Management'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Description', Value = 'There is process guidance available for this task. Open the link http://DIRECT-TAESPPWQ/sites/test16/Process%20Guidance/Supporting%20Files/DetermineIterationLength.htm or in the process guidance, select the 'Index' tab from the tabs at the top of the page. On the workstreams page, select 'Plan an Iteration'. Under activities, choose the first entry, 'Define Iteration Length'. If the process guidance is not open in the web browser, open the 'Documents' folder in the Team Explorer. Inside the 'Documents' folder is a folder entitled 'Process Guidance'. Double click on 'ProcessGuidance.html' inside the Process Guidance folder to bring up the process guidance.'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Validated
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Validating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Title', Value = 'Create Test Approach Worksheet including Test Thresholds'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'test16\Iteration 0'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Discipline', Value = 'Test'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Description', Value = 'There is process guidance available for this task. Open the link http://DIRECT-TAESPPWQ/sites/test16/Process%20Guidance/Supporting%20Files/DefineTestApproach.htm or in the process guidance, select the 'Index' tab from the tabs at the top of the page. On the workstreams page, select the last workstream, 'Test a Scenario'. Under activities, choose the first entry, 'Define Test Approach'. If the process guidance is not open in the web browser, open the 'Documents' folder in the Team Explorer. Inside the 'Documents' folder is a folder entitled 'Process Guidance'. Double click on 'ProcessGuidance.html' inside the Process Guidance folder to bring up the process guidance.'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Validated
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Validating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Title', Value = 'Brainstorm and Prioritize Scenarios List'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'test16\Iteration 0'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Discipline', Value = 'Business Analyst'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Description', Value = 'There is process guidance available for this task. Open the link http://DIRECT-TAESPPWQ/sites/test16/Process%20Guidance/Supporting%20Files/BrainstormScenarios.htm or in the process guidance, select the 'Index' tab from the tabs at the top of the page. On the workstreams page, select the workstream, 'Create a Scenario'. Under activities, choose the first entry, 'Brainstorm Scenarios'. If the process guidance is not open in the web browser, open the 'Documents' folder in the Team Explorer. Inside the 'Documents' folder is a folder entitled 'Process Guidance'. Double click on 'ProcessGuidance.html' inside the Process Guidance folder to bring up the process guidance.'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Validated
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Validating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Title', Value = 'Brainstorm and Prioritize Quality of Service Requirements List'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'test16\Iteration 0'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Discipline', Value = 'Business Analyst'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Description', Value = 'There is process guidance available for this task. Open the link http://DIRECT-TAESPPWQ/sites/test16/Process%20Guidance/Supporting%20Files/BrainstormQualityOfServiceRequirements.htm or in the process guidance folder, select the 'Index' tab from the tabs at the top of the page. On the workstreams page, select the workstream, 'Create a Quality of Service Requirement'. Under activities, choose the first entry, 'Brainstorm Quality of Service Requirements'. If the process guidance is not open in the web browser, open the 'Documents' folder in the Team Explorer. Inside the 'Documents' folder is a folder entitled 'Process Guidance'. Double click on 'ProcessGuidance.html' inside the Process Guidance folder to bring up the process guidance.'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Validated
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Validating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Title', Value = 'Setup: Create Project Structure'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'test16\Iteration 0'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Validated
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Validating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Title', Value = 'Create Iteration Plan'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'test16\Iteration 0'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Discipline', Value = 'Project Management'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Field Found: Name = 'System.Description', Value = 'There is process guidance available for this task. Open the link http://DIRECT-TAESPPWQ/sites/test16/Process%20Guidance/Supporting%20Files/ScheduleScenario.htm or in the process guidance, select the 'Index' tab from the tabs at the top of the page. On the workstreams page, select the workstream, 'Plan an Iteration'. Under activities, choose the entry, 'Schedule Scenario', 'Schedule Quality of Service Requirement', or 'Schedule Bug Fixing Allotment'. If the process guidance is not open in the web browser, open the 'Documents' folder in the Team Explorer. Inside the 'Documents' folder is a folder entitled 'Process Guidance'. Double click on 'ProcessGuidance.html' inside the Process Guidance folder to bring up the process guidance.'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Validated
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Creating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Created
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Creating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Created
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Creating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Created
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Creating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Created
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Creating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Created
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Creating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Created
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Creating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Created
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Creating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Created
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Creating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Created
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Creating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Created
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Creating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Created
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Creating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Created
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Creating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Created
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Creating new WorkItem of type 'Task'
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | WorkItem Created
11/16/2005 3:05:07 PM | Module: Work Item Tracking | Thread: 6 | Saving work items
11/16/2005 3:05:11 PM | Module: Work Item Tracking | Thread: 6 | Work items saved
11/16/2005 3:05:11 PM | Module: Engine | Task "WIs" from Group "WorkItemTracking" completed with success | Completion time: 4.84375 seconds
11/16/2005 3:05:11 PM | Module: Engine | Thread: 4 | Running Task "Queries" from Group "WorkItemTracking"
11/16/2005 3:05:11 PM | Module: Work Item Tracking | Thread: 4 | Query Found: Name = 'My Work Items', Location = 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\MyWorkItems.wiq'
11/16/2005 3:05:11 PM | Module: Work Item Tracking | Thread: 4 | Query Found: Name = 'Project Checklist', Location = 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\ProjectChecklist.wiq'
11/16/2005 3:05:11 PM | Module: Work Item Tracking | Thread: 4 | Query Found: Name = 'All Scenarios', Location = 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\AllScenarios.wiq'
11/16/2005 3:05:11 PM | Module: Work Item Tracking | Thread: 4 | Query Found: Name = 'All Quality of Service Requirements', Location = 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\AllQualityOfServiceRequirements.wiq'
11/16/2005 3:05:11 PM | Module: Work Item Tracking | Thread: 4 | Query Found: Name = 'All Tasks', Location = 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\AllTasks.wiq'
11/16/2005 3:05:11 PM | Module: Work Item Tracking | Thread: 4 | Query Found: Name = 'All Work Items', Location = 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\AllWorkItems.wiq'
11/16/2005 3:05:11 PM | Module: Work Item Tracking | Thread: 4 | Query Found: Name = 'Active Bugs', Location = 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\ActiveBugs.wiq'
11/16/2005 3:05:11 PM | Module: Work Item Tracking | Thread: 4 | Query Found: Name = 'Resolved Bugs', Location = 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\ResolvedBugs.wiq'
11/16/2005 3:05:11 PM | Module: Work Item Tracking | Thread: 4 | Query Found: Name = 'My Work Items for All Team Projects', Location = 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\MyWorkItemsAllTeamProjects.wiq'
11/16/2005 3:05:12 PM | Module: Work Item Tracking | Thread: 4 | The query named 'My Work Items' has been imported from 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\MyWorkItems.wiq'
11/16/2005 3:05:12 PM | Module: Work Item Tracking | Thread: 4 | The query named 'Project Checklist' has been imported from 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\ProjectChecklist.wiq'
11/16/2005 3:05:12 PM | Module: Work Item Tracking | Thread: 4 | The query named 'All Scenarios' has been imported from 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\AllScenarios.wiq'
11/16/2005 3:05:12 PM | Module: Work Item Tracking | Thread: 4 | The query named 'All Quality of Service Requirements' has been imported from 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\AllQualityOfServiceRequirements.wiq'
11/16/2005 3:05:12 PM | Module: Work Item Tracking | Thread: 4 | The query named 'All Tasks' has been imported from 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\AllTasks.wiq'
11/16/2005 3:05:13 PM | Module: Work Item Tracking | Thread: 4 | The query named 'All Work Items' has been imported from 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\AllWorkItems.wiq'
11/16/2005 3:05:13 PM | Module: Work Item Tracking | Thread: 4 | The query named 'Active Bugs' has been imported from 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\ActiveBugs.wiq'
11/16/2005 3:05:13 PM | Module: Work Item Tracking | Thread: 4 | The query named 'Resolved Bugs' has been imported from 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\ResolvedBugs.wiq'
11/16/2005 3:05:13 PM | Module: Work Item Tracking | Thread: 4 | The query named 'My Work Items for All Team Projects' has been imported from 'C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp\WorkItem Tracking\Queries\MyWorkItemsAllTeamProjects.wiq'
11/16/2005 3:05:13 PM | Module: Engine | Task "Queries" from Group "WorkItemTracking" completed with success | Completion time: 1.203125 seconds
11/16/2005 3:05:13 PM | Module: Engine | Thread: 6 | Running Task "" from Group ""
11/16/2005 3:05:13 PM | Module: Engine | Task "" from Group "" completed with success | Completion time: 0 seconds
11/16/2005 3:05:13 PM | Module: Engine | Thread: 4 | Running Task "VersionControlTask" from Group "VersionControl"
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | <permission allow="Read, PendChange, Checkin, Label, Lock, ReviseOther, UnlockOther, UndoOther, LabelOther, AdminProjectRights, CheckinOther" identity="[$$PROJECTNAME$$]\Project Administrators" />
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | Allowing permission(s) System.String[] to group [test16]\Project Administrators
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | Denying permission(s) System.String[] to group [test16]\Project Administrators
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | <permission allow="Read, PendChange, Checkin, Label, Lock" identity="[$$PROJECTNAME$$]\Contributors" />
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | Allowing permission(s) System.String[] to group [test16]\Contributors
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | Denying permission(s) System.String[] to group [test16]\Contributors
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | <permission allow="Read" identity="[$$PROJECTNAME$$]\Readers" />
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | Allowing permission(s) System.String[] to group [test16]\Readers
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | Denying permission(s) System.String[] to group [test16]\Readers
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | <permission allow="Read, PendChange, Checkin, Label, Lock" identity="[$$PROJECTNAME$$]\Build Services" />
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | Allowing permission(s) System.String[] to group [test16]\Build Services
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | Denying permission(s) System.String[] to group [test16]\Build Services
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | <checkin_note label="Code Reviewer" required="false" order="1" />
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | Creating check-in note - label="Code Reviewer" required="False" order="1"
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | <checkin_note label="Security Reviewer" required="false" order="2" />
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | Creating check-in note - label="Security Reviewer" required="False" order="2"
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | <checkin_note label="Performance Reviewer" required="false" order="3" />
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | Creating check-in note - label="Performance Reviewer" required="False" order="3"
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | Changing project setting ExclusiveCheckout to "False"
11/16/2005 3:05:13 PM | Module: SccTask | Thread: 4 | User chose to create new empty folder $/test16
11/16/2005 3:05:14 PM | Module: Engine | Task "VersionControlTask" from Group "VersionControl" completed with success | Completion time: 1.140625 seconds
11/16/2005 3:05:14 PM | Module: Engine | Thread: 6 | Running Task "" from Group ""
11/16/2005 3:05:14 PM | Module: Engine | Task "" from Group "" completed with success | Completion time: 0 seconds
11/16/2005 3:05:14 PM | Module: Engine | Thread: 4 | Running Task "SharePointPortal" from Group "Portal"
---begin Exception entry---
Time: 11/16/2005 3:05:15 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 DIRECT-TAESPPWQ
Exception Details: The Project Creation Wizard was not able to connect to the Windows SharePoint Services
at DIRECT-TAESPPWQ. 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 DIRECT-TAESPPWQ
Exception Details: The Project Creation Wizard was not able to connect to the Windows SharePoint Services
at DIRECT-TAESPPWQ. 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 ---11/16/2005 3:05:15 PM | Module: Engine | Thread: 4 | TF30202: Task "" from Group "" will not be run because a prior task failed.
11/16/2005 3:05:15 PM | Module: Engine | Thread: 4 | TF30202: Task "Site" from Group "Reporting" will not be run because a prior task failed.
11/16/2005 3:05:15 PM | Module: Engine | Thread: 4 | TF30202: Task "Populate Reports" from Group "Reporting" will not be run because a prior task failed.
11/16/2005 3:05:15 PM | Module: Engine | Thread: 4 | TF30202: Task "" from Group "" will not be run because a prior task failed.
11/16/2005 3:05:15 PM | Module: Engine | Thread: 10 | Attempting to delete MSF folder "C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp"
11/16/2005 3:05:16 PM | Module: Engine | Thread: 10 | The temporary folder C:\Documents and Settings\TFSService\Local Settings\Temp\TPW_tmpB5.tmp used to store the process template was removed.
---begin Exception entry---
Time: 11/16/2005 3:05:18 PM
Module: Wizard
Event Description: TF30002: The New Team Project Wizard encountered an error deleting the project test16
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 ---Any Ideas?
Thanks
YaaritThe errors in the logfile look the same to me. Has something else changed to make this look like a new error?
How did you solve the issue of navigating to the SharePoint Administration site?
The steps outlined in this post describe the interaction between the Team Project creation wizard and SharePoint. Now that you are able to access the SharePoint Administration site, running the rest of the steps might help pinpoint the problem.- I have tried everything possible to create a team project. I have been working on this for 3 days. I'm still receiving TF30162 creating a project. Does Microsoft not test there products before they send them out. Does anyone have a solution for me?
Thanks I am sorry to hear that you have had so much trouble creating a project. The TF30162 code is a general project creation failure. If you can post some additional details from your log and a brief description of your environment, we will do our best to help you and improve the product at the same time.
Are you using the B3 refresh bits with WSS SP2 for a freah install? Although I had previously installed B3, I had a similar problem with B3 refresh, and posted over in the setup and admin forum. Unfortunately, no reply from MS on it yet. I tried multiple fresh installations, on multiple OS base installs, in both workgroup and domain configurations. My WSS installations were consistently improperly extended, and I tried with no success to get my WSS install on-track. The only way I could create a new project was to give TFSService local admin privileges before the TFS installation. YMMV, I might be on crack, etc, but it worked for me. See my other post here:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=130118&SiteID=1
If this works for you, I would appreciate confirmation from another user.- Hi,
Thanks for the replay. Well I managed to solve to last problem via many posts that I read. I can not remmber excatly which...
Howerver, I read the post that you point me to, but I can not see anything that can help me, since I work directly on the server machine.
Any suggestions?
10x
Yaarit - Hi,
I tried looking on how to configure my shre point registration xml file.
I opened it and the urls that were in it looked o.k., but when I tried many of them I got error 403, 404 and "server error '/' Application".
What can I do?
Yaarit - Hi,
Does anybody knows how to install Share point in a farm option?
Yaarit I can't believe it. For the fourth try I did a complete reinstall. This time I read line for line the installation guide for Beta 3 refresh. It worked. I can now create a project. I would have to say that there are some serious issues with installing TS.
I do however have one more issue adding my projects to source control. I'm getting an error TF30076: The server name xxx.xxx.xxx.xxx provided does not correspond to server URI that can be found.
Any ideas- Yaarit,
It's one of the wizard-page options when you're installing WSS. You must select the server farm option so that WSS will not attempt to configure and use its own database for configuration and content. It's one of the first pages in the WSS installation wizard. It looks like we now have two separate issues going here.
Direct Solution - I've sent e-mail connecting with you offline. Installing SharePoint in server farm mode looks like the next step. Mickey Williams is correct - the choice is on one of the first pages of the wizard.
Wildect - The error code alone is again not quite enough to help you find a solution. Are you trying to give the server name on the command line when using the tf.exe command? If so, the name that you specify should be the name that you see as the root node in the Team Explorer within the Visual Studio IDE. It would not typically be in xxx.xxx.xxx.xxx format.Thanks to all of the information here, I've finally been able to create a "first" Team Project.
First problem was during installation, I did not assign the TFS account a password. So the server installation failed.
Second problem was after the client installation, the creation of a Team Project would fail with error TF30177. Other posts indicated that the port number assigned to the SharePoint Central Administration site may be incorrect (also indicated by the report log excerpt below?). Changing the port from 8154 to 17012 indeed resolved the problem.
We wanted to evaulate Team Foundation Server and the only avenue open to us was to use the Beta Refresh3. Hopefully, many of the issues seen here are resolved in the full release? Any comments?
Regards,
Steve
---begin Exception entry---
Time: 2/1/2006 6:11:20 AM
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 VS2005
Exception Details: The Project Creation Wizard was not able to connect to the Windows SharePoint Services
at VS2005. 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 VS2005
Exception Details: The Project Creation Wizard was not able to connect to the Windows SharePoint Services
at VS2005. 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 ---

