Azure AD Connect migration error

Čako Martin 0 Reputation points
2024-12-23T11:37:53.3366667+00:00

Hello,before we proceed to debug, I just want to say I read multiple forums and tried many things before I reached out here.

https://adminwebservice.microsoftonline.com/provisioningservice.svc

https://adminwebservice.microsoftonline.com/

adminwebservice.microsoftonline.com/

My AAD (Entra Connect Sync) migration doesn't work.

  1. I disabled the IE Enhanced Security Configuration so I could log-in to microsoft account pop up
  2. I disabled proxy in Windows proxy settings.
  3. Windows Server version is 2022
  4. I added these to Trusted sites (internet options):
    https://login.microsoftonline.com, https://aad.portal.azure.com, https://graph.windows.net, https://login.microsoftonline.us, https://.msocdn.com, https://.microsoftonline.com
  5. Made sure HTTPS & HTTP is working, port 443, 80
  6. No proxy in company - so we going directly
  7. Enabled TLS 1.2. on the server
  8. Exported configuration from previous AAD connected and have successfully imported to Entra Connect Sync (without completing the wizard)
  9. Choose the same User-sign in as the server migrating from.
  10. I always keep single sign on checked.
  11. ! There's no DC (active directory module) on either of the servers, but ping to the DC works from both servers (connectivity)
  12. I'm using the same active directory user for wizard (Use existing user, not create new user) which should be no issue, since the user is from the previous server, same permissions.
  13. The error I can't understand is in the screenshot, after all the deployment steps are completed. -> Told to click install and enable staging mode.

Any ideas will be much appreciated.

User's image

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,647 questions
0 comments No comments
{count} votes

Accepted answer
  1. Thameur-BOURBITA 34,136 Reputation points
    2024-12-24T13:37:17.88+00:00

    Hi @Čako Martin

    If you are using a proxy for EntraConnect server to access to internet you have to add it in machine.config file as mentioned in this article:

    https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-install-prerequisites#connectivity


    Please don't forget to accept helpful answer


    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Akhilesh Vallamkonda 10,860 Reputation points Microsoft Vendor
    2024-12-24T11:52:59.0833333+00:00

    Hi @Čako Martin

    Thank you for reaching us!

    I understand that you are unable to configure the Entra connect tool, and you are getting an error related to Azure Service Connectivity Failed. Unable to proceed.

    This might be the issue with the .NET Framework can you please check the .NET Framework the minimum .NET Framework version required is 4.6.2, and newer versions of .NET are also supported. .NET version 4.8 and greater offers the best accessibility compliance.

    Update the .Net Framework and check the all the Installation prerequisites and re-install the Entra connect tool and see if the issue is fixed.

    Hope this helps. Do let us know if you any further queries by responding in the comments section.

    Thanks,

    Akhilesh V.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


  2. Akhilesh Vallamkonda 10,860 Reputation points Microsoft Vendor
    2024-12-25T14:14:27.03+00:00

    Hi @Čako Martin

    I'm glad that you were able to resolve your issue and thank you for posting your 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 ", I'll repost your solution in case you'd like to "Accept " the answer.

    Issue:

    when you are configuring the Entra connect tool you got the below
    Error: Azure Service Connectivity Failed. Unable to proceed The on-premises synchronization service is not able to connect to Microsoft Entra ID. Updating the proxy settings for the ADSync service account may resolve this issue. treublesh9Qting tp Connectiyity

    Solution:

    you have fixed the issue by adding https://secure.aadcdn.microsoftonline-p.com to the trusted sites. I checked versions and everything was up to date. We don't use proxy, so I edited the C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config to <system.net> AI ConvertCopy

    `**<defaultProxy enabled="false" />**
    `
    

    </system.net>

    If you have any other questions or are still running into more issues, please let me know. Thank you again for your time and patience throughout this issue.

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    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.