When adding a Record Center to a SharePoint Server installation you may see the error “Dependency feature ‘DocumentRoutingResources’ … is not Activated
The feature is a hidden feature and can not be enabled in the GUI’s
To enable this feature start the “SharePoint 2010 Management Shell” (Power Shell) located in the start menu in “Microsoft SharePoint 2010” folder.
Copy/type the following command to enable:
Enable-SPFeature -Identity "DocumentRoutingResources" -Url http://yoursiteurl
No comments:
Post a Comment