Exchange 2010 -> 2016 Public Folder migration - ERROR: MapiExceptionJetErrorTableDuplicate

HanakJ 86 Reputation points
2021-07-13T12:26:03.067+00:00

Hello,

I have a migration issue where the migration crashes to 15 percent and then reports a MapiExceptionJetErrorTableDuplicate error. Using the command:
Get-PublicFolderStatistics -ResultSize Unlimited | Where {($ _. Name -like "* \ ") -or ($ _. Name -like " / *")} | Format-List Name, Identity
I only get system public folders

Name : EX:/O=ORGCORP/OU=EXTERNAL (FYDIBOHF25SPDLT)
Identity : 000000001A447390AA6611CD9BC800AA002FC45A03003068891511E94749BB7AD4FF52FEC2280000000004160000

Name : EX:/o=ORGCORP/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)
Identity : 000000001A447390AA6611CD9BC800AA002FC45A0300613DEE768AB89C459FDBAD55B43E0A580000000000070000

Name : EX:/o=ORGCORP/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)
Identity : 000000001A447390AA6611CD9BC800AA002FC45A0300613DEE768AB89C459FDBAD55B43E0A580000000000080000

Name : EX:/o=ORGCORP/ou=First Administrative Group
Identity : 000000001A447390AA6611CD9BC800AA002FC45A03008F61AA6576996E4999E9F835CB1AFE940000000000070000

Name : /o=ORGCORP/cn=addrlists/cn=oabs/cn=Default Offline Address List
Identity : 000000001A447390AA6611CD9BC800AA002FC45A0300511AA0630D5EC840B6541C38329832D80000000000080000

Don't I need to edit these folders?

Any idea where the problem might be?

thank you very much for your help

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,669 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
2,136 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Kael Yao-MSFT 37,651 Reputation points Microsoft Vendor
    2021-07-14T07:24:21.543+00:00

    Hi @HanakJ

    Using the command: Get-PublicFolderStatistics -ResultSize Unlimited | Where {($ . Name -like " \ ") -or ($ . Name -like " / ")} | Format-List Name, Identity

    Since you are migrating to Exchange 2016, I think migrating these system public folders isn't necessary.
    Because Exchange 2016 will use the availability service for free/busy information and only use web-distribution for Offline Address Book.


    Have you checked the following two links in the similar situation?
    Public folder migration from 2010 to 2016 failed with "Transient error MapiExceptionJetErrorPageNotInitialized has occurred"
    Public Folder Migration - MapiExceptionJetErrorTableDuplicate

    According to the answers, the possible cause of this issue may be some corruption in the public folder database.


    If the response 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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.