Share via

MigrationRecipientNotFoundException

Anonymous
2016-05-27T02:50:30+00:00

I'm trying to set up a Hybrid Exchange 2013 migration. Exchange 2013 has been updated to CU12

I'm also using AADSync

User are created on the cloud and all replication on AADsync are success.

If i create a new user on PREM with mailbox, the user is replicated.

If i migrate this new user, the migration is SUCCESS (Good !)

But if i try to migrate an existant account, the migration failed with this message:

MigrationRecipientNotFoundException (no mail user)

On Exchange Online powershell the command Get-Recipient -Identity **** return the user correctly

Have you an idea ??

Microsoft 365 and Office | Subscription, account, billing | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

12 answers

Sort by: Most helpful
  1. Anonymous
    2016-05-27T04:27:34+00:00

    Hi Paracetamol,

    About the MigrationRecipientNotFoundException error, does the entire error message look like the following?

    Error: MigrationRecipientNotFoundException: A recipient wasn‎'t found for "*** Email address is removed for privacy ***" on the target. Create a recipient of the appropriate type for this migration on the target and try again.

    If yes, I'd like to explain that the root cause may be related to the Exchange Online server, and our relevant team is now working on a fix. Before the fix is completely deployed, it is recommended that you try this workaround:

    1. Run Get-Mailbox -SoftDeletedMailbox to list the deleted mailbox users. If the affected users are included, run Remove-Mailbox -PermanentlyDelete to completely remove them. If not, continue on.
    2. Run Get-MailUser -Identity <user> | FL GUID to get the GUID of the user.
    3. Run New-MoveRequest -Identity <GUID> -Remote -RemoteHostName 'mail.domain.com' -RemoteCredential $cred -TargetDeliveryDomain 'domain.mail.onmicrosoft.com' -BadItemLimit 10 -LargeItemLimit 20 to try a new batch to move the mailbox.

    (Note: please replace all the domain names included in the commands above.)

    And if the entire error message is not what I assume above, please provide it for further troubleshooting.

    Thanks,

    Allen

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Anonymous
    2016-05-28T04:43:04+00:00

    Hi DominiqueManas,

    May I know if the thread opener Paracetamol is also you? If yes, please provide a screenshot about the entire error message you've been facing. Just click Use rich formatting (under the reply box) -> Insert/Edit Media to upload screenshots from your PC.

    Thanks,

    Allen

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-05-27T07:19:39+00:00

    I have try but i have thie error:

    CategoryInfo          : NotSpecified: (:) [New-MoveRequest], NotAcceptedDomainException

    Allaways the domain is accepted when i vrerify with Get-AcceptedDomain...

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2016-05-27T07:17:31+00:00

    Hi, Allen

    Yes ! the message is :

    Error: MigrationRecipientNotFoundException: A recipient wasn‎'t found for "*** Email address is removed for privacy ***" on the target. Create a recipient of the appropriate type for this migration on the target and try again.

    Was this answer helpful?

    0 comments No comments