ERRMSG: Failed to find the XML file at location 15 or 14 or ”12TemplateFeaturesBamboo.UI.Licensingfeature.xml”

ERRMSG: Failed to find the XML file at location 15 or 14 or ”12TemplateFeaturesBamboo.UI.Licensingfeature.xml”

Applies To:

  • Windows SharePoint Services v3.0 and Microsoft Office SharePoint Server 2007
  • SharePoint Foundation 2010 and SharePoint Server 2010
  • SharePoint Foundation 2013 and SharePoint Server 2013

Issue:

The following errors are displayed:

SP2007 Failed to find the XML file at location ’12TemplateFeaturesBamboo.UI.Licensingfeature.xml’
SP2010 Failed to find the XML file at location ’14TemplateFeaturesBamboo.UI.Licensingfeature.xml’
SP2013 Failed to find the XML file at location ’15TemplateFeaturesBamboo.UI.Licensingfeature.xml’

These errors can occur when the farm server running the Central Administration service is not running the Microsoft SharePoint Foundation Web Application service.

This has also been seen when the farm server running the Central Administration service is running the Microsoft SharePoint Foundation Web Application service, but the load balancer configuration may have caused the error.

Resolution:

For SP2007 For SP2010 For SP2013
In Central Administration > Operations > Solution Management, deploy bamboo.ui.licensing.wsp to all content Web Applications. In Central Administration > System Settings > Manage farm solutions, deploy bamboo.ui.licensing.wsp to all content Web Applications.

OR using STSADM for SP2007 or SP2010 run this command:

 stsadm -o deploysolution 
 -immediate 
 -allowgacdeployment 
 -allowcaspolicies 
 -name Bamboo.UI.Licensing.wsp 
 -allcontenturls

OR using PowerShell for SP2010 run this command:

Install-SPSolution 
-Identity Bamboo.UI.Licensing.wsp 
-GACDeployment 
-AllWebApplications

OR using PowerShell for SP2013 run this command:

Install-SPSolution 
-Identity Bamboo.UI.Licensing.wsp 
-GACDeployment 
-AllWebApplications 
-CompatibilityLevel 15

For more information about these commands, see: