Search found 6 matches

by Abel
May 14th, 2019, 9:42 am
Forum: Synchronization
Topic: Bluetooth transmission failed
Replies: 3
Views: 2958

Re: Bluetooth transmission failed

Hi Josh I have got the same error "Error 100100 Failed to connect to sync server " in Bluetooth synchronization.But when i check on another android 7.0 tablet it works perfectly. on android 5.1 it displays this message (For CSPro7.0). Josh do you think is that the android version Or any ot...
by Abel
April 17th, 2019, 4:51 am
Forum: Synchronization
Topic: Acess is denied to ftp server for PUT data from the field
Replies: 1
Views: 1770

Acess is denied to ftp server for PUT data from the field

In FTP sync syncfile works perfectly but for the sync data it displays error message saying that
"Error connecting to sync server: it is auronsoftware.ftp4j.FTPException:Acess is denied"
by Abel
August 8th, 2017, 3:15 am
Forum: Synchronization
Topic: Dropbox Sync
Replies: 41
Views: 34406

Re: Dropbox Sync

In addition to using the data viewer you can write a CSPro application that uses the sync functions to download from the Dropbox. Just replace the "PUT" with "GET" in the code you have already: if syncconnect(Dropbox) then syncdata(GET,MODULE_1_DICT); syncdata(GET,MODULE2_DICT);...
by Abel
August 1st, 2017, 2:17 am
Forum: Synchronization
Topic: Dropbox Sync
Replies: 41
Views: 34406

Re: Dropbox Sync

In addition to using the data viewer you can write a CSPro application that uses the sync functions to download from the Dropbox. Just replace the "PUT" with "GET" in the code you have already: if syncconnect(Dropbox) then syncdata(GET,MODULE_1_DICT); syncdata(GET,MODULE2_DICT);...
by Abel
July 31st, 2017, 4:29 am
Forum: Synchronization
Topic: Dropbox Sync
Replies: 41
Views: 34406

Re: Dropbox Sync

Thanks Josh, Now it sync successfully to the drop box. and it creates CSPro folder then DataSync/Dictionery name/ data/... I try to download the from the data viewer, i fail to connect to drop box, i think it may be the internet connection (but i can open the drobox from my browser).Is there any oth...
by Abel
July 26th, 2017, 10:13 am
Forum: Synchronization
Topic: Dropbox Sync
Replies: 41
Views: 34406

Re: Dropbox Sync

Hi Dear Jos, I am using Sync Connect function using Dropbox. function SyncToHQ() if syncconnect(Dropbox) then syncdata(PUT,MODULE_1_DICT); syncdata(PUT,MODULE2_DICT); syncdata(PUT,MODULE3_DICT); syncfile(GET,"KAP/MODULE1.pen"); syncfile(GET,"KAP/MODULE2.pen"); syncfile(GET,"...