Skip to content
  • Home
  • Blog
  • F# Weekly
  • F# Advent
  • Github
  • LinkedIn
  • BlueSky
  • StackOverflow

Sergey Tihon's Blog

Father. Husband. Developer. Microsoft MVP. Likes #fsharp 🦔, #rust 🦀 and OSS.

Month: January 2011

How to migrate “Managed Metadata Service”

22/01/201116/07/2012Categories SharePointLeave a Comment on How to migrate “Managed Metadata Service”

This is task appeared when I needed to migrate SharePoint site collection from one farm to another.

First time we had used SharePoint 2010 back up mechanism, but this approach hard enough. We had a lot of errors during restore: broken connector, errors with content hub, access problems and so on. Every such restoration has brought new errors. We could not document restore process well enough.But then we have found new way of migration.

Migration guide simple and short:

  1. Open SQL Server Management Studio and create back of Managed Metadata Service’s database (every Managed Metadata Service has their own database. Database name is something like this “Managed Metadata Service_0eb8ebdccb234c5ea23e677d816e845f”)
  2. Restore database from this backup into new farm to database of another Managed Metadata Service.

 

Keep in the mind, that you can not create two Managed Metadata Services in the one farm this way, because  the Guid of the service store directly in the database. After such restore you can work with just one service.

Start and Stop Sharepoint 2010 Extension

22/01/201104/11/2012Categories SharePointLeave a Comment on Start and Stop Sharepoint 2010 Extension

Some time ago I found interesting CodePlex project SharePoint 2010 Service Manager. Looks pretty nice and it seems easier than to run scripts every time. Sometimes there are some bugs when application can not start service.SharePoint 2010 Service Manager


Unknown's avatar
Going its own way with F#. Open source enthusiast. Microsoft F# MVP. Husband. Employed by EPAM Systems. Tweets are my own.

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 1,526 other subscribers

Categories

Tags

Actors Alea.cuBase Algorithms AngularJS ASP.NET Async Atlassian Authorization Azure C# Canopy CodePlex Compiler Cpp CUDA Deedle Design Dropbox Editors F# FAKE FAST Fea Featured FsAdvent FSI FsLexYacc Fun Graphviz IKVM.NET JavaScript Json.NET Kung Fu Linear algebra LinkedIn Managed Metadata Microsoft Research NancyFx NDepend Neo4j News:F# Weekly NoSQL NuGet OAuth OpenGL OpenXML OWIN PowerShell REST RProvider Scala Search ServiceStack SharePoint 2010 SharePoint 2013 Silverlight 4 Slides Library Solr Stanford NLP Storm Swagger Swashbuckle Talks Twitter Type Providers TypeScript UGOS PRO Vagrant Visual Studio vscode WCF Web API Web Server WPF XNA
Follow Sergey Tihon's Blog on WordPress.com
  • Github
  • LinkedIn
  • BlueSky
  • StackOverflow
Create a website or blog at WordPress.com
  • Home
  • Blog
  • F# Weekly
  • F# Advent