Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Term Store Management option missing in Site Collection
When you navigate to Site Actions –> Site Settings within Site Collection you might notice that under Site Administration section “Term Store Management” option is not available.
A hidden web application feature is probably not activated.
Solution:
You can activate it through PowerShell or stsadm:
Enable-SPFeature -id “73EF14B1-13A9-416b-A9B5-ECECA2B0604C” -Url <SiteCollection-URL>
Stsadm.exe -o activatefeature -id 73EF14B1-13A9-416b-A9B5-ECECA2B0604C –url https://<SiteCollection-URL> –force
Comments
Anonymous
January 01, 2003
Thanks Sushant - this worked. It would be nice to know what causes this. Anyone?Anonymous
July 15, 2015
Looks like it won;t appear on blank sites.Anonymous
January 28, 2016
Does this work in SP 2013?