If you face following fatal error while doing import process during SharePoint 2010 data migration:
1: [29-9-2010 9:28:42] Progress: Initializing Import.
2: [29-9-2010 9:28:42] FatalError: Could not find Feature TransMgmtLib.
3: [29-9-2010 9:28:42] Debug: at Microsoft.SharePoint.Deployment.ImportRequirementsManager.VerifyFeatureDefinition(SPRequirementObject reqObj)
4: at Microsoft.SharePoint.Deployment.ImportRequirementsManager.DeserializeAndValidate()
5: at Microsoft.SharePoint.Deployment.SPImport.VerifyRequirements()
6: at Microsoft.SharePoint.Deployment.SPImport.Run()
7: [29-9-2010 9:28:42] Progress: Import did not complete.
Then it means that your source SharePoint site is using “Translation Management Library” which is not activated in your destination SharePoint 2010 site.
To solve it, please activate its feature in SharePoint 2010 using following STSADM command from the SharePoint 2010 bin directory:
stsadm –o activatefeature –filename TransMgmtLib\feature.xml –url <your site url>
Then do the migration again.
Hope this helps!
55e581b7-feaa-48b6-9683-b04b7ad1563d|0|.0