Using the managed metadata service with SharePoint 2010, is it possible to synchronize term sets across different farms (or to export an existing term set to CSV so it can be imported on another farm)?
|
Does http://termsetimporter.codeplex.com/ help you? You can try http://metadataexportsps.codeplex.com/ also |
|||
|
|
|
Maybe you would find this helpful: http://termsetimporter.codeplex.com/ To be honest you could probably knock up a PowerShell script to extract a termset using the object model fairly quickly - but if this works then why reinvent the wheel. |
|||
|
|
|
Another possible approach (with source code) here: Exporting taxonomies from a Microsoft SharePoint 2010 Term Store |
|||
|
|
|
We recently moved our term set from test to production simply by attaching the managed metadata database on our production site and moving it along with our content database. The reason this approach was chosen was, that the users had already starting filling in content in the test environment. Be aware that any import/export solution like the one on codeplex will detach any existing term usage on the content database. For example if you use the taxonomy to tag up documents, the data will stay after migrating the content database, but if you just import the existing terms rather than move the taxonomy database, the items on the documents will be read-only since the lists/TaxonomyHiddenList wont be able to identify the "new" terms as they have completely different GUIDS than the original terms. Note that this is only an issue if you move both content database and terms from one farm to another, not if you move it to a clean content database that doesnt use the terms yet! Remember to point to existing taxonomy database when creating a new service application http://technet.microsoft.com/en-us/library/cc263299.aspx |
|||
|
|
Have a look at MatchPoint for SharePoint. It provides a TermImporter with various sources like Sql databases, Active Directory, SharePoint lists or any other custom source and it even keeps the managed metadata synchronized. http://getmatchpoint.com/media-center/news/preview-matchpoint-term-store-importer |
|||
|
|
Yes, using 3rd party tools like Taxonomy Manager for SharePoint 2010:
You can try here: http://www.layer2.de/en/products/Pages/Taxonomy-Manager-SharePoint-2010.aspx Thanks, Frank |
|||
|
|
