unable to connect local db in linked service in data factory

JasperJoshua 1 Reputation point
2020-08-26T09:20:51.777+00:00

make sure the SQL Database firewall allows the integration runtime to access. A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified), SqlErrorNumber=-1,Class=20,State=0, Activity ID: 180f43f7-e24a-41d5-8c61-49b4399d34c3.

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
719 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,644 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,631 Reputation points
    2020-08-26T11:40:24.773+00:00

    If you are trying to connect to local SQL Server, you will have to install IR on the machine. Please see below step by step document

    https://www.mssqltips.com/sqlservertip/5812/connect-to-onpremises-data-in-azure-data-factory-with-the-selfhosted-integration-runtime--part-1/


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    0 comments No comments