Link to home
Start Free TrialLog in
Avatar of jkeegan123
jkeegan123Flag for United States of America

asked on

Sharpoint 2010 migration

I am performing a sharepoint migration from sharepoint 2007 to 2010,where the new destination 2010 sharepoint server is hosted on a new sql server.

I backed up all content databases and restored them to the new database server and installed sharepoint 2010 standard using all recommended procedures.

The upgrsde of the content databases and failing because of missing plugins that are not installed on the destination sharepoint server. Is there any powershell command or method to use that will capture the plugins on sharepoint 2007 in a backup and restore or migrate the plugins to the destination server in the migration?
Avatar of Bembi
Bembi
Flag of Germany image

You may check this article for premigration steps:
http://technet.microsoft.com/de-de/library/ff382641(v=office.15)

What affects features, you may check your sites, which features are activated or installed. As a web site reflects to these features via a guid, the migration may fail, when the featiure, whcih is references in the web application or site colletion or site is not instlled or activated on the new system.

You may check this:
http://www.sharepointdiary.com/2011/08/fix-features-missing-issue-in-migration.html
The tool is available from CodePlex and show you all installed features and relations in the old environment.

Or use Test-SPContentDatabase Powershell, an article about this Power Shell command you can find here:
http://en.share-gate.com/blog/sharepoint-content-database-migration-monitoring

Revove all unneeded features or install them on the new system first.
Avatar of jkeegan123

ASKER

using any of these tools, I am still not able to complete the migrations.  The deeper I go, the more it looks like the only thing that is going to work is an in-place upgrade, and I don't want to do this.

The upgrade is failing because of the plugins...and I cannot disturb the production environment to perform this migration.  

Are there any other tips you can give?  Microsoft PSS is also unable to take us any further.  I've also tried 3rd party migration tools, and we are still not able to progress.

I'm considering taking a copy of the SQL server, the Sharepoint Server, and a domain controller and creating a walled-garden type lab so that I can break the systems quite thoroughly and easily roll back when different methods don't work.

Thoughts?
ASKER CERTIFIED SOLUTION
Avatar of Bembi
Bembi
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This project is still ongoing...we have not been completely successful yet.  We have broken the site out to a lab and done an in place migration to the same version on a stand-alone server successfully.  Now we're trying to do the in-place upgrade in the lab and we'll see how we do.