[UniDac 6.0.2] Net packets out of order
Posted: Fri 20 Mar 2015 09:55
Hi,
I'm developping with :
- Delphi Xe3,
- Windows 7 64bits,
- MySQL 5.6.20 64bits
My application is a 3 tiers application, and my software server use DataSnap technology for my software client. My client software use TClientDataset and TDataSetProvider to get Datas.
My UniConnection have a onerror event and my TDSSServer have a too.
Reguraly, when my client connect to my server and I've got this errors :
MySQL.ini have a connectiontimeout to 90
I've searched the forum for this issue but all answer talk about a connection for each thread : is it really linked ?
Thanks for anyone who can get me some infos or clues
I'm developping with :
- Delphi Xe3,
- Windows 7 64bits,
- MySQL 5.6.20 64bits
My application is a 3 tiers application, and my software server use DataSnap technology for my software client. My client software use TClientDataset and TDataSetProvider to get Datas.
My UniConnection have a onerror event and my TDSSServer have a too.
Reguraly, when my client connect to my server and I've got this errors :
Code: Select all
10:28:51:287 - TDtmServer.MyServerConnectionError (EUniError - 2014) : Commands out of sync; You can't run this command now
10:29:22:853 - TDtmServer.MyServerConnectionError (EUniError - 1156) :
ReceiveHeader: Net packets out of order: received[50], expected[8]
10:29:23:170 - TDtmServer.MyServerConnectionError (EUniError - 1156) :
ReceiveHeader: Net packets out of order: received[48], expected[9]
10:29:23:171 - DSServerError (EUniError) :
ReceiveHeader: Net packets out of order: received[48], expected[9]
I've searched the forum for this issue but all answer talk about a connection for each thread : is it really linked ?
Thanks for anyone who can get me some infos or clues
