

MikeMon
Members-
Content Count
147 -
Joined
-
Last visited
-
Days Won
1
Everything posted by MikeMon
-
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? -
The link https://blog.grijjy.com/2017/01/23/using-facebook-sdk-native-framework-for-ios-and-android-for-social-login-and-more-part-1/ and the GitHub repository https://github.com/grijjy/DelphiSocialFrameworks are 3 years old. Is there a newer way of using the Facebook API in Firemonkey (iOS and Android)?
-
I can see Bonus KSVC 7.0 in my GetIt Package Manager just fine.
-
Hi In Interbase, does anybody know how to use an expression in the "group by" clause, e.g.: select extract (month from HIRED_DATE) HIREDMONTH, count(*) EMPLOYEECOUNT from employee group by extract (month from HIRED_DATE) or select extract (month from HIRED_DATE) HIREDMONTH, count(*) EMPLOYEECOUNT from employee group by 1
-
I have a very strange situation. I have developed an online ordering app connecting to a Datasnap server. This is the strange part: purely by luck, I found out that when I have a database connection active (by another software) on the server where the datasnap server resides, the app runs very fast; when I don't it is way too slow(er). I use Interbase and Firedac. Does this make sense? Has anyone come across an issue like this? It's like when the database has no connections active, the first connection is taking way too long.
-
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? -
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. I checked on 2 different servers. On both servers, if another software is running that is connected to the same database, the Datasnap connections from clients are much faster. Very strange. -
But the official Embarcadero docwiki 10.4 Sydney - Release 2 - RAD Studio (embarcadero.com) states that it does. Is it safe to follow @vfbb 's post above?
-
Does anybody have any working code examples on how to implement Firebase Analytics, particularly Events, with Firemonkey?
-
Anyone? or even a point in the right direction?
-
Is anybody facing any problems logging on to my.embarcadero.com?
-
Yes. It's back on!!
-
There seems to be a general problem with Embarcadero's links. E.g. my.embarcadero.com
-
Tx. So, it's not just me!!
-
I use this approach, too.
-
Currently I use TTMSFNCImage to download images from a URL; using the LoadFromURL procedure. I'm looking for alternatives to do the same, to try and see which way is faster and more efficient. Any ideas?
-
Hi. I'm using it for multi-device apps.
-
Hi. Do you have a working example for reference?
-
Does anyone have any working example(s) on how to use OneSignal push notifications on iOS and Android?
-
TRESTClient Exception: REST request failed: Error sending data: (12175) A security error occurred
MikeMon replied to MikeMon's topic in Network, Cloud and Web
Hi @Huseyin Ozkan Erdem Thank you for your answer. We had tried the fix prior to creating this thread. Unfortunately, it does not work on Windows Server 2012.