Microsoft 365
One of the biggest challenges you’ll face as a SharePoint administrator is moving content around. If you followed the head to head migration stand off that happened today you’d have seen users wanted to see their workflows migrate. Initially I was thinking. I really want to see a single list of the out of the box limitations with the API and with the built in migration methods in SharePoint 2007 and 2010. (You’d be amazed how little changed in this area. Guess we didn’t yell loud enough.)
There are a lot of reasons why you’d migrate, but preserving your content is the key. The reason SharePoint migration tools are popular is because of limitations in the Content Migration API (formerly known as PRIME API), Import/Export in STSADM and Import/Export in Powershell. PowerShell Export-SPWeb and Import-SPWeb you can migrate sites, site collections, lists and document libraries between entirely different SharePoint 2010 farms. (If this post is too deep and your just looking for basic commands to do the migration look at SharePoint Monitors overview of the commands and powershell command.
The closest to full fidelity is first stsadm backup/restore then database attach. Even database attach will loose the settings that are in the config database, so be careful when you hear full fidelity migration from anyone.
I’ve found it extremely difficult to find a single clear list of what limitations are in the box and what I should be looking for in a SharePoint Migration tool. Special kudos to conversations on twitter with @glapointe @toddklindt and information from migration expert Alex Kirillov @alexkirillov from Quest Software (PM of Quest’s Migration Manager) and added to this list based on my own experience, what I’ve found on blogs and MSDN/TechNet and would love to see the limitations all in one place. Ultimately it would be great to have a single list and ultimately get this fixed… especially as people are restructuring their data and both getting ready to upgrade, during migration, and post migration cleanup and further restructuring.
What Doesn’t Migrate with SharePoint Built in Import/Export and other known issues:
This list is in progress. Feel free to ping me on twitter to update or add things on this list. I’ve added text such as “need more detail” where I don’t know the exact issue and could use clarification.
Question any vendor tool that says they do full fidelity migrations since much of this list is not available in the Content Migration API. How are they doing? That’s the follow up question. You do have the ability to retain the GUIDs the Object IDs and as a developer using the content migration API you have the ability to target migrations at the list level. What about SharePoint Designer? It uses the same API and has all the limitations above plus it’s own scale limitations for size of CMP files. Some of the known issues around SPD scale are listed won’t fix.
Both WSS and MOSS in 2007 and as well in 2010 you’ll see a lot of use of this API at various different places:
What’s fixed with content migration in 2010?
Well, the unattached recovery gives us a new API for interacting with a database that’s not apart of the farm, but ultimately I’ve found a lot of the same issues. Try to recover a site and a workflow for example. You do get more granularity in recovery if you can find what was lost. Powershell export can give you more granularity, but the data faces a lot of the same issues.
Excellent Resources and Blogs on different aspects of Import/Export Content Migration and Content Deployment
Gary LaPointe
Automation Blog post on Import Export Copy & Delete Lists with some of his fabulous powershell cmdlets
Chris O’Brien UK SharePoint MVP
STSADM Import & Export and Content Deployment
SharePoint Designer
SharePoint Designer and STSADM Import Export
Stefan Gossner from Content Management Team at Microsoft
Data protection and recovery for Office SharePoint Server (White paper)
Deep dive into the SharePoint Deployment and Migration API (Multi-Part!)
Here’s some info from MSDN on the Content Migration API detail on SharePoint 2010 (but also applies to 2007):
What the Content Migration APIs Are Not
“The content migration APIs are designed to move content from a source location to a specific destination; these APIs are not designed for backup and restore purposes. Following are some of the limitations of the content migration APIs with respect to backing up and restoring data.
No configuration or application data can be exported or imported.
The largest object you can export is a SharePoint Foundation site (SPWeb object).
The following content cannot be exported or imported: alerts, audit trail, change log history, check in/check out state, recycle bin items, recycle bin state, security state, workflow tasks, and workflow state.”