Power BI Refresh Error:
JDBC 1
What does this error mean?
The JDBC driver cannot establish a TCP connection to Snowflake. The remote endpoint is actively refusing connections, typically due to a network misconfiguration, incorrect account URL, or firewall blocking port 443.
Common causes
- 1The Snowflake account URL is incorrect or uses the wrong regional endpoint
- 2Outbound TCP port 443 is blocked by a firewall or security group rule
- 3A proxy server is configured incorrectly and refusing the forwarded connection
- 4The Snowflake account is suspended or decommissioned
- 5A network appliance (WAF, DLP) is blocking connections to snowflakecomputing.com
How to fix it
- 1Verify the account URL: it should be <account>.snowflakecomputing.com — confirm the account identifier in Snowflake Admin > Accounts.
- 2Test TCP connectivity: telnet <account>.snowflakecomputing.com 443.
- 3Check firewall rules for outbound port 443 to *.snowflakecomputing.com.
- 4If using a proxy, verify jdbc:snowflake://... includes the correct proxy parameters or set JVM system properties.
- 5Check the Snowflake status page (status.snowflake.com) for service availability in your region.
Frequently asked questions
Official documentation: https://docs.snowflake.com/en/user-guide/client-connectivity-troubleshooting/error-messages