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

Bhat, Asif 0 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.
9,803 questions
{count} votes

1 answer

Sort by: Most helpful
  1. BhargavaGunnam-MSFT 27,976 Reputation points Microsoft Employee
    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