High severityconnection
Power BI Refresh Error:
250001 (08001)
What does this error mean?
The client (BI tool, ETL pipeline, or application) cannot establish a connection to the Snowflake service. This is a connectivity error — no SQL has been sent yet.
Common causes
- 1Incorrect account identifier in the connection string (wrong format or region suffix)
- 2Firewall or corporate network blocking outbound HTTPS (port 443) to *.snowflakecomputing.com
- 3DNS resolution failure for the Snowflake account hostname
- 4An expired or revoked network policy blocking the client IP address
- 5Snowflake service outage in the account's cloud region
How to fix it
- 1Verify the account identifier format: <account>.<region>.snowflakecomputing.com (or <orgname>-<accountname> for newer accounts)
- 2Test DNS resolution: nslookup <account>.snowflakecomputing.com
- 3Test HTTPS connectivity: curl -v https://<account>.snowflakecomputing.com
- 4Check Snowflake network policies: SHOW NETWORK POLICIES and verify the client IP is allowed
- 5Check the Snowflake status page (status.snowflake.com) for active incidents