MikeMon
Members-
Content Count
130 -
Joined
-
Last visited
-
Days Won
1
MikeMon last won the day on April 3 2020
MikeMon had the most liked content!
Community Reputation
12 GoodRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hi Is there an Interbase XE3 ODBC driver for Linux?
-
I am aware that DevExpress VCL 23.1 doesn't officially support Delphi 12. Has anyone found a workaround?
-
The additional search match highlight "Foreground color" has no effect.
-
Does anyone know if there is a Quickreport version for Delphi 11.1?
-
Anybody knows how to enable TLS 1.2 (or any other SSL version) in Datasnap? It seems to only have TLS 1 enabled. I tried using "TIdServerIOHandlerSSLOpenSSL.SSLVersions" to enable TLS 1.2 but it didn't work.
-
Google Play Console: How to update the certificate used when uploading a new app version
MikeMon posted a topic in FMX
What's the procedure to upload a new app version to Google play if you have changed the keystore file? When I'm uploading the new private key I created during the "opt in" procedure in the "App Integrity" screen of Google Play Console, I'm getting the following exception: "The private key does not match the certificate we know for this app". Basically, how can I update the certificate? -
Android 64: keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect.
MikeMon replied to MikeMon's topic in Cross-platform
Yes. The 32-bit version is working fine. I even checked the "check passwords" and it's fine. The thing is I haven't even assigned anything on the 64-bit. The minute I choose the 54-bit bit, I'm getting the error. BTW, when I go to Tools->Options->Deployment->Provisioning and assign it there, it's working fine for both 32 and 64. Is it enough? -
Hi I'm using Delphi 11 and I have this strange issue. Under provisioning, assigning a keystore file and alias for Android 32-bit is working perfectly fine. When I go to Android 64-bit, I'm immediately getting the following error: keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect. The thing is that there is nothing yet assigned in the 64-bit provisioning key store and I'm getting the error. Has anyone come across anything like this?
-
I can see Bonus KSVC 7.0 in my GetIt Package Manager just fine.
-
Datasnap Connection Too Slow When No Other Software is Connected to the Database on the Server
MikeMon replied to MikeMon's topic in Network, Cloud and Web
Session. And it's a rest connection. -
Datasnap Connection Too Slow When No Other Software is Connected to the Database on the Server
MikeMon replied to MikeMon's topic in Network, Cloud and Web
OK Lars. Thank you!! -
Datasnap Connection Too Slow When No Other Software is Connected to the Database on the Server
MikeMon replied to MikeMon's topic in Network, Cloud and Web
Yes. It's the SessionTimeout of the TDSHTTPWebDispatcher. Currently it's 20 minutes. But again, if that was the problem, I would ALWAYS have the problem; regardless if there is another connection active or not. -
Datasnap Connection Too Slow When No Other Software is Connected to the Database on the Server
MikeMon replied to MikeMon's topic in Network, Cloud and Web
There is no KeepAlive setting on the server. I am using Datasnap, not RAD Server. -
Datasnap Connection Too Slow When No Other Software is Connected to the Database on the Server
MikeMon replied to MikeMon's topic in Network, Cloud and Web
TDSRestConnection.Connection is Keep-Alive. But like I said earlier, when I have a connection to the database by another software, there is no speed issue on the client. That's the strange part. -
Datasnap Connection Too Slow When No Other Software is Connected to the Database on the Server
MikeMon replied to MikeMon's topic in Network, Cloud and Web
My application as in the client (app)? i don’t use any timers. Every single call to the datasnap server is much slower except if there is already a connection to the database on the server side. How does this code help exactly?