You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue.
In order to accurately debug the issue this information is required. Thanks!
What version of .NET driver are you using?
2.2.0
What operating system and processor architecture are you using?
Windows server 2019
What version of .NET framework are you using?
.net framework 4.8
What did you do?
Started seeing this error on the server since few days, was working before -
Error: Snowflake Internal Error: Unable to connect. One or more errors occurred. SqlState: 08006, VendorCode: 270001, QueryId:
at Snowflake.Data.Core.Session.SessionPool.NewSession(String connectionString, SecureString password)
at Snowflake.Data.Core.Session.SessionPool.GetSession(String connStr, SecureString password)
at Snowflake.Data.Client.SnowflakeDbConnection.Open()
What did you expect to see?
No error on Snowflake connection.
What should have happened and what happened instead?
github-actionsbot
changed the title
Error: Snowflake Internal Error: Unable to connect. One or more errors occurred. SqlState: 08006, VendorCode: 270001, QueryId:
SNOW-1499157: Error: Snowflake Internal Error: Unable to connect. One or more errors occurred. SqlState: 08006, VendorCode: 270001, QueryId:
Jun 22, 2024
hi - thanks for sharing the logs. they suggest the client driver is not able to connect to the Snowflake account due to the login request not getting a response and eventually timing out.
this behaviour is very rarely associated with the driver itself, especially if the same workflow was working with the same driver earlier, and suddenly it stopped working.
this suggests a change in the underlying network configuration which now apparently prevents the client from reaching the server.
for now I'm closing this Issue as it is not related to the .NET driver but if you think it is afterwards, please do comment and attach the relevant evidence and I can continue looking.
Please answer these questions before submitting your issue.
In order to accurately debug the issue this information is required. Thanks!
What version of .NET driver are you using?
2.2.0
What operating system and processor architecture are you using?
Windows server 2019
What version of .NET framework are you using?
.net framework 4.8
What did you do?
Started seeing this error on the server since few days, was working before -
Error: Snowflake Internal Error: Unable to connect. One or more errors occurred. SqlState: 08006, VendorCode: 270001, QueryId:
at Snowflake.Data.Core.Session.SessionPool.NewSession(String connectionString, SecureString password)
at Snowflake.Data.Core.Session.SessionPool.GetSession(String connStr, SecureString password)
at Snowflake.Data.Client.SnowflakeDbConnection.Open()
What did you expect to see?
No error on Snowflake connection.
What should have happened and what happened instead?
Can you set logging to DEBUG and collect the logs?
snowflake_dotnet4-Arw - Copy.log
https://community.snowflake.com/s/article/How-to-generate-log-file-on-Snowflake-connectors
There is an example in READMD.md file showing you how to enable logging.
What is your Snowflake account identifier, if any? (Optional)
The text was updated successfully, but these errors were encountered: