1

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!

スクリーンショット

それから私は使用し-o log_level=DEBUGました。ログ ファイルを見ると、「禁止」エラーが発生していることがわかります。

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

私に何ができる?誰かが同じ問題を抱えていますか?

4

2 に答える 2

3

以前の私のコメントから: アカウントには地域などを必ず含めてください。UI を介して Snowflake にアクセスするために使用する URL には、snowflakecomputing.com までのすべてが含まれている必要があります。

于 2019-12-06T12:49:41.900 に答える