locked
Error migrating mailbox from Exchange 2016 to Exchange 2019. RRS feed

  • Question

  • I am receiving the following error when trying to migrate a mailbox from Exchange 2016 to Exchange 2019. Any help would be appreciated.

    Error: MigrationTransientException: Failed to communicate with the mailbox database. There is no support for this operation. --> Failed to communicate with the mailbox database. There is no support for this operation. --> MapiExceptionNoSupport: Unable to open message store. ‎(hr=0x80040102, ec=-2147221246)‎ Diagnostic context: Lid: 55847 EMSMDBPOOL.EcPoolSessionDoRpc called [length=145] Lid: 43559 EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=486][latency=54] Lid: 52176 ClientVersion: 15.1.2044.4 Lid: 50032 ServerVersion: 15.2.721.6002 Lid: 35180 Lid: 23226 --- ROP Parse Start --- Lid: 27962 ROP: ropLogon [254] Lid: 17082 ROP Error: 0x80040102 Lid: 26937 Lid: 21921 StoreEc: 0x80040102 Lid: 27962 ROP: ropExtendedError [250] Lid: 1494 ---- Remote Context Beg ---- Lid: 1238 Remote Context Overflow Lid: 46872 StoreEc: 0x80070005 PropTag: 0xE080014 Lid: 55098 StoreEc: 0x80070005 Lid: 46872 StoreEc: 0x80070005 PropTag: 0x669B0014 Lid: 55098 StoreEc: 0x80070005 Lid: 59418 dwParam: 0x79 Lid: 34842 dwParam: 0x79 Lid: 59418 dwParam: 0x79 Lid: 34842 dwParam: 0x79 Lid: 59418 dwParam: 0x79 Lid: 34842 dwParam: 0x79 Lid: 59418 dwParam: 0x79 Lid: 34842 dwParam: 0x79 Lid: 59418 dwParam: 0x79 Lid: 34842 dwParam: 0x79 Lid: 44106 StoreEc: 0x80040102 Lid: 56872 dwParam: 0xFE Lid: 42712 StoreEc: 0x80040102 Lid: 45434 Guid: cebf3c0c-15fd-44a7-a07a-6ac3c26c2f46 Lid: 10786 dwParam: 0x0 Msg: 15.02.0721.002:DEX3:2bd1e549-e530-447d-9cdf-96be8c9b0bba Lid: 1750 ---- Remote Context End ---- Lid: 27962 ROP: ropGetPropsSpecific [7] Lid: 26881 Lid: 21817 ROP Failure: 0x80040102 Lid: 46042 StoreEc: 0x80040102 Lid: 32441 Lid: 1706 StoreEc: 0x80040102 Lid: 24761 Lid: 20665 StoreEc: 0x80040102 Lid: 25785 Lid: 29881 StoreEc: 0x80040102

    Wednesday, October 7, 2020 2:10 PM

All replies

  • Hi,

    What's the detailed version of your Exchange 2016 and 2019? Please check with the following command:

    Get-ExchangeServer | Format-List Name,Edition,AdminDisplayVersion

    Here are some suggestions for you:

    1. Use the command to check the database status. Make sure the database is mounted and the index state is healthy:

    Get-MailboxDatabaseCopyStatus | fl name,status,contentindexstate

    2. Make sure the mailbox you want to move works well, and it is not quarantined.

    3. Try to move to other databases on Exchange 2019, and move other mailboxes to see if the issue only occurs with specific database or mailbox.

    4. Check the move request with more details:

    Get-MoveRequestStatistics -Identity <MoveRequestIdParameter> Get-MoveRequestStatistics -Identity <MoveRequestIdParameter> -IncludeReport| FL report

    Please note: Exchange Server Development forum mainly discuss issues about Exchange development, and it's not monitored. Other TechNet Exchange sub-forums are migrated to Microsoft Q&A. We invite you to post new questions with related tags in the new forum.

    Regards,

    Lydia Zhou


    Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.

    Thursday, October 8, 2020 2:28 AM