In this post I will tell you how to add a SharePoint 2010 compatible solution to your Scrum for Team System version 3 Team Foundation Server setup.
The current SfTS v3 installer (version 3.0.3784.03) does not support SharePoint 2010 environments. The installer simply skips the SharePoint portion of the process. When attempting to create a new SfTS v3 project [that includes a project portal], SP 2010 users suffer a project creation failure. The project creation log file contains an error message like:
“TF249033: The site template is not available for the locale identifier (LCID).”
”The site template name is: SCRUM.”
Workaround.
To correct this error condition, follow the below steps.
- Download the SharePoint 2010 solution zip.
https://www.scrumforteamsystem.com/upload/Zips/ScrumForTeamSystem.SharePoint.Dashboards.zip
- Extract the zipped “ScrumForTeamSystem.SharePoint.Dashboards.wsp” file to a working folder.
- Deploy the solution to your SharePoint instance by executing the following PowerShell script:
ImportSystemModules
Add-SPSolution -Filename "scrumforteamsystem.sharepoint.dashboards.wsp"
Get-SPSolution
Install-SPSolution scrumforteamsystem.sharepoint.dashboards.wsp
-GACDeployment –AllWebApplications
Regards,
Crispin Parker,
Senior Practice Consultant,
EMC Consulting.