I contacted Microsoft to work through this error message and we were able to get it resolved.
hear is the solution for this error message.
within "Active Directory Users and Computer" in the
Users OU, find and delete the following accounts. (don't worry we will recreate them in a few moments.)
DiscoverySearchMailbox {D919BA05-46A6-415f-80AD-7E09334BB852}
FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042
Migration.8f3e7716-2011-43e4-96b1-aba62d229136
SystemMailbox{1f05a927-0acd-45d5-9bc1-1a123e6fc52e}
SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}
SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9}
Once they are removed, go to your Exchange 2013 server and run the following command from an elevated command prompt
(locate the Exchange Setup File from you CD or download location and run)
Setup.exe /Preparead /IAcceptExchangeServerLicenseTerms (this recreates all the account we just deleted.)
we are almost done. next we have to enable the accounts. This time from 2013 "Exchange Management Shell" run the following commands one at a time.
Enable-Mailbox Arbitration DiscoverySearchMailbox {D919BA05-46A6-415f-80AD-7E09334BB852}
Enable-Mailbox Arbitration FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042
Enable-Mailbox Arbitration Migration.8f3e7716-2011-43e4-96b1-aba62d229136
Enable-Mailbox Arbitration SystemMailbox{1f05a927-0acd-45d5-9bc1-1a123e6fc52e}
Enable-Mailbox Arbitration SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}
Enable-Mailbox Arbitration SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9}
Set-Mailbox "Migration.8f3e7716-2011-43e4-96b1-aba62d229136" -Arbitration Management:$true
once you have completed this you will be able to close the Exchange Admin Centre, then log back in and go to Migration tab without any errors.