Forum Discussion
Rodrigo de los Santos
Oct 10, 2017Copper Contributor
The Taxonomy feature (Feature ID "73EF14B1-13A9-416b-A9B5-ECECA2B0604C") has not been activated.
Dear All, I'm trying to setup a new column in a document library to use manage metadata created in term store. When I try to save the new column, this error appears The Taxonomy feature (Feature ID...
- Oct 10, 2017You need to enable the feature by means of powershell...use PnP to simplify the process: https://github.com/SharePoint/PnP-PowerShell/blob/master/Documentation/EnablePnPFeature.md
Oct 10, 2017
You need to enable the feature by means of powershell...use PnP to simplify the process: https://github.com/SharePoint/PnP-PowerShell/blob/master/Documentation/EnablePnPFeature.md
Rodrigo de los Santos
Oct 10, 2017Copper Contributor
Thanks!! but it didn't work
after install I run the following (I also try with -force switch):
Connect-PnPOnline –Url https://xxxx.sharepoint.com/sites/mysitecollection -Credentials (get-credential) Enable-PnPFeature -Identity 73EF14B1-13A9-416b-A9B5-ECECA2B0604C Enable-PnPFeature -Identity 73EF14B1-13A9-416b-A9B5-ECECA2B0604C -Scope site -force
I have the same error when I try to add a column to a document library with a Managed Metadata Type.