VSTS/TFS2008 Service Pack 1 - Nugget #5 (Creating a Team Project from the command line) - Willy-Peter Schaub's Cave of Chamomile Simplicity

VSTS/TFS2008 Service Pack 1 - Nugget #5 (Creating a Team Project from the command line)

Lime Green Man Carrying The Blue Planet Earth On His Shoulders, Symbolizing Ecology And Going Green Clipart IllustrationContinued from http://dotnet.org.za/willy/archive/2008/08/19/vsts-tfs2008-service-pack-1-nugget-4-team-build-enhancements.aspx, http://dotnet.org.za/willy/archive/2008/08/15/vsts-tfs2008-service-pack-1-nugget-3-source-explorer-enhancements.aspx, http://dotnet.org.za/willy/archive/2008/08/15/vsts-tfs2008-service-pack-1-nugget-2-office-ribbon.aspx and http://dotnet.org.za/willy/archive/2008/08/15/vsts-tfs-2008-service-pack-1-nugget-1.aspx.

 

To date we have been restricted to Team Explorer when creating new Team Projects, which has worked fairly well to date. But, there has always been the hope to be able to create a team project from the command line, from within Powershell and thereby be able to automate the creation process.

Well, the good news with the July Power Tools and SP1 is that it is possible!

Let's try it out ...

  1. First we create a configuration file for the team project creation, in the oh so dreaded XML format:
       1: <?xml version="1.0" encoding="utf-8"?>
       2: <Project xmlns="ProjectCreationSettingsFileSchema.xsd">
       3:     <TFSName>TFSRTM08</TFSName>
       4:     <LogFolder>c:\Temp</LogFolder>
       5:     <ProjectName>CommandLineDemoProject</ProjectName>
       6:     <ProjectSiteTitle>CommandLineDemoProject Site Title</ProjectSiteTitle>
       7:     <ProjectSiteDescription>CommandLineDemoProject demonstration team project</ProjectSiteDescription>
       8:     <SccCreateType>new</SccCreateType>
       9:     <SccBranchFromPath></SccBranchFromPath>
      10:     <ProcessTemplateName>MSF for Agile Software Development - v4.2</ProcessTemplateName>
      11: </Project>

  2. We then run the following command to validate the configuration file: 
    tfpt createteamproject /validate /settingsfile:CommandLineDemoProjectSpecs.xml
    image

  3. Finally, if step 2 is successful, we run the following command to create the team project:
    tfpt createteamproject /verbose /settingsfile:CommandLineDemoProjectSpecs.xml
    image 
  4. The log file contains a lot of valuable information:
       1: 2008-08-21 11:03:41Z | Module: Internal | Team Foundation Server proxy retrieved | Completion time: 0.6909936 seconds
       2: 2008-08-21 11:03:41Z | Module: Internal | The template information for Team Foundation Server "TFSRTM08" was retrieved from the Team Foundation Server. | Completion time: 0.0200288 seconds
       3: 2008-08-21 11:03:41Z | Module: Engine | Thread: 1 | New project will be created with the "MSF for Agile Software Development - v4.2" methodology
       4: 2008-08-21 11:03:42Z | Module: Engine | Retrieved IAuthorizationService proxy | Completion time: 0.6409216 seconds
       5: 2008-08-21 11:03:43Z | Module: Engine | TF30227: Project creation permissions retrieved | Completion time: 0.801152 seconds
       6: 2008-08-21 11:03:45Z | Module: Engine | Wrote compressed process template file | Completion time: 0 seconds
       7: 2008-08-21 11:04:00Z | Module: Engine | Extracted process template file | Completion time: 15.422176 seconds
       8: 2008-08-21 11:04:00Z | Module: Engine | Thread: 1 | Starting Project Creation for project "CommandLineDemoProject" in domain "TFSRTM08"
       9: 2008-08-21 11:04:01Z | Module: Engine | The user identity information was retrieved from the Group Security Service | Completion time: 0.100144 seconds
      10: 2008-08-21 11:04:01Z | Module: Initializer | Thread: 1 | The New Team Project Wizard is starting to initialize the plug-ins.
      11: 2008-08-21 11:04:01Z | Module: CssStructureUploader | Thread: 1 | Entering Initialize in CssStructureUploader
      12: 2008-08-21 11:04:02Z | Module: CssStructureUploader | Thread: 1 | Initialize for CssStructureUploader complete
      13: 2008-08-21 11:04:02Z | Module: Initializer | Thread: 1 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.Classification.
      14: 2008-08-21 11:04:02Z | Module: Rosetta | Thread: 1 | Entering Initialize in RosettaReportUploader
      15: 2008-08-21 11:04:38Z | Module: Rosetta | Thread: 1 | Exiting Initialize for RosettaReportUploader
      16: 2008-08-21 11:04:38Z | Module: Initializer | Thread: 1 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.Reporting.
      17: 2008-08-21 11:04:38Z | Module: WSS | Thread: 1 | Entering Initialize in WssSiteCreator
      18: 2008-08-21 11:04:38Z | Module: WSS | Thread: 1 | Site information: Title = "CommandLineDemoProject Site Title"  Description = "CommandLineDemoProject demonstration team project"
      19: 2008-08-21 11:04:38Z | Module: WSS | Thread: 1 | Base site url: http://TFSRTM08:80/Sites
      20: 2008-08-21 11:04:38Z | Module: WSS | Thread: 1 | Admin site url: http://TFSRTM08:17012/_vti_adm/admin.asmx
      21: 2008-08-21 11:04:49Z | Module: WSS | Thread: 1 | Exiting Initialize for WssSiteCreator
      22: 2008-08-21 11:04:49Z | Module: Initializer | Thread: 1 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.Portal.
      23: 2008-08-21 11:04:49Z | Module: GSSStructureUploader | Thread: 1 | Entering Initialize in GssStructureCreator
      24: 2008-08-21 11:04:49Z | Module: GSSStructureUploader | Thread: 1 | Exiting Initialize for GssStructureCreator
      25: 2008-08-21 11:04:49Z | Module: Initializer | Thread: 1 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.Groups.
      26: 2008-08-21 11:04:49Z | Module: Work Item Tracking | Thread: 1 | About to begin the creation of project CommandLineDemoProject on server TFSRTM08
      27: 2008-08-21 11:04:49Z | Module: Initializer | Thread: 1 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.WorkItemTracking.
      28: 2008-08-21 11:04:49Z | Module: Initializer | Thread: 1 | The New Team Project Wizard successfully Initialized the plug-in Microsoft.ProjectCreationWizard.VersionControl.
      29: 2008-08-21 11:04:49Z | Module: Initializer | Thread: 1 | The New Team Project Wizard successfully initialized the plug-ins.
      30: 2008-08-21 11:04:49Z | Module: Engine | Thread: 1 | Process template XML loaded
      31: 2008-08-21 11:04:49Z | Module: Engine | Thread: 1 | Starting Project Creation Engine execution
      32: 2008-08-21 11:04:49Z | Module: Engine | Thread: 14 | Running Task "UploadStructure" from Group "Classification"
      33: 2008-08-21 11:04:49Z | Module: CssStructureUploader | Thread: 14 | Getting CSS proxy
      34: 2008-08-21 11:04:49Z | Module: CssStructureUploader | Thread: 14 | CSS proxy retrieved
      35: 2008-08-21 11:04:49Z | Module: CssStructureUploader | Thread: 14 | The uploading of the Classification Service has started
      36: 2008-08-21 11:04:49Z | Module: CssStructureUploader | Thread: 14 | 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>"
      37: 2008-08-21 11:04:49Z | Module: CssStructureUploader | Thread: 14 | Creating Project : CommandLineDemoProject
      38: 2008-08-21 11:04:50Z | Module: CssStructureUploader | Thread: 14 | Created Project Administrators group S-1-9-1551374245-1204400969-2402986413-2179408616-1-74734411-4089619019-2211737262-1788282623 successfully.
      39: 2008-08-21 11:04:50Z | Module: CssStructureUploader | Thread: 14 | CSS structure upload finished
      40: 2008-08-21 11:04:50Z | Module: CssStructureUploader | Thread: 14 | Updating project properties for :vstfs:///Classification/TeamProject/74761a4e-ea82-4cee-8799-4d0ed02e3822
      41: 2008-08-21 11:04:50Z | Module: Engine | Task "UploadStructure" from Group "Classification" completed with success | Completion time: 1.0214688 seconds
      42: 2008-08-21 11:04:50Z | Module: Engine | Thread: 14 | Running Task "" from Group ""
      43: 2008-08-21 11:04:50Z | Module: Engine | Thread: 14 | Running Task "GroupCreation1" from Group "Groups"
      44: 2008-08-21 11:04:50Z | Module: GSSStructureUploader | Thread: 14 | Entering Execute in GssStructureCreator
      45: 2008-08-21 11:04:50Z | Module: GSSStructureUploader | Thread: 14 | Getting list of structures for: vstfs:///Classification/TeamProject/74761a4e-ea82-4cee-8799-4d0ed02e3822
      46: 2008-08-21 11:04:50Z | Module: GSSStructureUploader | Thread: 14 | Creating application group for "Readers" URI "vstfs:///Classification/TeamProject/74761a4e-ea82-4cee-8799-4d0ed02e3822"
      47: 2008-08-21 11:04:50Z | Module: GSSStructureUploader | Thread: 14 | Creating application group for "Readers" URI "vstfs:///Classification/TeamProject/74761a4e-ea82-4cee-8799-4d0ed02e3822"
      48: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-2753587248-2458068558-2151048013-788879083" deny: "True" retry #: 0
      49: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-2753587248-2458068558-2151048013-788879083" deny: "True" retry #: 0
      50: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "WORK_ITEM_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-2753587248-2458068558-2151048013-788879083" deny: "True" retry #: 0
      51: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Creating application group for "Contributors" URI "vstfs:///Classification/TeamProject/74761a4e-ea82-4cee-8799-4d0ed02e3822"
      52: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Creating application group for "Contributors" URI "vstfs:///Classification/TeamProject/74761a4e-ea82-4cee-8799-4d0ed02e3822"
      53: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-741382902-1106901578-2500973050-4073049502" deny: "True" retry #: 0
      54: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "PUBLISH_TEST_RESULTS" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-741382902-1106901578-2500973050-4073049502" deny: "True" retry #: 0
      55: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-741382902-1106901578-2500973050-4073049502" deny: "True" retry #: 0
      56: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "WORK_ITEM_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-741382902-1106901578-2500973050-4073049502" deny: "True" retry #: 0
      57: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "WORK_ITEM_WRITE" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-741382902-1106901578-2500973050-4073049502" deny: "True" retry #: 0
      58: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "START_BUILD" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-741382902-1106901578-2500973050-4073049502" deny: "True" retry #: 0
      59: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Creating application group for "Build Services" URI "vstfs:///Classification/TeamProject/74761a4e-ea82-4cee-8799-4d0ed02e3822"
      60: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Creating application group for "Build Services" URI "vstfs:///Classification/TeamProject/74761a4e-ea82-4cee-8799-4d0ed02e3822"
      61: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-306624667-2067461454-2942986992-3479735712" deny: "True" retry #: 0
      62: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "PUBLISH_TEST_RESULTS" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-306624667-2067461454-2942986992-3479735712" deny: "True" retry #: 0
      63: 2008-08-21 11:04:51Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "GENERIC_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-306624667-2067461454-2942986992-3479735712" deny: "True" retry #: 0
      64: 2008-08-21 11:04:52Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "WORK_ITEM_READ" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-306624667-2067461454-2942986992-3479735712" deny: "True" retry #: 0
      65: 2008-08-21 11:04:52Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "WORK_ITEM_WRITE" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-306624667-2067461454-2942986992-3479735712" deny: "True" retry #: 0
      66: 2008-08-21 11:04:52Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "START_BUILD" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-306624667-2067461454-2942986992-3479735712" deny: "True" retry #: 0
      67: 2008-08-21 11:04:52Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "UPDATE_BUILD" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-306624667-2067461454-2942986992-3479735712" deny: "True" retry #: 0
      68: 2008-08-21 11:04:52Z | Module: GSSStructureUploader | Thread: 14 | Adding access entry - actionName "EDIT_BUILD_STATUS" sid: "S-1-9-1551374245-1204400969-2402986413-2179408616-1-306624667-2067461454-2942986992-3479735712" deny: "True" retry #: 0
      69: 2008-08-21 11:04:52Z | Module: GSSStructureUploader | Thread: 14 | Exiting Execute for GssStructureCreator
      70: 2008-08-21 11:04:52Z | Module: Engine | Task "GroupCreation1" from Group "Groups" completed with success | Completion time: 1.9227648 seconds
      71: 2008-08-21 11:04:52Z | Module: Engine | Thread: 14 | Running Task "" from Group ""
      72: 2008-08-21 11:04:52Z | Module: Engine | Thread: 14 | Running Task "WITs" from Group "WorkItemTracking"
      73: 2008-08-21 11:04:52Z | Module: Work Item Tracking | Thread: 14 | Synchronizing users and groups.
      74: 2008-08-21 11:04:59Z | Module: Work Item Tracking | Thread: 14 | Synchronizing CSS structures.
      75: 2008-08-21 11:05:00Z | Module: Work Item Tracking | Thread: 14 | WorkItemType definition file found: C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Bug.xml
      76: 2008-08-21 11:05:00Z | Module: Work Item Tracking | Thread: 14 | WorkItemType definition file found: C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Task.xml
      77: 2008-08-21 11:05:00Z | Module: Work Item Tracking | Thread: 14 | WorkItemType definition file found: C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Qos.xml
      78: 2008-08-21 11:05:00Z | Module: Work Item Tracking | Thread: 14 | WorkItemType definition file found: C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Scenario.xml
      79: 2008-08-21 11:05:00Z | Module: Work Item Tracking | Thread: 14 | WorkItemType definition file found: C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Risk.xml
      80: 2008-08-21 11:05:00Z | Module: Work Item Tracking | Thread: 14 | Uploading work item type from file 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Bug.xml'...
      81: 2008-08-21 11:05:06Z | Module: Work Item Tracking | Thread: 14 | Uploaded WorkItemType definition from C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Bug.xml
      82: 2008-08-21 11:05:06Z | Module: Work Item Tracking | Thread: 14 | Uploading work item type from file 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Task.xml'...
      83: 2008-08-21 11:05:09Z | Module: Work Item Tracking | Thread: 14 | Uploaded WorkItemType definition from C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Task.xml
      84: 2008-08-21 11:05:09Z | Module: Work Item Tracking | Thread: 14 | Uploading work item type from file 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Qos.xml'...
      85: 2008-08-21 11:05:09Z | Module: Work Item Tracking | Thread: 14 | Uploaded WorkItemType definition from C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Qos.xml
      86: 2008-08-21 11:05:09Z | Module: Work Item Tracking | Thread: 14 | Uploading work item type from file 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Scenario.xml'...
      87: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Uploaded WorkItemType definition from C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Scenario.xml
      88: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Uploading work item type from file 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Risk.xml'...
      89: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Uploaded WorkItemType definition from C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\TypeDefinitions\Risk.xml
      90: 2008-08-21 11:05:10Z | Module: Engine | Task "WITs" from Group "WorkItemTracking" completed with success | Completion time: 17.725488 seconds
      91: 2008-08-21 11:05:10Z | Module: Engine | Thread: 14 | Running Task "WIs" from Group "WorkItemTracking"
      92: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
      93: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Set up: Set Permissions'
      94: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
      95: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
      96: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
      97: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
      98: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
      99: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Description', Value = 'Add team members to one of the four security groups: Build Services, Project Administrators, Contributors, or Readers. To configure security, Right-click the team project in Team Explorer, and select 'Team Project Settings,' 'Group Membership''
     100: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     101: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
     102: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Set up: Migration of Source Code'
     103: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
     104: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
     105: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
     106: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
     107: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
     108: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Description', Value = 'If you are bringing an existing project into VSTS you can migrate the source code from Visual SourceSafe. For more information, see 'Migrating from Visual SourceSafe' in the Visual Studio help. You should complete migration of source code before team members are granted access to the team project.'
     109: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     110: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
     111: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Set up: Migration of Work Items'
     112: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
     113: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
     114: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
     115: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
     116: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
     117: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Description', Value = 'If you are bringing an existing project into VSTS you can migrate work items such as bugs and tasks from Clearquest or a CSV file. For more information, see 'Migrating from ClearQuest' in the Visual Studio help. You should complete migration of work items before team members are granted access to the team project.'
     118: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     119: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
     120: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Set up: Set Check-in Policies'
     121: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
     122: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
     123: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
     124: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
     125: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
     126: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Description', Value = 'Setup the business rules or policies that surround source code check-ins. For more information, see 'Check-in Policies and Notes' in the Visual Studio help.'
     127: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     128: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
     129: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Set up: Configure Build'
     130: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
     131: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
     132: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
     133: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
     134: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
     135: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | 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. For more information, see 'Administering Team Foundation Build' in the Visual Studio help.'
     136: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     137: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
     138: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Set up: Send Mail to Users for Installation and Getting started'
     139: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
     140: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
     141: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
     142: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
     143: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
     144: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Description', Value = 'Send an e-mail to team members that provides information about which Team Foundation Server they should connect to, and which team project they should use so they can get started working on the team project.'
     145: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     146: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
     147: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Create Vision Statement'
     148: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
     149: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
     150: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
     151: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
     152: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
     153: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Discipline', Value = 'Requirements'
     154: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Description', Value = 'There is process guidance available for this task. Open the link <http://TFSRTM08:80/Sites/CommandLineDemoProject/Process%20Guidance/Supporting%20Files/WriteVisionStatement.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, 'Write 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.'
     155: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     156: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
     157: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Set up: Create Project Description on Team Project Portal'
     158: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
     159: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
     160: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
     161: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
     162: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
     163: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Description', Value = 'Change the default project description to better describe the new team project; such as describing project purpose, goals, or vision. To change the description, open the project portal, click 'Site Settings,' and then click 'Change site title and description.''
     164: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     165: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
     166: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Create Personas'
     167: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
     168: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
     169: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
     170: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
     171: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
     172: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Discipline', Value = 'Requirements'
     173: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Description', Value = 'There is process guidance available for this task. Open the link <http://TFSRTM08:80/Sites/CommandLineDemoProject/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.'
     174: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     175: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
     176: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Define Iteration Length'
     177: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
     178: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
     179: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
     180: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
     181: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
     182: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Discipline', Value = 'Project Management'
     183: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Description', Value = 'There is process guidance available for this task. Open the link <http://TFSRTM08:80/Sites/CommandLineDemoProject/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.'
     184: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     185: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
     186: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Create Test Approach Worksheet including Test Thresholds'
     187: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
     188: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
     189: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
     190: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
     191: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
     192: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Discipline', Value = 'Test'
     193: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Description', Value = 'There is process guidance available for this task. Open the link <http://TFSRTM08:80/Sites/CommandLineDemoProject/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.'
     194: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     195: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
     196: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Brainstorm and Prioritize Scenarios List'
     197: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
     198: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
     199: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
     200: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
     201: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
     202: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Discipline', Value = 'Requirements'
     203: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Description', Value = 'There is process guidance available for this task. Open the link <http://TFSRTM08:80/Sites/CommandLineDemoProject/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.'
     204: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     205: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
     206: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Brainstorm and Prioritize Quality of Service Requirements List'
     207: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
     208: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
     209: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
     210: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
     211: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
     212: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Discipline', Value = 'Requirements'
     213: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Description', Value = 'There is process guidance available for this task. Open the link <http://TFSRTM08:80/Sites/CommandLineDemoProject/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.'
     214: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     215: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
     216: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Set up: Create Project Structure'
     217: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
     218: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
     219: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
     220: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
     221: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
     222: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Description', Value = 'Create the project structure that captures what areas the development team will be working in. To set project structure, right-click the team project in Team Explorer, select 'Team Project Settings,' and 'Areas and Iterations.''
     223: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     224: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Validating new WorkItem of type 'Task'
     225: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Title', Value = 'Create Iteration Plan'
     226: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.IterationPath', Value = 'CommandLineDemoProject\Iteration 0'
     227: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.State', Value = 'Active'
     228: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Reason', Value = 'New'
     229: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Issue', Value = 'No'
     230: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.ExitCriteria', Value = 'Yes'
     231: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'Microsoft.VSTS.Common.Discipline', Value = 'Project Management'
     232: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Field Found: Name = 'System.Description', Value = 'There is process guidance available for this task. Open the link <http://TFSRTM08:80/Sites/CommandLineDemoProject/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.'
     233: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Validated
     234: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     235: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     236: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     237: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     238: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     239: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     240: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     241: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     242: 2008-08-21 11:05:10Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     243: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     244: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     245: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     246: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     247: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     248: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     249: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     250: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     251: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     252: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     253: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     254: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     255: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     256: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     257: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     258: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     259: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     260: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     261: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     262: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | Creating new WorkItem of type 'Task'
     263: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | WorkItem Created
     264: 2008-08-21 11:05:11Z | Module: Work Item Tracking | Thread: 14 | Saving work items
     265: 2008-08-21 11:05:30Z | Module: Work Item Tracking | Thread: 14 | Work items saved
     266: 2008-08-21 11:05:30Z | Module: Engine | Task "WIs" from Group "WorkItemTracking" completed with success | Completion time: 20.1589872 seconds
     267: 2008-08-21 11:05:30Z | Module: Engine | Thread: 6 | Running Task "Queries" from Group "WorkItemTracking"
     268: 2008-08-21 11:05:30Z | Module: Work Item Tracking | Thread: 6 | Query Found: Name = 'My Work Items', Location = 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\MyWorkItems.wiq'
     269: 2008-08-21 11:05:30Z | Module: Work Item Tracking | Thread: 6 | Query Found: Name = 'Project Checklist', Location = 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\ProjectChecklist.wiq'
     270: 2008-08-21 11:05:30Z | Module: Work Item Tracking | Thread: 6 | Query Found: Name = 'All Scenarios', Location = 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\AllScenarios.wiq'
     271: 2008-08-21 11:05:30Z | Module: Work Item Tracking | Thread: 6 | Query Found: Name = 'All Quality of Service Requirements', Location = 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\AllQualityOfServiceRequirements.wiq'
     272: 2008-08-21 11:05:30Z | Module: Work Item Tracking | Thread: 6 | Query Found: Name = 'All Tasks', Location = 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\AllTasks.wiq'
     273: 2008-08-21 11:05:30Z | Module: Work Item Tracking | Thread: 6 | Query Found: Name = 'All Work Items', Location = 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\AllWorkItems.wiq'
     274: 2008-08-21 11:05:30Z | Module: Work Item Tracking | Thread: 6 | Query Found: Name = 'Active Bugs', Location = 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\ActiveBugs.wiq'
     275: 2008-08-21 11:05:30Z | Module: Work Item Tracking | Thread: 6 | Query Found: Name = 'Resolved Bugs', Location = 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\ResolvedBugs.wiq'
     276: 2008-08-21 11:05:30Z | Module: Work Item Tracking | Thread: 6 | Query Found: Name = 'My Work Items for All Team Projects', Location = 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\MyWorkItemsAllTeamProjects.wiq'
     277: 2008-08-21 11:05:30Z | Module: Work Item Tracking | Thread: 6 | Query Found: Name = 'All Issues', Location = 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\AllIssues.wiq'
     278: 2008-08-21 11:05:30Z | Module: Work Item Tracking | Thread: 6 | Query Found: Name = 'Untriaged Bugs', Location = 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\UntriagedBugs.wiq'
     279: 2008-08-21 11:05:32Z | Module: Work Item Tracking | Thread: 6 | The query named 'My Work Items' has been imported from 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\MyWorkItems.wiq'
     280: 2008-08-21 11:05:33Z | Module: Work Item Tracking | Thread: 6 | The query named 'Project Checklist' has been imported from 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\ProjectChecklist.wiq'
     281: 2008-08-21 11:05:33Z | Module: Work Item Tracking | Thread: 6 | The query named 'All Scenarios' has been imported from 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\AllScenarios.wiq'
     282: 2008-08-21 11:05:33Z | Module: Work Item Tracking | Thread: 6 | The query named 'All Quality of Service Requirements' has been imported from 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\AllQualityOfServiceRequirements.wiq'
     283: 2008-08-21 11:05:33Z | Module: Work Item Tracking | Thread: 6 | The query named 'All Tasks' has been imported from 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\AllTasks.wiq'
     284: 2008-08-21 11:05:34Z | Module: Work Item Tracking | Thread: 6 | The query named 'All Work Items' has been imported from 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\AllWorkItems.wiq'
     285: 2008-08-21 11:05:34Z | Module: Work Item Tracking | Thread: 6 | The query named 'Active Bugs' has been imported from 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\ActiveBugs.wiq'
     286: 2008-08-21 11:05:34Z | Module: Work Item Tracking | Thread: 6 | The query named 'Resolved Bugs' has been imported from 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\ResolvedBugs.wiq'
     287: 2008-08-21 11:05:34Z | Module: Work Item Tracking | Thread: 6 | The query named 'My Work Items for All Team Projects' has been imported from 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\MyWorkItemsAllTeamProjects.wiq'
     288: 2008-08-21 11:05:34Z | Module: Work Item Tracking | Thread: 6 | The query named 'All Issues' has been imported from 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\AllIssues.wiq'
     289: 2008-08-21 11:05:34Z | Module: Work Item Tracking | Thread: 6 | The query named 'Untriaged Bugs' has been imported from 'C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp\WorkItem Tracking\Queries\UntriagedBugs.wiq'
     290: 2008-08-21 11:05:34Z | Module: Engine | Task "Queries" from Group "WorkItemTracking" completed with success | Completion time: 3.5951696 seconds
     291: 2008-08-21 11:05:34Z | Module: Engine | Thread: 6 | Running Task "" from Group ""
     292: 2008-08-21 11:05:34Z | Module: Engine | Thread: 6 | Running Task "VersionControlTask" from Group "VersionControl"
     293: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | <permission allow="Read, PendChange, Checkin, Label, Lock, ReviseOther, UnlockOther, UndoOther, LabelOther, AdminProjectRights, CheckinOther" identity="[$$PROJECTNAME$$]\Project Administrators" />
     294: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | Allowing permission(s) Read, PendChange, Checkin, Label, Lock, ReviseOther, UnlockOther, UndoOther, LabelOther, AdminProjectRights, CheckinOther to group [CommandLineDemoProject]\Project Administrators
     295: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | <permission allow="Read, PendChange, Checkin, Label, Lock" identity="[$$PROJECTNAME$$]\Contributors" />
     296: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | Allowing permission(s) Read, PendChange, Checkin, Label, Lock to group [CommandLineDemoProject]\Contributors
     297: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | <permission allow="Read" identity="[$$PROJECTNAME$$]\Readers" />
     298: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | Allowing permission(s) Read to group [CommandLineDemoProject]\Readers
     299: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | <permission allow="Read, PendChange, Checkin, Label, Lock" identity="[$$PROJECTNAME$$]\Build Services" />
     300: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | Allowing permission(s) Read, PendChange, Checkin, Label, Lock to group [CommandLineDemoProject]\Build Services
     301: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | <checkin_note label="Code Reviewer" required="false" order="1" />
     302: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | Creating check-in note - label="Code Reviewer" required="False" order="1"
     303: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | <checkin_note label="Security Reviewer" required="false" order="2" />
     304: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | Creating check-in note - label="Security Reviewer" required="False" order="2"
     305: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | <checkin_note label="Performance Reviewer" required="false" order="3" />
     306: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | Creating check-in note - label="Performance Reviewer" required="False" order="3"
     307: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | Changing project setting ExclusiveCheckout to "False"
     308: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | Changing project setting GetLatestOnCheckout to "False"
     309: 2008-08-21 11:05:34Z | Module: SccTask | Thread: 6 | User chose to create new empty folder $/CommandLineDemoProject
     310: 2008-08-21 11:05:36Z | Module: Engine | Task "VersionControlTask" from Group "VersionControl" completed with success | Completion time: 1.9427936 seconds
     311: 2008-08-21 11:05:36Z | Module: Engine | Thread: 14 | Running Task "" from Group ""
     312: 2008-08-21 11:05:36Z | Module: Engine | Thread: 14 | Running Task "SharePointPortal" from Group "Portal"
     313: 2008-08-21 11:05:36Z | Module: WSS | Thread: 14 | Language id: 1033
     314: 2008-08-21 11:05:36Z | Module: WSS | Thread: 14 | Verifying site template exists on the server using http://tfsrtm08:17012/_vti_bin/Sites.asmx
     315: 2008-08-21 11:05:39Z | Module: WSS | Thread: 14 | Creating site with the following parameters
     316: 2008-08-21 11:05:39Z | Module: WSS | Thread: 14 | Admin Url: http://tfsrtm08:17012/_vti_adm/admin.asmx
     317: 2008-08-21 11:05:39Z | Module: WSS | Thread: 14 | Site Url: http://tfsrtm08/Sites/CommandLineDemoProject
     318: 2008-08-21 11:05:39Z | Module: WSS | Thread: 14 | Site Title: CommandLineDemoProject Site Title
     319: 2008-08-21 11:05:39Z | Module: WSS | Thread: 14 | Site Description: CommandLineDemoProject demonstration team project
     320: 2008-08-21 11:05:39Z | Module: WSS | Thread: 14 | Locale: 1033
     321: 2008-08-21 11:05:39Z | Module: WSS | Thread: 14 | Template: _GLOBAL_#0
     322: 2008-08-21 11:05:39Z | Module: WSS | Thread: 14 | Owner Login: TFSRTM08\tfsSetup
     323: 2008-08-21 11:05:39Z | Module: WSS | Thread: 14 | Owner Name: TFS Setup
     324: 2008-08-21 11:05:39Z | Module: WSS | Thread: 14 | Owner Email: 
     325: 2008-08-21 11:06:03Z | Module: WSS | Thread: 14 | Creating Document Library : Security retry#: 0
     326: 2008-08-21 11:06:03Z | Module: WSS | Thread: 14 | Creating Document Library : Test retry#: 0
     327: 2008-08-21 11:06:03Z | Module: WSS | Thread: 14 | Creating Document Library : Project Management retry#: 0
     328: 2008-08-21 11:06:03Z | Module: WSS | Thread: 14 | Creating Document Library : Requirements retry#: 0
     329: 2008-08-21 11:06:03Z | Module: WSS | Thread: 14 | Creating Document Library : Process Guidance retry#: 0
     330: 2008-08-21 11:06:03Z | Module: WSS | Thread: 14 | Creating folder : Supporting Files in library: Process Guidance retry #: 0
     331: 2008-08-21 11:06:03Z | Module: WSS | Thread: 14 | Creating folder : Supporting Files/Code in library: Process Guidance retry #: 0
     332: 2008-08-21 11:06:03Z | Module: WSS | Thread: 14 | Creating folder : Supporting Files/CSS in library: Process Guidance retry #: 0
     333: 2008-08-21 11:06:03Z | Module: WSS | Thread: 14 | Creating folder : Supporting Files/EULA in library: Process Guidance retry #: 0
     334: 2008-08-21 11:06:03Z | Module: WSS | Thread: 14 | Creating folder : Supporting Files/images in library: Process Guidance retry #: 0
     335: 2008-08-21 11:06:04Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/AboutRoles.htm retry #: 0
     336: 2008-08-21 11:06:06Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/AboutViews.htm retry #: 0
     337: 2008-08-21 11:06:06Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/AboutWorkItems.htm retry #: 0
     338: 2008-08-21 11:06:06Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/AcceptBuild.htm retry #: 0
     339: 2008-08-21 11:06:06Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ActivitiesIndex.htm retry #: 0
     340: 2008-08-21 11:06:06Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ActualQualtyvrPlnnVlc.htm retry #: 0
     341: 2008-08-21 11:06:06Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/AddDBProjtSrcCntr.htm retry #: 0
     342: 2008-08-21 11:06:06Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/AnalyzeChanges.htm retry #: 0
     343: 2008-08-21 11:06:06Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ApplicationDiagram.htm retry #: 0
     344: 2008-08-21 11:06:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Architect.htm retry #: 0
     345: 2008-08-21 11:06:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Architect_CrtSltArcht.htm retry #: 0
     346: 2008-08-21 11:06:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Architect_PlnnItrt.htm retry #: 0
     347: 2008-08-21 11:06:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Architect_ShowAll.htm retry #: 0
     348: 2008-08-21 11:06:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/AssessProgress.htm retry #: 0
     349: 2008-08-21 11:06:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/BackUpTargetDatabase.htm retry #: 0
     350: 2008-08-21 11:06:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/BrainstormQltSrvcRqmts.htm retry #: 0
     351: 2008-08-21 11:06:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/BrainstormScenarios.htm retry #: 0
     352: 2008-08-21 11:06:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/BreakdownscnrMcrsPrj.htm retry #: 0
     353: 2008-08-21 11:06:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Bug.htm retry #: 0
     354: 2008-08-21 11:06:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/BugRates.htm retry #: 0
     355: 2008-08-21 11:06:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/BugsbyPriority.htm retry #: 0
     356: 2008-08-21 11:06:09Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Bug_Activities.htm retry #: 0
     357: 2008-08-21 11:06:09Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Bug_Fields.htm retry #: 0
     358: 2008-08-21 11:06:09Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Bug_StatesandTransitions.htm retry #: 0
     359: 2008-08-21 11:06:09Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Bug_Workstreams.htm retry #: 0
     360: 2008-08-21 11:06:09Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/BuildaProduct.htm retry #: 0
     361: 2008-08-21 11:06:09Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/BusinessAnalyst.htm retry #: 0
     362: 2008-08-21 11:06:09Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/BusinessAnalyst_ShowAll.htm retry #: 0
     363: 2008-08-21 11:06:09Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/BusinessAnlyst_CptrPrjVsn.htm retry #: 0
     364: 2008-08-21 11:06:10Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/BusinessAnlyst_CrtQltSrvcRqmt.htm retry #: 0
     365: 2008-08-21 11:06:10Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/BusinessAnlyst_CrtScnr.htm retry #: 0
     366: 2008-08-21 11:06:10Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/BusinessAnlyst_PlnnItrt.htm retry #: 0
     367: 2008-08-21 11:06:10Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CaptureProjectVision.htm retry #: 0
     368: 2008-08-21 11:06:10Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Changeset.htm retry #: 0
     369: 2008-08-21 11:06:11Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ClassDiagram.htm retry #: 0
     370: 2008-08-21 11:06:12Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CloseaBug.htm retry #: 0
     371: 2008-08-21 11:06:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ClosetheBug.htm retry #: 0
     372: 2008-08-21 11:06:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Code.htm retry #: 0
     373: 2008-08-21 11:06:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CodetheFixforaBug.htm retry #: 0
     374: 2008-08-21 11:06:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Concepts.htm retry #: 0
     375: 2008-08-21 11:06:17Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ConductExplrtTstn.htm retry #: 0
     376: 2008-08-21 11:06:18Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ConductRetrospective.htm retry #: 0
     377: 2008-08-21 11:06:19Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ConfigureBldNDplySttn.htm retry #: 0
     378: 2008-08-21 11:06:20Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CostaDBDevTsk.htm retry #: 0
     379: 2008-08-21 11:06:21Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CostaDevelopmentTask.htm retry #: 0
     380: 2008-08-21 11:06:21Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CreateaDatabaseProject.htm retry #: 0
     381: 2008-08-21 11:06:21Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CreateaQualtyfSrvcRqmt.htm retry #: 0
     382: 2008-08-21 11:06:22Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CreateArchtctPrtt.htm retry #: 0
     383: 2008-08-21 11:06:22Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CreateaScenario.htm retry #: 0
     384: 2008-08-21 11:06:23Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CreateBuildScript.htm retry #: 0
     385: 2008-08-21 11:06:23Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CreateDatabaseProject.htm retry #: 0
     386: 2008-08-21 11:06:23Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CreateInfrstrcArcht.htm retry #: 0
     387: 2008-08-21 11:06:23Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CreateorUpdateaUnitTest.htm retry #: 0
     388: 2008-08-21 11:06:23Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CreateReleaseNotes.htm retry #: 0
     389: 2008-08-21 11:06:23Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CreateSolutnArcht.htm retry #: 0
     390: 2008-08-21 11:06:24Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Cycles.htm retry #: 0
     391: 2008-08-21 11:06:24Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Cycles_AcceptedBuild.htm retry #: 0
     392: 2008-08-21 11:06:24Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Cycles_AsNeeded.htm retry #: 0
     393: 2008-08-21 11:06:24Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Cycles_CheckIn.htm retry #: 0
     394: 2008-08-21 11:06:24Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Cycles_DailyBuild.htm retry #: 0
     395: 2008-08-21 11:06:24Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Cycles_Iteration.htm retry #: 0
     396: 2008-08-21 11:06:25Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Cycles_Project.htm retry #: 0
     397: 2008-08-21 11:06:25Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DatabaseAdministrator.htm retry #: 0
     398: 2008-08-21 11:06:25Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DatabaseDeveloper.htm retry #: 0
     399: 2008-08-21 11:06:25Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DBAdministrtr_CrtDBPrj.htm retry #: 0
     400: 2008-08-21 11:06:25Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DBAdministrtr_DplyDBPrj.htm retry #: 0
     401: 2008-08-21 11:06:25Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DBAdministrtr_ShwAll.htm retry #: 0
     402: 2008-08-21 11:06:25Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DBDeveloper_ImplmDBDvTsk.htm retry #: 0
     403: 2008-08-21 11:06:25Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DBDeveloper_PlnnItrt.htm retry #: 0
     404: 2008-08-21 11:06:26Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DBDeveloper_ShwAll.htm retry #: 0
     405: 2008-08-21 11:06:26Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DecideonaBugFixStrategy.htm retry #: 0
     406: 2008-08-21 11:06:26Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DefinePersonas.htm retry #: 0
     407: 2008-08-21 11:06:26Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DefineTestApproach.htm retry #: 0
     408: 2008-08-21 11:06:26Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DeployaDatabaseProject.htm retry #: 0
     409: 2008-08-21 11:06:26Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DeployDatabase.htm retry #: 0
     410: 2008-08-21 11:06:26Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DeployDBtoStgnSrvr.htm retry #: 0
     411: 2008-08-21 11:06:27Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DeploytheProduct.htm retry #: 0
     412: 2008-08-21 11:06:27Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DetermineInterfaces.htm retry #: 0
     413: 2008-08-21 11:06:27Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DetermineIterationLength.htm retry #: 0
     414: 2008-08-21 11:06:27Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Developer.htm retry #: 0
     415: 2008-08-21 11:06:27Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Developer_BuildaProduct.htm retry #: 0
     416: 2008-08-21 11:06:27Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Developer_FixaBug.htm retry #: 0
     417: 2008-08-21 11:06:27Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Developer_ImplmDvTsk.htm retry #: 0
     418: 2008-08-21 11:06:28Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Developer_PlnnItrt.htm retry #: 0
     419: 2008-08-21 11:06:28Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Developer_ShowAll.htm retry #: 0
     420: 2008-08-21 11:06:28Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DevelopLifestyleSnapshot.htm retry #: 0
     421: 2008-08-21 11:06:28Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DevelopPerformanceModel.htm retry #: 0
     422: 2008-08-21 11:06:28Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DevelopThreatModel.htm retry #: 0
     423: 2008-08-21 11:06:28Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Disciplines.htm retry #: 0
     424: 2008-08-21 11:06:28Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Disciplines_PrjMgmt.htm retry #: 0
     425: 2008-08-21 11:06:29Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Disciplines_RskMgmt.htm retry #: 0
     426: 2008-08-21 11:06:29Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DivideQualtyfSrvcRqmtsTsks.htm retry #: 0
     427: 2008-08-21 11:06:29Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/DivideScenariosintoTasks.htm retry #: 0
     428: 2008-08-21 11:06:29Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/EstimateQultySrvcRqmt.htm retry #: 0
     429: 2008-08-21 11:06:29Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/EstimateScenario.htm retry #: 0
     430: 2008-08-21 11:06:29Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/EvaluateTestMtrcThrsh.htm retry #: 0
     431: 2008-08-21 11:06:29Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ExecuteaReleasePlan.htm retry #: 0
     432: 2008-08-21 11:06:29Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/FixaBug.htm retry #: 0
     433: 2008-08-21 11:06:30Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/FixaBuild.htm retry #: 0
     434: 2008-08-21 11:06:30Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/GettingStarted.htm retry #: 0
     435: 2008-08-21 11:06:30Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Glossary.htm retry #: 0
     436: 2008-08-21 11:06:30Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Governance.htm retry #: 0
     437: 2008-08-21 11:06:30Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/GuideIteration.htm retry #: 0
     438: 2008-08-21 11:06:30Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/GuideProject.htm retry #: 0
     439: 2008-08-21 11:06:30Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/HowtoCreateaBug.htm retry #: 0
     440: 2008-08-21 11:06:31Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/HowtoCreateaBugList.htm retry #: 0
     441: 2008-08-21 11:06:31Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/HowtoCreateaScenarioList.htm retry #: 0
     442: 2008-08-21 11:06:31Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/HowtoCreatnItrtPln.htm retry #: 0
     443: 2008-08-21 11:06:31Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/HowtoCreatQltSrvcRqmtsLst.htm retry #: 0
     444: 2008-08-21 11:06:31Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/HowToCreatShdwApplc.htm retry #: 0
     445: 2008-08-21 11:06:31Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/HowtoGetstartedwithMSF.htm retry #: 0
     446: 2008-08-21 11:06:31Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/HowtoIndex.htm retry #: 0
     447: 2008-08-21 11:06:31Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/HowtoReassignaBug.htm retry #: 0
     448: 2008-08-21 11:06:32Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/HowtoResolveaBug.htm retry #: 0
     449: 2008-08-21 11:06:32Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/IdentifyRisk.htm retry #: 0
     450: 2008-08-21 11:06:33Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/IdentifySecrtyObjct.htm retry #: 0
     451: 2008-08-21 11:06:33Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ImplementaDBDvTsk.htm retry #: 0
     452: 2008-08-21 11:06:33Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ImplementaDvTsk.htm retry #: 0
     453: 2008-08-21 11:06:34Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ImportExistingDatabase.htm retry #: 0
     454: 2008-08-21 11:06:34Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Innovations.htm retry #: 0
     455: 2008-08-21 11:06:34Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/IntegrateCodeChanges.htm retry #: 0
     456: 2008-08-21 11:06:34Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/IntegrateDBCdChng.htm retry #: 0
     457: 2008-08-21 11:06:34Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/IterationPlan.htm retry #: 0
     458: 2008-08-21 11:06:35Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Iterations.htm retry #: 0
     459: 2008-08-21 11:06:35Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/LoadTest.htm retry #: 0
     460: 2008-08-21 11:06:35Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/LocatetheCauseofaBug.htm retry #: 0
     461: 2008-08-21 11:06:35Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/LogicalDatacenterDiagram.htm retry #: 0
     462: 2008-08-21 11:06:35Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ManualTest.htm retry #: 0
     463: 2008-08-21 11:06:35Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Mindsets.htm retry #: 0
     464: 2008-08-21 11:06:35Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/MitigateaRisk.htm retry #: 0
     465: 2008-08-21 11:06:35Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ModifyGeneratedScripts.htm retry #: 0
     466: 2008-08-21 11:06:35Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/MonitorIteration.htm retry #: 0
     467: 2008-08-21 11:06:35Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/OpenaBug.htm retry #: 0
     468: 2008-08-21 11:06:36Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/PartitiontheSystem.htm retry #: 0
     469: 2008-08-21 11:06:36Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/PerformaDatabaseUnitTest.htm retry #: 0
     470: 2008-08-21 11:06:36Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/PerformaUnitTest.htm retry #: 0
     471: 2008-08-21 11:06:36Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/PerformCodeAnalysis.htm retry #: 0
     472: 2008-08-21 11:06:36Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/PerformDatabaseUnitTests.htm retry #: 0
     473: 2008-08-21 11:06:36Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Persona.htm retry #: 0
     474: 2008-08-21 11:06:37Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/PlananIteration.htm retry #: 0
     475: 2008-08-21 11:06:37Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Principles.htm retry #: 0
     476: 2008-08-21 11:06:37Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/PrioritizeQltSrvcRqmtsLst.htm retry #: 0
     477: 2008-08-21 11:06:37Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/PrioritizeScenarioList.htm retry #: 0
     478: 2008-08-21 11:06:37Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ProcessGuidance.htm retry #: 0
     479: 2008-08-21 11:06:37Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ProjectChecklist.htm retry #: 0
     480: 2008-08-21 11:06:37Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ProjectManager.htm retry #: 0
     481: 2008-08-21 11:06:37Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ProjectManager_ShowAll.htm retry #: 0
     482: 2008-08-21 11:06:38Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ProjManager_GdItrt.htm retry #: 0
     483: 2008-08-21 11:06:38Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ProjManager_GdPrj.htm retry #: 0
     484: 2008-08-21 11:06:38Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ProjManager_PlnnItrt.htm retry #: 0
     485: 2008-08-21 11:06:38Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Prototype.htm retry #: 0
     486: 2008-08-21 11:06:38Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/QualitiesofService.htm retry #: 0
     487: 2008-08-21 11:06:38Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/QualitiesofSrvcPrf.htm retry #: 0
     488: 2008-08-21 11:06:38Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/QualitiesofSrvcScr.htm retry #: 0
     489: 2008-08-21 11:06:38Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/QualitiesofSrvcUX.htm retry #: 0
     490: 2008-08-21 11:06:39Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/QualityIndicators.htm retry #: 0
     491: 2008-08-21 11:06:39Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/QualityofSrvcRqmt.htm retry #: 0
     492: 2008-08-21 11:06:39Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/QualityofSrvcRqmtLst.htm retry #: 0
     493: 2008-08-21 11:06:39Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/QualityofSrvcRqmt_Activities.htm retry #: 0
     494: 2008-08-21 11:06:40Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/QualityofSrvcRqmt_Fields.htm retry #: 0
     495: 2008-08-21 11:06:40Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/QualityofSrvcRqmt_StatesandTransitions.htm retry #: 0
     496: 2008-08-21 11:06:40Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/QualityofSrvcRqmt_Workstreams.htm retry #: 0
     497: 2008-08-21 11:06:40Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/QueriesIndex.htm retry #: 0
     498: 2008-08-21 11:06:40Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Reactivations.htm retry #: 0
     499: 2008-08-21 11:06:40Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ReassignaBug.htm retry #: 0
     500: 2008-08-21 11:06:40Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/RefactorCode.htm retry #: 0
     501: 2008-08-21 11:06:41Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/RefactorDatabaseCode.htm retry #: 0
     502: 2008-08-21 11:06:41Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/RefinePersonas.htm retry #: 0
     503: 2008-08-21 11:06:41Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ReleaseaProduct.htm retry #: 0
     504: 2008-08-21 11:06:41Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ReleaseManager.htm retry #: 0
     505: 2008-08-21 11:06:41Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ReleaseManager_ShowAll.htm retry #: 0
     506: 2008-08-21 11:06:41Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ReleaseMangr_RlsPrd.htm retry #: 0
     507: 2008-08-21 11:06:41Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ReleasePlan.htm retry #: 0
     508: 2008-08-21 11:06:41Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/RemainingWork.htm retry #: 0
     509: 2008-08-21 11:06:41Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ReportsIndex.htm retry #: 0
     510: 2008-08-21 11:06:42Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ReproducetheBug.htm retry #: 0
     511: 2008-08-21 11:06:42Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ReviewCode.htm retry #: 0
     512: 2008-08-21 11:06:42Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ReviewDatabaseCode.htm retry #: 0
     513: 2008-08-21 11:06:42Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ReviewObjectives.htm retry #: 0
     514: 2008-08-21 11:06:42Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Risk.htm retry #: 0
     515: 2008-08-21 11:06:42Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Risk_Activities.htm retry #: 0
     516: 2008-08-21 11:06:42Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Risk_Fields.htm retry #: 0
     517: 2008-08-21 11:06:42Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Risk_StatesandTransitions.htm retry #: 0
     518: 2008-08-21 11:06:43Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Risk_Workstreams.htm retry #: 0
     519: 2008-08-21 11:06:43Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Scenario.htm retry #: 0
     520: 2008-08-21 11:06:43Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ScenarioDescription.htm retry #: 0
     521: 2008-08-21 11:06:43Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ScenarioList.htm retry #: 0
     522: 2008-08-21 11:06:43Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Scenario_Activities.htm retry #: 0
     523: 2008-08-21 11:06:43Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Scenario_Fields.htm retry #: 0
     524: 2008-08-21 11:06:43Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Scenario_StatesandTransitions.htm retry #: 0
     525: 2008-08-21 11:06:44Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Scenario_Workstreams.htm retry #: 0
     526: 2008-08-21 11:06:44Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ScheduleBugFxngAlltm.htm retry #: 0
     527: 2008-08-21 11:06:44Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ScheduleQultySrvcRqmt.htm retry #: 0
     528: 2008-08-21 11:06:44Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ScheduleScenario.htm retry #: 0
     529: 2008-08-21 11:06:44Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/SelectandRunaTestCase.htm retry #: 0
     530: 2008-08-21 11:06:44Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/StartaBuild.htm retry #: 0
     531: 2008-08-21 11:06:44Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Storyboard.htm retry #: 0
     532: 2008-08-21 11:06:44Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/StoryboardaScenario.htm retry #: 0
     533: 2008-08-21 11:06:45Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/SynchronizDBPrj.htm retry #: 0
     534: 2008-08-21 11:06:45Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/SystemDiagram.htm retry #: 0
     535: 2008-08-21 11:06:45Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Task.htm retry #: 0
     536: 2008-08-21 11:06:45Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Task_Activities.htm retry #: 0
     537: 2008-08-21 11:06:45Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Task_Fields.htm retry #: 0
     538: 2008-08-21 11:06:45Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Task_StatesandTransitions.htm retry #: 0
     539: 2008-08-21 11:06:45Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Task_Workstreams.htm retry #: 0
     540: 2008-08-21 11:06:46Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/TeamBuild.htm retry #: 0
     541: 2008-08-21 11:06:46Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/TeamModel.htm retry #: 0
     542: 2008-08-21 11:06:46Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/TestApproach.htm retry #: 0
     543: 2008-08-21 11:06:46Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/TestaQualityfSrvcRqmt.htm retry #: 0
     544: 2008-08-21 11:06:46Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/TestaScenario.htm retry #: 0
     545: 2008-08-21 11:06:46Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tester.htm retry #: 0
     546: 2008-08-21 11:06:47Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tester_CloseaBug.htm retry #: 0
     547: 2008-08-21 11:06:47Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tester_PlananIteration.htm retry #: 0
     548: 2008-08-21 11:06:47Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tester_ShowAll.htm retry #: 0
     549: 2008-08-21 11:06:47Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tester_TestaScenario.htm retry #: 0
     550: 2008-08-21 11:06:47Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tester_TestQltSrvcRqmt.htm retry #: 0
     551: 2008-08-21 11:06:48Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/TestResult.htm retry #: 0
     552: 2008-08-21 11:06:48Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ThreatModel.htm retry #: 0
     553: 2008-08-21 11:06:48Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Toconfigureastartpage.htm retry #: 0
     554: 2008-08-21 11:06:48Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Toconnecttwshd.htm retry #: 0
     555: 2008-08-21 11:06:48Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/TocreateabgsnVslStd.htm retry #: 0
     556: 2008-08-21 11:06:48Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tocreateabuglist.htm retry #: 0
     557: 2008-08-21 11:06:48Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tocreatealeadingshadow.htm retry #: 0
     558: 2008-08-21 11:06:48Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/TocreateanntMcrsPrj.htm retry #: 0
     559: 2008-08-21 11:06:48Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tocreatequlty.htm retry #: 0
     560: 2008-08-21 11:06:48Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tocreatescnr.htm retry #: 0
     561: 2008-08-21 11:06:48Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/TocreatethfrstMcrsPrj.htm retry #: 0
     562: 2008-08-21 11:06:48Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tomoveanendpnt.htm retry #: 0
     563: 2008-08-21 11:06:49Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ToreassignbgsMcrsExcl.htm retry #: 0
     564: 2008-08-21 11:06:49Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ToreassignbgsMcrsPrj.htm retry #: 0
     565: 2008-08-21 11:06:49Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ToreassignbgsVslStd.htm retry #: 0
     566: 2008-08-21 11:06:49Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ToresolveabgsTmExplr.htm retry #: 0
     567: 2008-08-21 11:06:49Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tracks.htm retry #: 0
     568: 2008-08-21 11:06:49Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tracks_Build.htm retry #: 0
     569: 2008-08-21 11:06:49Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tracks_Continuous.htm retry #: 0
     570: 2008-08-21 11:06:50Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tracks_Deploy.htm retry #: 0
     571: 2008-08-21 11:06:50Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tracks_Envision.htm retry #: 0
     572: 2008-08-21 11:06:50Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tracks_Plan.htm retry #: 0
     573: 2008-08-21 11:06:50Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Tracks_Stabilize.htm retry #: 0
     574: 2008-08-21 11:06:50Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/TriageBugs.htm retry #: 0
     575: 2008-08-21 11:06:50Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/UnitTest.htm retry #: 0
     576: 2008-08-21 11:06:51Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/UnplannedWork.htm retry #: 0
     577: 2008-08-21 11:06:51Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/UpdateLocalPrjEnvr.htm retry #: 0
     578: 2008-08-21 11:06:51Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/ValidateaRelease.htm retry #: 0
     579: 2008-08-21 11:06:51Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Velocity.htm retry #: 0
     580: 2008-08-21 11:06:51Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/VerifyaBuild.htm retry #: 0
     581: 2008-08-21 11:06:51Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/VerifyaFix.htm retry #: 0
     582: 2008-08-21 11:06:51Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/VerifyBuild.htm retry #: 0
     583: 2008-08-21 11:06:51Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/VerifyDatabaseProject.htm retry #: 0
     584: 2008-08-21 11:06:51Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/VisionStatement.htm retry #: 0
     585: 2008-08-21 11:06:51Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/WebTest.htm retry #: 0
     586: 2008-08-21 11:06:52Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/WorkItemsIndex.htm retry #: 0
     587: 2008-08-21 11:06:52Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/WorkProductsIndex.htm retry #: 0
     588: 2008-08-21 11:06:52Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/WorkStreamsIndex.htm retry #: 0
     589: 2008-08-21 11:06:53Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/WriteCodefrDBDvTsk.htm retry #: 0
     590: 2008-08-21 11:06:54Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/WriteCodefrDvTsk.htm retry #: 0
     591: 2008-08-21 11:06:55Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/WriteLoadTests.htm retry #: 0
     592: 2008-08-21 11:06:57Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/WritePerformanceTests.htm retry #: 0
     593: 2008-08-21 11:06:58Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/WriteQualityfSrvcRqmt.htm retry #: 0
     594: 2008-08-21 11:07:01Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/WriteScenarioDescription.htm retry #: 0
     595: 2008-08-21 11:07:02Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/WriteSecurityTests.htm retry #: 0
     596: 2008-08-21 11:07:03Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/WriteStressTests.htm retry #: 0
     597: 2008-08-21 11:07:05Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/WriteValidationTests.htm retry #: 0
     598: 2008-08-21 11:07:05Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/WriteVisionStatement.htm retry #: 0
     599: 2008-08-21 11:07:05Z | Module: WSS | Thread: 14 | Uploading file: ProcessGuidance.html retry #: 0
     600: 2008-08-21 11:07:05Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Code/footer.js retry #: 0
     601: 2008-08-21 11:07:06Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Code/glossary.js retry #: 0
     602: 2008-08-21 11:07:06Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Code/header.js retry #: 0
     603: 2008-08-21 11:07:06Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Code/iceberg.js retry #: 0
     604: 2008-08-21 11:07:06Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/Code/msf.js retry #: 0
     605: 2008-08-21 11:07:06Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/CSS/msf.css retry #: 0
     606: 2008-08-21 11:07:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/EULA/_EULA.txt retry #: 0
     607: 2008-08-21 11:07:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/about-roles.gif retry #: 0
     608: 2008-08-21 11:07:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/About-views-2.gif retry #: 0
     609: 2008-08-21 11:07:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/about-views.gif retry #: 0
     610: 2008-08-21 11:07:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/About_WI.gif retry #: 0
     611: 2008-08-21 11:07:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/applicationdiagram.gif retry #: 0
     612: 2008-08-21 11:07:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/body-header-bg.gif retry #: 0
     613: 2008-08-21 11:07:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/body-table-bg.gif retry #: 0
     614: 2008-08-21 11:07:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/bugrates.gif retry #: 0
     615: 2008-08-21 11:07:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/bugrates2.gif retry #: 0
     616: 2008-08-21 11:07:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/bullet1.gif retry #: 0
     617: 2008-08-21 11:07:07Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/bullet2.gif retry #: 0
     618: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_bottom.gif retry #: 0
     619: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_bottomleft.gif retry #: 0
     620: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_bottomright.gif retry #: 0
     621: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_left.gif retry #: 0
     622: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_nav_bottom.gif retry #: 0
     623: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_nav_bottomleft.gif retry #: 0
     624: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_nav_left.gif retry #: 0
     625: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_nav_top.gif retry #: 0
     626: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_nav_topleft.gif retry #: 0
     627: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_right.gif retry #: 0
     628: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_see_bottomleft.gif retry #: 0
     629: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_see_bottomright.gif retry #: 0
     630: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_see_left.gif retry #: 0
     631: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_see_right.gif retry #: 0
     632: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_see_topleft.gif retry #: 0
     633: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_see_topright.gif retry #: 0
     634: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_top.gif retry #: 0
     635: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_topleft.gif retry #: 0
     636: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/b_topright.gif retry #: 0
     637: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/centerdivide2-connect.gif retry #: 0
     638: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/centerdivide2.gif retry #: 0
     639: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/check.gif retry #: 0
     640: 2008-08-21 11:07:08Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/check2.gif retry #: 0
     641: 2008-08-21 11:07:09Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/classdiagram.gif retry #: 0
     642: 2008-08-21 11:07:09Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/clear.gif retry #: 0
     643: 2008-08-21 11:07:10Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/crumb.gif retry #: 0
     644: 2008-08-21 11:07:10Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/dots.gif retry #: 0
     645: 2008-08-21 11:07:10Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/expando_closed.gif retry #: 0
     646: 2008-08-21 11:07:10Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/expando_open.gif retry #: 0
     647: 2008-08-21 11:07:10Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/header-bg.jpg retry #: 0
     648: 2008-08-21 11:07:10Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/header_agile.gif retry #: 0
     649: 2008-08-21 11:07:10Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/header_msf.gif retry #: 0
     650: 2008-08-21 11:07:11Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/header_msf_2.gif retry #: 0
     651: 2008-08-21 11:07:11Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/header_vsts_logo.gif retry #: 0
     652: 2008-08-21 11:07:11Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/healthy_bugsbypri.gif retry #: 0
     653: 2008-08-21 11:07:11Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/healthy_qualityindicators.gif retry #: 0
     654: 2008-08-21 11:07:11Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/healthy_remainingwork.gif retry #: 0
     655: 2008-08-21 11:07:11Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/index-reports.gif retry #: 0
     656: 2008-08-21 11:07:12Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/index-workitems.gif retry #: 0
     657: 2008-08-21 11:07:12Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/index-workstreams.gif retry #: 0
     658: 2008-08-21 11:07:12Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/iterationplan.gif retry #: 0
     659: 2008-08-21 11:07:12Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/iterations-3.gif retry #: 0
     660: 2008-08-21 11:07:12Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/iterations.gif retry #: 0
     661: 2008-08-21 11:07:12Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/i_app_excel.gif retry #: 0
     662: 2008-08-21 11:07:12Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/i_app_none.gif retry #: 0
     663: 2008-08-21 11:07:12Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/i_app_ppt.gif retry #: 0
     664: 2008-08-21 11:07:12Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/i_app_project.gif retry #: 0
     665: 2008-08-21 11:07:12Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/i_app_vs.gif retry #: 0
     666: 2008-08-21 11:07:12Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/i_app_word.gif retry #: 0
     667: 2008-08-21 11:07:12Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/i_gears-1.gif retry #: 0
     668: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/i_role.gif retry #: 0
     669: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/i_role_2.gif retry #: 0
     670: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/i_workitem.gif retry #: 0
     671: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/i_workitem_2.gif retry #: 0
     672: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/i_workstreams.gif retry #: 0
     673: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/i_workstreams_2.gif retry #: 0
     674: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/logicaldatacenter.gif retry #: 0
     675: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/manual.gif retry #: 0
     676: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/mindsets.gif retry #: 0
     677: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/more_close.gif retry #: 0
     678: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/more_open.gif retry #: 0
     679: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/msf-banner-5.gif retry #: 0
     680: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/nav-bg.gif retry #: 0
     681: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/overview_database-1.gif retry #: 0
     682: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/overview_reports.gif retry #: 0
     683: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/overview_roles-1.gif retry #: 0
     684: 2008-08-21 11:07:13Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/overview_ws-1.gif retry #: 0
     685: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/Persona.gif retry #: 0
     686: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/projectchecklist.gif retry #: 0
     687: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/qualityvelocity.gif retry #: 0
     688: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/qualityvelocity1.gif retry #: 0
     689: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/reactivation.gif retry #: 0
     690: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/remainingworkbugs.gif retry #: 0
     691: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/right-arrow.gif retry #: 0
     692: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/rule1.gif retry #: 0
     693: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/rule2.gif retry #: 0
     694: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/rule_horiz_dots.gif retry #: 0
     695: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/scenario.gif retry #: 0
     696: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/separator1.gif retry #: 0
     697: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/systemdiagram.gif retry #: 0
     698: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/tab-row-bg.gif retry #: 0
     699: 2008-08-21 11:07:14Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/team-advocacy.gif retry #: 0
     700: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/team_logo.gif retry #: 0
     701: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/testapproach.gif retry #: 0
     702: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/threatmodel.gif retry #: 0
     703: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/tracks.gif retry #: 0
     704: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthybugrates.gif retry #: 0
     705: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthybugrates.jpg retry #: 0
     706: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyqualityindicators.gif retry #: 0
     707: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyqualityindicators.jpg retry #: 0
     708: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyqualityindicators2.gif retry #: 0
     709: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyqualityindicators2.jpg retry #: 0
     710: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyqualityindicators3.gif retry #: 0
     711: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyqualityindicators3.jpg retry #: 0
     712: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyqualityindicators4.gif retry #: 0
     713: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyqualityindicators4.jpg retry #: 0
     714: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyqualityindicators5.gif retry #: 0
     715: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyqualityindicators5.jpg retry #: 0
     716: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyreactivated.gif retry #: 0
     717: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyreactivated.jpg retry #: 0
     718: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyremainingwork.gif retry #: 0
     719: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyremainingwork2.gif retry #: 0
     720: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyremainingwork2.jpg retry #: 0
     721: 2008-08-21 11:07:15Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyunplannedwork.jpg retry #: 0
     722: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unhealthyvelocity1.gif retry #: 0
     723: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unittest.gif retry #: 0
     724: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/unplannedwork.gif retry #: 0
     725: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/velocity.gif retry #: 0
     726: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/vision.gif retry #: 0
     727: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/webtest.gif retry #: 0
     728: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/white.gif retry #: 0
     729: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/wi_bug_flow.gif retry #: 0
     730: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/wi_qos_flow.gif retry #: 0
     731: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/wi_risk_flow.gif retry #: 0
     732: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/wi_scenario_flow.gif retry #: 0
     733: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/wi_task_flow.gif retry #: 0
     734: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/x_section_close.gif retry #: 0
     735: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Uploading file: Supporting Files/images/x_section_open.gif retry #: 0
     736: 2008-08-21 11:07:16Z | Module: WSS | Thread: 14 | Setting the Work Item Tracking Query for file : QoS Requirements.xls
     737: 2008-08-21 11:07:17Z | Module: WSS | Thread: 14 | Uploading file: QoS Requirements.xls retry #: 0
     738: 2008-08-21 11:07:18Z | Module: WSS | Thread: 14 | Setting the Work Item Tracking Query for file : Scenarios.xls
     739: 2008-08-21 11:07:18Z | Module: WSS | Thread: 14 | Uploading file: Scenarios.xls retry #: 0
     740: 2008-08-21 11:07:18Z | Module: WSS | Thread: 14 | Setting the Work Item Tracking Query for file : Project Checklist.xls
     741: 2008-08-21 11:07:18Z | Module: WSS | Thread: 14 | Uploading file: Project Checklist.xls retry #: 0
     742: 2008-08-21 11:07:18Z | Module: WSS | Thread: 14 | Setting the Work Item Tracking Query for file : Triage List.xls
     743: 2008-08-21 11:07:18Z | Module: WSS | Thread: 14 | Uploading file: Triage List.xls retry #: 0
     744: 2008-08-21 11:07:18Z | Module: WSS | Thread: 14 | Setting the Work Item Tracking Query for file : Issues.xls
     745: 2008-08-21 11:07:18Z | Module: WSS | Thread: 14 | Uploading file: Issues.xls retry #: 0
     746: 2008-08-21 11:07:18Z | Module: WSS | Thread: 14 | Uploading file: Vision.doc retry #: 0
     747: 2008-08-21 11:07:18Z | Module: WSS | Thread: 14 | Uploading file: Persona.doc retry #: 0
     748: 2008-08-21 11:07:18Z | Module: WSS | Thread: 14 | Uploading file: Scenario Description.doc retry #: 0
     749: 2008-08-21 11:07:18Z | Module: WSS | Thread: 14 | Uploading file: Template Sample - Web Application Threat Model.doc retry #: 0
     750: 2008-08-21 11:07:19Z | Module: WSS | Thread: 14 | Uploading file: Test Development Plan.mpp retry #: 0
     751: 2008-08-21 11:07:19Z | Module: WSS | Thread: 14 | Uploading file: Development Project Plan.mpp retry #: 0
     752: 2008-08-21 11:07:19Z | Module: WSS | Thread: 14 | Uploading file: Test Approach.doc retry #: 0
     753: 2008-08-21 11:07:19Z | Module: Engine | Task "SharePointPortal" from Group "Portal" completed with success | Completion time: 103.1282912 seconds
     754: 2008-08-21 11:07:19Z | Module: Engine | Thread: 14 | Running Task "" from Group ""
     755: 2008-08-21 11:07:19Z | Module: Engine | Thread: 14 | Running Task "Site" from Group "Reporting"
     756: 2008-08-21 11:07:19Z | Module: Rosetta | Thread: 14 | Creating site: CommandLineDemoProject
     757: 2008-08-21 11:07:19Z | Module: Engine | Task "Site" from Group "Reporting" completed with success | Completion time: 0.2303312 seconds
     758: 2008-08-21 11:07:19Z | Module: Engine | Thread: 14 | Running Task "Populate Reports" from Group "Reporting"
     759: 2008-08-21 11:07:19Z | Module: Rosetta | Thread: 14 | Creating report : Work Item with Tasks
     760: 2008-08-21 11:07:23Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Work Item with Tasks
     761: 2008-08-21 11:07:24Z | Module: Rosetta | Thread: 14 | Creating report : Work Item with TestResults
     762: 2008-08-21 11:07:24Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Work Item with TestResults
     763: 2008-08-21 11:07:24Z | Module: Rosetta | Thread: 14 | Creating report : Work Items
     764: 2008-08-21 11:07:27Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Work Items
     765: 2008-08-21 11:07:27Z | Module: Rosetta | Thread: 14 | Creating report : Builds
     766: 2008-08-21 11:07:28Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Builds
     767: 2008-08-21 11:07:28Z | Module: Rosetta | Thread: 14 | Creating report : Reactivations
     768: 2008-08-21 11:07:29Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Reactivations
     769: 2008-08-21 11:07:29Z | Module: Rosetta | Thread: 14 | Creating report : Remaining Work
     770: 2008-08-21 11:07:30Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Remaining Work
     771: 2008-08-21 11:07:30Z | Module: Rosetta | Thread: 14 | Creating report : Bug Rates
     772: 2008-08-21 11:07:30Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Bug Rates
     773: 2008-08-21 11:07:30Z | Module: Rosetta | Thread: 14 | Creating report : Bugs by Priority
     774: 2008-08-21 11:07:31Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Bugs by Priority
     775: 2008-08-21 11:07:31Z | Module: Rosetta | Thread: 14 | Creating report : Project Velocity
     776: 2008-08-21 11:07:32Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Project Velocity
     777: 2008-08-21 11:07:32Z | Module: Rosetta | Thread: 14 | Creating report : Quality Indicators
     778: 2008-08-21 11:07:33Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Quality Indicators
     779: 2008-08-21 11:07:33Z | Module: Rosetta | Thread: 14 | Creating report : Unplanned Work
     780: 2008-08-21 11:07:34Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Unplanned Work
     781: 2008-08-21 11:07:34Z | Module: Rosetta | Thread: 14 | Creating report : Related Work Items
     782: 2008-08-21 11:07:35Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Related Work Items
     783: 2008-08-21 11:07:35Z | Module: Rosetta | Thread: 14 | Creating report : Scenario Details
     784: 2008-08-21 11:07:36Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Scenario Details
     785: 2008-08-21 11:07:36Z | Module: Rosetta | Thread: 14 | Creating report : Actual Quality vs Planned Velocity
     786: 2008-08-21 11:07:36Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Actual Quality vs Planned Velocity
     787: 2008-08-21 11:07:36Z | Module: Rosetta | Thread: 14 | Creating report : Tests Passing With Active Bugs
     788: 2008-08-21 11:07:37Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Tests Passing With Active Bugs
     789: 2008-08-21 11:07:37Z | Module: Rosetta | Thread: 14 | Creating report : Tests Failing Without Active Bugs
     790: 2008-08-21 11:07:38Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Tests Failing Without Active Bugs
     791: 2008-08-21 11:07:38Z | Module: Rosetta | Thread: 14 | Creating report : Regressions
     792: 2008-08-21 11:07:38Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Regressions
     793: 2008-08-21 11:07:38Z | Module: Rosetta | Thread: 14 | Creating report : Bugs Found Without Corresponding Tests
     794: 2008-08-21 11:07:39Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Bugs Found Without Corresponding Tests
     795: 2008-08-21 11:07:39Z | Module: Rosetta | Thread: 14 | Creating report : Load Test Detail
     796: 2008-08-21 11:07:40Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Load Test Detail
     797: 2008-08-21 11:07:40Z | Module: Rosetta | Thread: 14 | Creating report : Load Test Summary
     798: 2008-08-21 11:07:41Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Load Test Summary
     799: 2008-08-21 11:07:41Z | Module: Rosetta | Thread: 14 | Creating report : Issues List
     800: 2008-08-21 11:07:41Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Issues List
     801: 2008-08-21 11:07:41Z | Module: Rosetta | Thread: 14 | Creating report : Exit Criteria
     802: 2008-08-21 11:07:42Z | Module: Rosetta | Thread: 14 | Setting data sources for report: /CommandLineDemoProject/Exit Criteria
     803: 2008-08-21 11:07:42Z | Module: Engine | Task "Populate Reports" from Group "Reporting" completed with success | Completion time: 23.333552 seconds
     804: 2008-08-21 11:07:42Z | Module: Engine | Thread: 14 | Running Task "" from Group ""
     805: 2008-08-21 11:07:42Z | Module: Engine | Project Creation Engine execution finished | Completion time: 173.0888896 seconds
     806: 2008-08-21 11:07:42Z | Module: Engine | Thread: 1 | Attempting to delete MSF folder "C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp"
     807: 2008-08-21 11:07:44Z | Module: Engine | Thread: 1 | The temporary folder C:\Documents and Settings\tfsSetup\Local Settings\Temp\TPW_tmp95.tmp used to store the process template was removed.
     808: 2008-08-21 11:07:44Z | Module: BatchTeamProjectCreator | Thread: 1 | Team Project Batch Creation succeeded.

Lime Green Man Holding Up A Magnifying Glass And Peering Through It While Investigating Or Researching Something Clipart Illustration Peeking into our Team Foundation Server using Team Explorer, we notice the new team project.
image

You could use parameters, instead of the configuration file, whereby the following table summarises the parameters:

/validate

Validate all the settings, no project will be created.

/verbose

Output log information to the console.

/log logspec

Specify the folder to which the  team project creation log is to be written, i.e. /log C:\temp

/server servername

Specifies that a TFS server is used

/teamproject name

Team Project name

/sourcecontrol    arg

Name of the team project, whereby arg can be one of the following options:

New – create new path

None – no source control

Branch – branch from specified location

/processtemplate name  

Process template name

/settingsfile name

Configuration file

Here is an example of creating the same project using parameters instead:

tfpt createteamproject validate /server:TFSRTM08 /teamproject:DemoProjectParams /processtemplate:"MSF for Agile Software development - v4.2" /sourcecontrol:new
image

Two Blue Men Standing With Their Arms Crossed, Wearing Sunglasses and Black Suits Clipart Illustration

Another great nugget!

Published Thursday, August 21, 2008 7:53 PM by willy
Filed under:

Comments

# VSTS Links - 08/25/2008

Monday, August 25, 2008 2:22 PM by Team System News

Kirstin Juhl on Everything old is new again Martin Hinshelwood on Heat ITSM GertD on Getting to the...

# http proxy

Sunday, September 07, 2008 10:53 PM by http proxy

Pingback from  http proxy

# area code 214

Monday, September 15, 2008 12:27 AM by area code 214

Pingback from  area code 214

# area code 305

Thursday, October 02, 2008 9:37 PM by area code 305

Pingback from  area code 305

# 【HOWTO】 SQL Server 2008 をバックエンドにおいた Team Foundation Server 2008 のインストール (シングル サーバー版)

先日、SQL Server 2008 を利用した Team Foundation Server 2008 SP1 のインストールをしました、ロバートです。 こちらはデモなどで利用するマシンに直接入れたものですが

# Recent Links Tagged With "508" - JabberTags

Saturday, October 25, 2008 9:04 AM by Recent Links Tagged With "508" - JabberTags

Pingback from  Recent Links Tagged With "508" - JabberTags

# Recent Faves Tagged With "502" : MyNetFaves

Friday, April 10, 2009 3:20 AM by Recent Faves Tagged With "502" : MyNetFaves

Pingback from  Recent Faves Tagged With "502" : MyNetFaves

Leave a Comment

(required) 
(required) 
(optional)