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.
During the configuration of managed metadata navigation, when clicking on the "Create Term Set" button, a message "Failed to create term set: A default managed metadata service connection hasn’t been specified" is displayed.
http://spasipe.files.wordpress.com/2012/08/427.png?w=595
The "Managed Metadata Service" service application and its are created and started.
http://spasipe.files.wordpress.com/2012/08/635.png?w=595
Solution
1. In the central administration, click on the line corresponding to the connection (not on its name, on its right) and click on "Properties".
http://spasipe.files.wordpress.com/2012/08/728.png?w=600&h=190
2. Click on the "This service application is the default storage location for column specific term sets" checkbox and click on "OK"
http://spasipe.files.wordpress.com/2012/08/819.png?w=600&h=186
3. Or you can use the following PowerShell commands:
$MMAProxy = Get-SPServiceApplicationProxy | Where-Object { $_.typename -like "Managed*" }
$MMAProxy.Properties.IsDefaultSiteCollectionTaxonomy = $true
$MMAProxy.Update()
4. You can now create Term Sets
http://spasipe.files.wordpress.com/2012/08/343.png?w=595
Other Languages
This article is also available in the following languages: