October 23, 201411 yr Hi I'm new to easysync and was able to pull data but now pushing data to the server is giving me error messages. I'm getting a "the attempt to push data to the server has failed- the message received from the server was -3" message. Does anybody know what this error means?
October 24, 201411 yr Suzie -- The error that you referenced was likely thrown by the "Process Payload from Client" script in the hosted file. Error -3 indicates that the payload that the server received from the mobile client was malformed. This could be caused by a communication problem between the mobile client and the host. You might want to try the sync again. I would also double-check the configuration. -- Tim
October 24, 201411 yr Author Thank you so much, yes it was the "Process Payload from Client" script, there was a file link missing in that script. Works great now!
October 26, 201411 yr I have the same error. Suzie2 could you please describe which file link was missing in the script and approximately on which line, please.
November 4, 201411 yr Author Hi Its the process payload from client script in the easysync server folder of scripts, there in the "is the payload well formed" segment - thats where the -3 error originates, in my case a file link was missing in that area when I copied over the scripts from the easysynchosted file scripts ( To get the correct file missing you can check the easysynchosted file process payload script again to see if you copied all the lines properly over) - which gave that error ... but thats where you can look for code not well formed.
Create an account or sign in to comment