Error: unable to read response from server.

Discussions about syncing data via Bluetooth, Dropbox, FTP, and using CSWeb
Post Reply
Xavi
Posts: 32
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
You do not have the required permissions to view the files attached to this post.
savy
Posts: 201
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: 32
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
You do not have the required permissions to view the files attached to this post.
savy
Posts: 201
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: 201
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