Error: 11402 -The value of the property '' is invalid: 'The remote name could not be resolved:

Bhat, Asif 20 Reputation points
2024-05-08T05:48:44.8233333+00:00

I am setting up a Linked service for ODATA in ADF, for IntegrationRuntime I am selecting "AutoResolveIntegrationRuntime" but connection to ODATA resource is failing:

The value of the property '' is invalid: 'The remote name could not be resolved: 'myodataservices.mydomain.com''.

The remote name could not be resolved: 'myodataservices.mydomain.com''

Any idea what is wrong here???

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,646 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Bhargava-MSFT 31,261 Reputation points Microsoft Employee Moderator
    2024-05-21T20:26:36.2933333+00:00

    Hello

    This seems to be an Network/DNS server issue.

    Open a Powershell command on your machine, and confirm that there is PE created (there is privatelink in the DNS resolution chain meaning there is PE created, like below) for this data store: image.png

    if there ia no managed PE created, then please create managed PE

    if there is a managed PE then please confirm managed PE is correct.

    for SQL: the zone name is<server>.privatelink.database.windows.net)

    Reference document:

    https://learn.microsoft.com/en-us/azure/azure-sql/database/private-endpoint-overview?view=azuresql

    for storage: User's image

    https://learn.microsoft.com/en-us/azure/storage/common/storage-private-endpoints#dns-changes-for-private-endpoints

    I hope this helps.

    0 comments No comments

  2. Bharath Chandran 0 Reputation points
    2025-07-03T18:14:19.3266667+00:00

    The image.png file you attached is not viewable. Please reshare it. I am only trying to create a Linked service with Self hosted integration.

    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.