Status Update
Comments
gi...@block.xyz <gi...@block.xyz> #2
Our business model requires a higher traffic during this time of month, which is why we have seen the err - maybe the error appeared even before.
If the user re-tries ( using the same credentials ) the same action couple of minutes after , it is working.
Please advice.
ro...@kognitivinc.com <ro...@kognitivinc.com> #3
Hello,
As the example shown in the video is testing the connection multiple times in a row, has it happened by testing the connection once (or until it succeeds), then running the code and queries needed and after a while trying to connect again? Is it still failing?
Regards.
ma...@gmail.com <ma...@gmail.com> #4
We have also noticed that sometimes if we refresh the Google Sheet file, from where the INSERT is fired , using the JDBC connection , we are able to connect and insert the records.
Last year we have had a similar issue due to a rollout of some changes on JDBC class ( related to Issue # 28402227 )
Following the discussions with your developers , they did a rollback which fixed the error and we were able again to use the mechanism.
I guess now there is another rollout related to JDBC ?
Or what is the reason of this issue happening suddenly and randomly?
jo...@gmail.com <jo...@gmail.com> #5
It connects intermittently and when it doesn't, it stays 30 seconds connecting until the error is thrown.
I tell my users to try to run the code over and over again, until they finally connect.
yu...@expensify.com <yu...@expensify.com> #6
Hello,
Thank you for your comments, this has been forwarded internally.
Regards.
jo...@oikos-international.org <jo...@oikos-international.org> #7
I have the same issue, getting this error "Failed to establish a database connection. Check connection string, username and password." around 30% of the time.
We are getting frequently below error.
Error : Failed to establish a database connection. Check connection string, username and password. at __GS_INTERNAL_top_function_call__.gs:1:8
Please fix this issue ASAP
jo...@google.com <jo...@google.com> #8
Our deployment is experiencing the same issues, spiking on August 1 -- by August 4 we realized that our allowlist in Cloud SQL lacked a few critical subnets. That was completely a problem on our end.
After fixing it, the connection error rate dropped to the ambient level of less than 45k/day. On August 12 we tracked only ~3k errors, but after that connection errors have been on the rise again, reaching 125k failed connections just yesterday (Aug 16).
I understand that the issue has already been reported internally. But I hope these additional time references will be helpful.
Thanks
ma...@dynamicscreen.com <ma...@dynamicscreen.com> #9
Hello,
In order to move this investigation forward our product engineering team may need sensitive data, therefore Issue Tracker is not the best environment (public) to do so.
This is why I strongly encourage you to reach out to your admin to open a ticket to
If you have any additional questions, please feel free to reach out.
Kind regards.
[Deleted User] <[Deleted User]> #10
[Deleted User] <[Deleted User]> #11
si...@comeen.com <si...@comeen.com> #12
fr...@parkside-interactive.com <fr...@parkside-interactive.com> #13
ga...@comeen.com <ga...@comeen.com> #14
Can any one help on this, incase found any solutions
yu...@pwc.com <yu...@pwc.com> #15
A few days ago I've updated the whitelist based on this document:
[Deleted User] <[Deleted User]> #16
The DB we are connecting to is an AWS RDS database. So far, no signs of trouble with the database itself.
I don't see what I can do to improve the experience (apart from migrating the app). Any insights?
ja...@google.com <ja...@google.com> #17
One behavior I noticed was when I caught the error in error handling and tried to reconnect in the same code execution it would fail 100% of the time. So my work around ended up writing code that if the execution was from a trigger to create a new trigger to run the code and that seems to work. If the execution was from a menu I would simply alert the user to re-try.
is...@google.com <is...@google.com>
lu...@google.com <lu...@google.com> #18
Please use enabledTLSProtocols=TLSv1.2 instead of useSSL=false, Hope it will work.
Description
A short description of the request:
With the new feature that was recently rolled out that allows users to specify if they are working from Office/Home/Multiple Locations, it has really made Google Calendar a lot more useful for a hybrid environment.
Our organization would benefit greatly from being able to both see these locations, as well as change them through the API
What is the purpose of this new feature?
To allow API applications to read from, and update a user's work location. We have a companion app for our organization to help us understand who is in the office and who is working remotely.
What existing APIs would this affect?
Calendar API settings .
What existing data does this use?
The user's configured working location settings.