Error
TF30170: The plugin Microsoft.ProjectCreationWizard.Portal failed during task SharePointPortal from group Portal.
Explanation
Plugin error text: “TF30272: Template not found on the server”
User Action
Contact your Team Foundation Server administrator.
Warning
TF30144: The New Team Project Wizard attempted to roll back all of the steps taken to this point but was unsuccessful. Contact your Team Foundation Server administrator for further instructions.
TF30170: The plugin Microsoft.ProjectCreationWizard.Portal failed during task SharePointPortal from group Portal.
Explanation
Plugin error text: “TF30272: Template not found on the server”
User Action
Contact your Team Foundation Server administrator.
Warning
TF30144: The New Team Project Wizard attempted to roll back all of the steps taken to this point but was unsuccessful. Contact your Team Foundation Server administrator for further instructions.
solution
Hello,
It should be that the WSS can not find the site template.
Could you please try the following steps to see if it works?
manually upload the WSS site templates for CMMI and Agile from the apropriate language installation of TFS.
1.The files are named MSFAgile.stp and MSFFormal.stp.
2. Once you find these files (they should be on the installation media for the desired language),
3. Open a command prompt on the AT machine and do the following:
a. cd /d %programfiles%\common files\microsoft shared\web server extensions\60\bin
b. stsadm -o addtemplate -filename <path>\MSFAgile.stp -title VSTS_MSFAgile
c. stsadm -o addtemplate -filename <path>\MSFFormal.stp -title VSTS_MSF_CMMI
d. iisreset
similar thread:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=384978&SiteID=1
http://207.46.236.188/MSDN/ShowPost.aspx?PostID=103784&SiteID=1It should be that the WSS can not find the site template.
Could you please try the following steps to see if it works?
manually upload the WSS site templates for CMMI and Agile from the apropriate language installation of TFS.
1.The files are named MSFAgile.stp and MSFFormal.stp.
2. Once you find these files (they should be on the installation media for the desired language),
3. Open a command prompt on the AT machine and do the following:
a. cd /d %programfiles%\common files\microsoft shared\web server extensions\60\bin
b. stsadm -o addtemplate -filename <path>\MSFAgile.stp -title VSTS_MSFAgile
c. stsadm -o addtemplate -filename <path>\MSFFormal.stp -title VSTS_MSF_CMMI
d. iisreset
similar thread:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=384978&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=384978&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2055278&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=384978&SiteID=1
download template
http://msdn2.microsoft.com/en-us/teamsystem/bb676234.aspx
Error and Event Messages in Team Foundation
http://msdn2.microsoft.com/en-US/library/aa337645(VS.80).aspx
related useful post
http://msdn2.microsoft.com/en-US/library/aa337645(VS.80).aspx
related useful post
From the thread: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2055426&SiteID=1
There is no an escrum WSS 3.0 template.
Here is a way you may try.
MS has created a solution accelerator that provides guidance and tools to enable IT Professionals to successfully upgrade their Windows SharePoint Services 2.0 custom sites and templates. The result: a set of custom sites and templates that will operate in a Windows SharePoint Services 3.0 environment. This toolkit also includes a set of upgraded Windows SharePoint Services 3.0 application templates.
Upgrade Toolkit for Windows SharePoint Services Sites and Templates Guide
Good luck.