Fix "Features Missing" issue in SharePoint Migration
Preupgradecheck reported the issue: The following feature(s) are referenced by the content, but they are not installed on the webserver.
e.g.
Well, this occurs when you have faulty feature in the SharePoint environment. Here are the best tools/techniques in my experience to solve this issue:
Preupgradecheck:
This will be our primary analysis and reporting tool providing us with invaluable information regarding your SharePoint 2007 farm and actions that may be required to be taken prior to upgrading to SharePoint 2010. It is good to have October CU: http://support.microsoft.com/kb/976730/ where the preupgradecheck is enhanced further.
Feature Admin Tool:
You can Find and delete faulty feature from the farm using Feature Admin Tool. This is a very handy tool, make sure you test before you remove these faulty features. Removing these features should fix most of the errors on the pre-upgrade check.
Download at: https://github.com/achimismaili/featureadmin
SharePoint Manager:http://spm.codeplex.com/
You can use SharePoint Manager from Codeplex.
Extended Migration Report:
http://sp2010extmigrareport.codeplex.com/
http://dev4side.com/projects/sharepoint-2010-extended-migration-db-attach-report.aspx#Instructions
e.g.
- Name = Unknown, Feature id = 657b219d-2cf6-4e97-b6d2-fdcda01afde6, Reference count = 9, Scope = Web, Status = Missing
Well, this occurs when you have faulty feature in the SharePoint environment. Here are the best tools/techniques in my experience to solve this issue:
Preupgradecheck:
This will be our primary analysis and reporting tool providing us with invaluable information regarding your SharePoint 2007 farm and actions that may be required to be taken prior to upgrading to SharePoint 2010. It is good to have October CU: http://support.microsoft.com/kb/976730/ where the preupgradecheck is enhanced further.
To get list of features information:
stsadm -o enumallwebs -includefeatures > FeaturesReport.txt
Then try to De-activate & Un-install the faulty/missing feature first
STSADM -o deactivatefeature -id <feature-id> -url <site-url> -force
stsadm -o uninstallfeature -id <ID>
Feature Admin Tool:
You can Find and delete faulty feature from the farm using Feature Admin Tool. This is a very handy tool, make sure you test before you remove these faulty features. Removing these features should fix most of the errors on the pre-upgrade check.
Download at: https://github.com/achimismaili/featureadmin
SharePoint Manager:http://spm.codeplex.com/
You can use SharePoint Manager from Codeplex.
Extended Migration Report:
http://sp2010extmigrareport.codeplex.com/
http://dev4side.com/projects/sharepoint-2010-extended-migration-db-attach-report.aspx#Instructions
The SharePoint Admin screen shot shows a delete site feature menu option that does not exist on my installation. I do you enable delete site feature?
ReplyDeleteIf the feature is invalid and not in use: Delete!
Delete