Hi @Ravi Alwal
Thanks for posting your query!
This issue facing a connectivity issue while attempting to establish a connection to your on-premises SQL Server from Azure Data Factory (ADF). The error indicates that the SQL Server may be inaccessible due to a network-related issue, such as an incorrect server name, disabled remote connections, or a firewall blocking access.
To resolve this:
Ensure that the SQL Server firewall allows inbound traffic on the relevant port (e.g., 1367) and that the on-prem network firewall is not blocking the connection from the SHIR machine.
Ensure that the SQL Server is configured for remote connections and that the instance is reachable from the integration runtime machine.
Test the connection to the SQL Server from the VM running the SHIR to ensure that network routes are properly configured.
Double-check the SHIR setup and ensure it is running properly and can access the on-prem SQL Server.
Increase the timeout settings in the ADF linked service configuration, as the issue might be caused by timeouts during the connection attempt.
I hope this information helps. Please do let us know if you have any further queries.
Kindly consider upvoting the comment if the information provided is helpful. This can assist other community members in resolving similar issues.
Thank you.