Wednesday 5 March 2014

SharePoint Term Store management option missing in Site Collection settings

SharePoint Term Store management option missing in Site Collection settings

If you are working with SharePoint foundation, then you can not work with Term Store.

Term Store is only available in the Full editions.

If you are working with full edition, then try below.

Reason: web application feature not activated.
Solution:
Enable-SPFeature -id "73EF14B1-13A9-416b-A9B5-ECECA2B0604C" -Url <Site-URL>

Or

stsadm -o activatefeature -id 73EF14B1-13A9-416b-A9B5-ECECA2B0604C -url http://<url> -force