Error: unable to read response from server.

Discussions about syncing data via Bluetooth, Dropbox, FTP, and using CSWeb
Forum rules
New release: CSPro 8.0
Post Reply
Xavi
Posts: 31
Joined: May 22nd, 2017, 9:42 am

Error: unable to read response from server.

Post by Xavi »

Am synchronizing data from the tablet with internet to the CSweb server but I get this error "Error: unable to read response from server.", What is the problem with the data file. Attached is the log file
sync.log
Error: unable to read response from server.
(18.16 KiB) Downloaded 283 times
savy
Posts: 159
Joined: December 27th, 2012, 1:36 pm

Re: Error: unable to read response from server.

Post by savy »

From the logs this seems like a MySQL issue

Please try adding in my.ini (the file for MySQL configuration) this line
[mysqld]
max_allowed_packet=32M


Make sure to restart MySQL
Xavi
Posts: 31
Joined: May 22nd, 2017, 9:42 am

Re: Error: unable to read response from server.

Post by Xavi »

Dear Savy,
Attched is the .in file
Attachments
my.ini
(5.36 KiB) Downloaded 209 times
savy
Posts: 159
Joined: December 27th, 2012, 1:36 pm

Re: Error: unable to read response from server.

Post by savy »

xavi,

Can you send the mysql.log file located here E:/Programs/wamp5/wamp/logs/mysql.log
savy
Posts: 159
Joined: December 27th, 2012, 1:36 pm

Re: Error: unable to read response from server.

Post by savy »

my.ini you sent still has max_allowed_packet as 1M. Please change it to 32M and restart MySQL
Post Reply