Syn data Error 100101

Discussions about syncing data via Bluetooth, Dropbox, FTP, and using CSWeb
Forum rules
New release: CSPro 8.0
mgtoukam
Posts: 29
Joined: March 24th, 2015, 4:23 am

Re: Syn data Error 100101

Post by mgtoukam »

ok I 'll send the all file.

But this logic I usualy used for the sync work well with CsPro 7.1 designer.

string cswebServerUrl = "http://www.myserver.com/api";

// connect to the CSWeb server
if syncconnect(CSWeb,cswebServerUrl) then

// get the latest versions of the application files from the CSWeb server
syncfile(GET,"/DOCTOR/DOCTOR_WAVE1.pff");
syncfile(GET,"/DOCTOR/DOCTOR_WAVE1.pen");

// send the latest cases to the CSWeb server
syncdata(PUT,DOCTOR_WAVE1_DICT);

syncdisconnect();

endif;

it's a problem of version of CsPro designer 7.2

Michel
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Syn data Error 100101

Post by josh »

Are you using version 7.1 or 7.2 on the server? If you are using 7.2 for you application you should use version 7.2 on the server too.
mgtoukam
Posts: 29
Joined: March 24th, 2015, 4:23 am

Re: Syn data Error 100101

Post by mgtoukam »

I didin't have acces to upgrated the csweb interface.

I'm using cspro 7.2 desinger and csweb 7.1.

Regards
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Syn data Error 100101

Post by josh »

That could be the problem. Please upgrade CSWeb to version 7.2.
Post Reply