Exchange Migration Error: MigrationTransientException: MapiExceptionMdbOffline

 

Make sure these mailboxes have the home MDB in Exchange 2010, to confirm it, run this command:

Get-Mailbox "mailbox name" | ft Name, DataBase -Auto

 

The Microsoft Exchange replication service is responsible for the mailbox migration. Sometimes restarting this service can solve the mailbox migration issue.

 

Please check whether there are any 9646 event ID in application log. If there are, temporary increase the max value by:

Click Start, click Run, type regedit, and then click OK.

  1. Expand the following registry subkey:

\\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem

  1. Right-click ParametersSystem, point to New, and then click Key.
  2. Type MaxObjsPerMapiSession, and then press ENTER to name the new sub key.

e.Right-click MaxObjsPerMapiSession, click New, and then click DWORD Value.

  1. Enter the object type as specified in the event description, and then press ENTER.
  2. Right-click the object type that you entered, and then click Modify.
  3. In the Value data box, type the number of objects to which you want to limit this entry, and then click OK.

Reference: https://social.technet.microsoft.com/Forums/ie/en-US/8fc38cfd-5d15-4392-a4f8-fa41a26048b8/error-moving-a-mailbox-from-exchange-2010-to-2013?forum=exchangesvradmin

  1. Check event logs.
  2. In order to diagnostic you should run some health check script like this: https://practical365.com/exchange-server/powershell-script-exchange-server-health-check-report/ 
  3. Run BPA analyzer on Exchange Server.

Another option, for moving to & from the Exchange 2010/2013 server you can take help of pst files. What you can do is, export all Exchange mailboxes into pst files then import pst files at any end with New-MailboxImportRequest.