High severityconnection
Power BI Refresh Error:
10060
What does this error mean?
The TCP connection attempt to SQL Server timed out — the server did not respond within the client's timeout window.
Common causes
- 1Firewall silently dropping packets instead of actively refusing the connection
- 2SQL Server is on a wrong port (not 1433) and the client is connecting to the right port but the server is unresponsive
- 3Network congestion or high latency between the ADF IR and the SQL Server
How to fix it
- 1Step 1: Test connectivity and timing: Test-NetConnection -ComputerName <server> -Port 1433. A timeout here confirms the firewall is dropping packets silently.
- 2Step 2: Check SQL Server Configuration Manager for the actual listening port: SQL Server Network Configuration → TCP/IP → IP Addresses → IPAll → TCP Port.
- 3Step 3: Open the correct port on all firewalls between client and server: both the OS firewall (Windows Firewall) and any network firewall or NSG (Azure Network Security Group).
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/sql/relational-databases/errors-events/database-engine-events-and-errors