-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client unable to establish connection #185
Comments
Is there any update on this, please? |
I think what is going on is that you're running a query with a connection that is expired and can't be renewed. The error that you got back is pretty generic so to be sure about my hunch, can you collect and post the following information: 1 ) System OS and version |
I have the same issue with the pdo_snowflake version 1.2.5 build on docker image php:8.0.24-apache. It happens randomly on any SQL query after some time I thought it might be a network issue but what I found in the log file was: "Renew session was unsuccessful" I tried on both user/password and key-pair authentication and it happens from time to time on both. Here is a full log 2023-03-22 07:36:10.872 DEBUG PDO snowflake_driver.c 371: dbh=0x55ca47a5ee10, attr= |
hi - there's been a couple releases since this issue was created (and unfortunately left largely unattended ) |
The extension is working great but I'm getting the below error at random times on EC2 Ubuntu, Laravel. I'm using Laravel queue cron to run the script and it fails at PDOStatement->execute() randomly.
PDOException: SQLSTATE[08001]: Client unable to establish connection: 240009 Request returned as being unsuccessful
Any idea where this is going wrong?
The text was updated successfully, but these errors were encountered: