M365 email migration from google workspace - migration endpoint creation fails

Brian Brownton 0 Reputation points
2025-01-29T21:06:31.63+00:00

Hello,

I am attempting to migrate user mailboxes from Google Workspace to our M365 account.

I have been following this article and am on Step 5 of it: https://learn.microsoft.com/en-us/exchange/mailbox-migration/migrate-google-mail-automated-method

During batch creation, everything is going fine until I get to this step that is particularly unhelpful in the error.

User's image

Help is appreciated.

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,673 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,734 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Alex Zhang-MSFT 4,580 Reputation points Microsoft Vendor
    2025-01-30T05:34:15.0833333+00:00

    Hello, @Brian Brownton,

    Welcome to the Microsoft Q&A platform!

    Based on your description, you encountered an issue during the "Check endpoint setup status" step of your migration. This can happen for a few reasons. Here are some common troubleshooting steps:

    1.Verify Prerequisites: Make sure that you have completed all the prerequisites listed in the migration guide, including enabling IMAP for your Google Workspace accounts and setting up the necessary permissions.

    2.Test Migration Server Availability: Use the Test-MigrationServerAvailability cmdlet in Exchange Online PowerShell to check if the migration endpoint is correctly set up. Here's an example command:

    Test-MigrationServerAvailability -Gmail -ServiceAccountKeyFileData $( [System.IO.File]::ReadAllBytes("C:\\path\\to\\your\\keyfile.json") ) -EmailAddress ******@yourdomain.com
    

    This will help you identify if there are any connectivity issues between Microsoft 365 and Google Workspace.

    3.Check App Passwords and 2FA: Make sure that 2-step verification is enabled for the Google Workspace accounts and that app passwords are generated and correctly entered in the migration CSV file.

    4.Review Throttling Limits: Google Workspace has throttling limits that can affect the migration process. Ensure that you are not exceeding these limits.

    Also, here is an official document on how to deal with error during mailbox migration and a similar issue for your reference:

    1.Can't migrate Google Workspace mailboxes to Microsoft 365 - Exchange | Microsoft Learn

    2.Gsuite to Microsoft 365 Migration - Error creating endpoint - Microsoft Community

    Should you need more help on this, you can feel free to post back. 


    If the answer is helpful, please click on “Accept answer” as it could help other members of the Microsoft Q&A community who have similar questions and are looking for solutions.

    Thank you for your support and understanding.

    Best Wishes,

    Alex Zhang

    0 comments No comments

  2. Brian Brownton 0 Reputation points
    2025-01-31T20:53:12.0966667+00:00

    Hello,

    For anybody else that encounters this:

    I didn't change anything. I just waited and tried again -- doing everything exactly the same -- and it worked a day or two later.

    0 comments No comments

  3. Alex Zhang-MSFT 4,580 Reputation points Microsoft Vendor
    2025-02-03T01:16:12.3466667+00:00

    Hello, @Brian Brownton,

    Great to know that the issue has already been resolved and thanks for sharing the solution so that others experiencing the same thing can easily reference this!

    Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others(https://docs.microsoft.com/en-us/answers/support/accepted-answers#why-only-one-accepted-answer)", I'll repost your solution in case you'd like to "Accept (https://learn.microsoft.com/en-us/answers/support/accept-answer#accepted-answer-in-a-question-thread)" the answer).     


    Issue Symptom:

    The author encountered an issue during the "Check endpoint setup status" step of your migration.

    User's image

    Resolution:

    Keep waiting and do not need to change anything, just wait and try again.

    Do everything exactly the same and it will work a day or two later.


    Hope you can consider accepting the answer as it could help other members of the Microsoft Q&A community who have similar questions and are looking for solutions to find this case mor easily.

    Thank you for helping to improve Microsoft Q&A!

    Best Wishes,

    Alex Zhang


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.