I am perfoming the migration from sharepoint from 2016 to 2019 but while mounting DBs it is failing with errors of missing features. How do I migrate features from old server?
Loading
I am perfoming the migration from sharepoint from 2016 to 2019 but while mounting DBs it is failing with errors of missing features. How do I migrate features from old server?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sigar DavePosted Jun 26, 2024, 10:25 AM
Here is the generic answer to your questions. It may help you
When migrating from SharePoint 2016 to SharePoint 2019 and encountering issues with missing features during database mount operations, it typically means that there are customizations or features in SharePoint 2016 that are not available or compatible with SharePoint 2019. Here’s how you can address and troubleshoot this issue:
1. Identify Missing Features
Review Error Logs: Check the SharePoint logs or PowerShell output for specific errors related to missing features. The errors usually indicate which features are causing issues.
Feature Compatibility: Verify if the features that are missing or causing issues in SharePoint 2019 are still supported or need to be upgraded. Some features may have been deprecated or replaced in SharePoint 2019.
2. Prepare SharePoint 2016 Environment
Inventory Features: Make a list of all customizations, features, solutions, and templates used in SharePoint 2016.
Backup SharePoint 2016: Ensure you have a full backup of your SharePoint 2016 environment before making any changes.
3. Steps to Migrate Features
Depending on the nature of the features causing issues, here are general steps you can follow:
For Missing Site Collection Features:
Identify and Document Features: Use PowerShell to identify all features in use on the site collections that are being migrated.
Deploy Missing Features in SharePoint 2019:
Activate Features:
For Farm-level Features:
Identify Farm Features: Use PowerShell to identify all farm-level features and solutions.
Install and Activate in SharePoint 2019:
4. Validate and Test
Validate Feature Functionality: Ensure that all features function correctly in SharePoint 2019 after migration.
Test Database Attach: Attempt to mount the SharePoint 2016 content databases in SharePoint 2019 again after deploying and activating the necessary features.
Additional Considerations:
Third-party Solutions: If you have third-party solutions or custom code, ensure they are compatible with SharePoint 2019 or have updated versions.
SharePoint Compatibility Mode: SharePoint 2019 supports backward compatibility mode for SharePoint 2016 features, but it’s important to verify compatibility before migration.
Sigar DavePosted Jun 26, 2024, 10:23 AM
When migrating from SharePoint 2016 to SharePoint 2019 and encountering issues with missing features during database mount operations, it typically means that there are customizations or features in SharePoint 2016 that are not available or compatible with SharePoint 2019.
So you need to first check which are the custom solutions are there in the SP2016.
Ben AutherPosted Mar 27, 2024, 11:53 AM
To facilitate a smooth migration process, I recommend utilizing the Kernel Migration for SharePoint tool. However, prior to initiating the migration, it is essential to undertake crucial preparatory steps. For comprehensive information regarding the software and pre-migration analysis, please visit: https://www.nucleustechnologies.com/blog/step-by-step-guide-to-upgrade-sharepoint-2016-to-sharepoint-2019/
SantoshPosted Mar 25, 2024, 2:35 PM
Thank you very much Tuhin and appreciated your help.
Can you please let me know exact steps to migrate missing features from the old server(2016) to the new server?
Tuhin PaulPosted Mar 25, 2024, 10:48 AM
Checkout these articles:
SantoshPosted Mar 25, 2024, 9:11 AM
Anyone has any idea about this?