Remove Unsupported features from a site collection while migrating from SP 2019 to SP Subscription Edition

Noorul Ahmed 41 Reputation points
2024-06-22T13:48:42.17+00:00

Hi There,

I am trying to migrate My Sites collection from a SharePoint 2019 environment to a SharePoint Subscription Edition environment using database detach method. When I perform Test-SPContentDatabase in the destination farm, I get the following error.

Database WSS_Content_MySite has reference(s) to a missing feature: Id = [d2b9ec23-526b-42c5-87b6-852bd83e0364] but isn't installed on current farm

These missing features are Access and Access 2010 services that are installed on the SharePoint 2019 environment. These services are no longer supported on the SharePoint Subscription environment. Could anyone please advise me in such case? There are no custom features installed on the MySiteHost site collections and OneDrive personal site collections hosted on the SP 2019 environment. The Access services are not used on the host environment.

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,283 questions
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,874 questions
0 comments No comments
{count} votes

Accepted answer
  1. Emily Du-MSFT 43,431 Reputation points Microsoft Vendor
    2024-06-24T07:05:34.1233333+00:00

    Due to Access and Access 2010 services are no longer supported in the SharePoint Subscription Edition, so you need to run PowerShell to remove it from content database.

    Remove-SPFeatureFromContentDB -ContentDB "Wss_Content" -FeatureId "d2b9ec23-526b-42c5-87b6-852bd83e0364" –ReportOnly


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.


0 additional answers

Sort by: Most helpful