Getting error while creating Azur AD sync project.

Hi All,

I am creating Azur AD sync projct. When I   enter user name and password and click on Next I am getting below error mesage.

This my first Azur AD sync project.

Could you please help and give me some hing what is wrong.


[System.Exception] [HttpRequestException]: An error occurred while sending the request.
[WebException]: The remote name could not be resolved: 'login.windows.net'

[System.Net.Http.HttpRequestException] An error occurred while sending the request.
[System.Net.WebException] The remote name could not be resolved: 'login.windows.net'

Parents
  • It seems that your DNS is unable to resolve the IP address for login.windows.net

    Does your system has access to the internet?

    You could try to check the DNS lookup by entering the following in the Windows cmd-line

    nslookup login.windows.net

  • Thank you Markus for quick reply.

    After running command from my desktop and from the server on which job service is running I get mebow message.

    C:\Users\X0022066>nslookup login.windows.net
    Server:  hshpil08.network.internal
    Address:  10.23.35.23

    *** hshpil08.network.internal can't find login.windows.net: Server failed.

    seems I don't have access.

    Also my system does not have access to externel website.

    Please advice.

  • Without having access to the internet and/or a properly functioning DNS, any Azure Sync is out of the question.

    So my advice is, ensure you are having a properly configured DNS and internet connection.

Reply Children