无法使用SnowSQL连接到Snowflake数据库

时间:2019-12-05 17:10:18

标签: snowflake-data-warehouse snowsql

我无法通过Windows控制台与snowsql连接:

<!-- language: lang-html -->
    C:\Users\musik>snowsql -a [myAccount] -u [myUserName]<br>
    Installing version: 1.2.0  [####################################]  100%<br>
    Password:<br>
<!-- end snippet -->

我收到此错误消息:

250001 (08001): Failed to connect to DB. Verify the account name is correct: [myAccount].snowflakecomputing.com:443. HTTP 403: Forbidden
If the error message is unclear, enable logging using -o log_level=DEBUG and see the log to find out the cause. Contact support for further help.
Goodbye!

Screenshot

然后我使用了-o log_level=DEBUG。在日志文件中,我可以看到出现“禁止”错误:

2019-12-05 16:45:16,510 (6472/MainThread) snowflake.connector.network DEBUG        network:822  - HTTP 403: Forbidden. Retrying...

我该怎么办?有人有同样的问题吗?

2 个答案:

答案 0 :(得分:1)

根据我之前的评论:请确保在您的帐户中包括该地区等。它应包含您通过UI访问Snowflake所用的URL中直到雪花计算.com的所有内容。

答案 1 :(得分:0)

请使用以下命令:

雪花网址:https://abc.snowflakecomputing.com 帐号名:abc User_name:提供完全限定的用户名

snowsql -a -u

注意:在此之前,请确保您能够使用雪花Web UI使用用户名和密码登录。

非常感谢, 斯里加