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.
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
- SELECT SERVERPROPERTY('IsIntegratedSecurityOnly') this returns 1 in SSMS
- 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
- Open SQL Server Configuration Manager. Under SQL Server Services, right-click SQL Server (SQLEXPRESS) → Click Restart.
- 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.