How to connect SQL SERVER to ADF using SHIR, It gives some firewall error tried to clear it but I am not able to connect it yet.

saidileep yamani 0 Reputation points
2025-03-01T22:10:46.0233333+00:00

I am trying to link my SSMS account to my Azure using SHIR, but when I try to load a table in Azure its giving me an error message which says " Please contact SQL server team for further support. Server: 'DILEEPPC\SQLEXPRESS', Database: 'employeedb', User: 'DILEEPPC\saidi'. Check the linked service configuration is correct, and make sure the SQL Database firewall allows the integration runtime to access. The system could not find the environment option that was entered"

I tried chat GPT and made few changes

  1. SELECT SERVERPROPERTY('IsIntegratedSecurityOnly') this returns 1 in SSMS
  2. Check the TCP/IP Port
  • Expand SQL Server Network Configuration → Click Protocols for SQLEXPRESS.
  • Right-click TCP/IP → Select Properties.
    • Go to the IP Addresses tab, scroll to IPAll and check the TCP Port
  1. Open SQL Server Configuration Manager. Under SQL Server Services, right-click SQL Server (SQLEXPRESS) → Click Restart.
  2. netstat -an | findstr 1433 returns Listening in cmd

after that my telnet DILEEPPC 1433

is also working but still not able to connect to ADF.

Not sure what else I can do, If anyone know how to solve this issue, please let me know it would be greatful.

Thanks.

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,664 questions
{count} votes

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.