Mailbox migration failed from on-prem to cloud o365

Md. Mahfuzur Rahman 346 Reputation points
2023-06-20T13:29:54.2233333+00:00

We are facing an issue with mailbox migration failing from on-prem to cloud o365. I am sharing the screenshots-

User's image

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,448 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,881 questions
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,883 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,286 questions
{count} vote

2 answers

Sort by: Most helpful
  1. MUHAMMAD IMRAN 15 Reputation points
    2023-06-20T13:41:16.39+00:00

    To resolve this issue, you can try the following:

    • Increase the send timeout value on the binding. This can be done by editing the Web.config file on your on-premises Exchange servers.
    • Check the network connection between your on-premises Exchange servers and Exchange Online. Make sure that the connection is not saturated and that there are no firewall rules that are blocking the traffic.
    • If the mailbox that is being migrated is very large, you can try splitting it into smaller mailboxes.
    • If the mailbox contains a lot of items that are being synchronized with Exchange Online, you can try increasing the synchronization interval.

    If you are still having problems after trying these steps, you can contact Microsoft support for help.

    Here are the specific steps on how to increase the send timeout value on the binding:

    1. Open the Web.config file on one of your on-premises Exchange servers.
    2. Locate the following section:
    <binding name="mrsproxy"
            port="443"
            protocol="https"
            bindingInformation="https://exsync.contoso.com/EWS/mrsproxy.svc" />
    
    1. Change the value of the SendTimeout attribute to a higher value, such as 300 seconds.
    2. Save the file.

    Once you have made these changes, try migrating the mailbox again.


  2. Amit Singh 5,306 Reputation points
    2023-06-22T08:29:14.7633333+00:00

    The reason might be caused by the timeout value for the MRS Proxy Service is not set high enough for the operations being performed. 

    0 comments No comments

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.