Rounak Dhillon 9a364a5a8c
Doc: Meta Description Updation (#22120)
* Doc: Meta Description Updation

* Meta description updation

---------

Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-07-11 10:44:34 +05:30

994 B

title description slug
Snowflake Troubleshooting Guide | OpenMetadata Support Fix Snowflake connector issues fast with OpenMetadata's troubleshooting guide. Get solutions for common problems, error codes, and connection failures. /connectors/database/snowflake/troubleshooting

{% partial file="/v1.7/connectors/troubleshooting.md" /%}

Snowflake User Access Disabled

If you encounter the following error when attempting to connect to a Snowflake database:


(snowflake.connector.errors.DatabaseError) 250001 (08001): None: Failed to connect to DB: <your-account>.snowflakecomputing.com:443. User access disabled. Contact your local system administrator.

This indicates that the Snowflake user account used for the connection has been disabled.

Resolution

  1. Log in to Snowflake using an account with administrative privileges.

  2. Run the following SQL command to re-enable the user:

    ALTER USER <username> SET DISABLED = FALSE;