Migration question

sns 9,226 Reputation points
2020-09-11T11:39:37.12+00:00

We are performing migration 2010 to 2016
as first step we took db from SharePoint 2010 prod and restored to 2010 Lab, coming up with below message

How we need to fix below one. please help
24108-capture.png

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,811 questions
0 comments No comments
{count} votes

Accepted answer
  1. Echo Du_MSFT 17,116 Reputation points
    2020-09-14T06:58:38.92+00:00

    @sns

    There are two main reasons :

    1. The Content DB of SharePoint 2016 farm has missing Enterprise features references.
    2. There is a mismatch between the Content DB schema version and the version of SharePoint updates installed.

    Here is a two part solution:

    1.Fix missing Enterprise features references
    a) Install SharePoint Feature Administration and Clean Up Tool
    b) Remove the missing features from the farm
    c) Remove the missing features from the sub sites
    24326-1.png

    2.Fix Content DB schema version mismatch
    a) Please execute the following PowerShell command as admin:

    Get-SPContentDatabase | Upgrade-SPContentDatabase  
    

    b) Run the SharePoint Products and Configuration Wizard.

    You could refer to this article SharePoint 2016 Upgrade: How to solve the “Feature is referenced in database but isn’t installed on the current farm” error.

    Thanks,
    Echo Du

    ================

    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


2 additional answers

Sort by: Most helpful
  1. Sharath Kumar Aluri 3,071 Reputation points
    2020-09-11T13:59:43.777+00:00

    As per you error there was a .wsp solution / feature missing in your Lab farm. first deploy the solution in the lab farm from prod and activate the feature and then try to mount/attach your database.

    Thanks & Regards,

    0 comments No comments

  2. UMAR AHMED 1 Reputation point
    2020-10-07T05:50:28.267+00:00

    Hi,

    Do Azure currently support running DB2 instance in Azure cloud Database ? If not, can we migrate using Azure Database migration services from DB2 to Azure Mysql or PostgreSQL etc. How long it will take to migrate ....let say we have 1700 tables ?

    Or only we have an option of provisioning a VM and running DB2 instance (Rehost strategy) ?

    Which is best solution in terms of performance and also cost optimization ?

    Thanks,

    0 comments No comments