Search found 37 matches

by lestcape
September 8th, 2020, 7:11 pm
Forum: Synchronization
Topic: Avoid synchronization while an synchronization is already in progress.
Replies: 12
Views: 5111

Re: Avoid synchronization while an synchronization is already in progress.

Thanks one more time @josh. I will answer your sentences one by one only to show you that i fully understand the process (because, yes the problem reside in the implementation level). I migrate CSWeb 7.0 from MySQL to PostgresSQL some month ago and i implement a mechanism in CSWeb 7.4 to extract the...
by lestcape
September 8th, 2020, 6:24 pm
Forum: Synchronization
Topic: CSWeb failure with RFC3339 and CSPro is thinking that all is ok
Replies: 3
Views: 1878

Re: CSWeb failure with RFC3339 and CSPro is thinking that all is ok

Thanks again @josh, unfortunate we have not contact with the client and they have not the training to extract the info by himself. The client are in all states of the Mexican countries and this is exactly the problem that we have. If we can access to the client, we can fix the problem, but we have n...
by lestcape
September 8th, 2020, 2:35 pm
Forum: Synchronization
Topic: CSWeb failure with RFC3339 and CSPro is thinking that all is ok
Replies: 3
Views: 1878

CSWeb failure with RFC3339 and CSPro is thinking that all is ok

We are using CSPro/CSWeb 7.4 but CSWeb have a problem to check the schema format of the json that CSPro is sending to the server. Exactly the problem occurs checking the date-time format Rfc3339 of the interview notes. We temporary fixed the problem commenting the related code in CSWeb: case 'date-t...
by lestcape
September 8th, 2020, 12:49 pm
Forum: Synchronization
Topic: Avoid synchronization while an synchronization is already in progress.
Replies: 12
Views: 5111

Re: Avoid synchronization while an synchronization is already in progress.

Probably is because the user use the shortcut (Ctrl+Shift+S) to send the info and he hit several time the shortcut, sending several times the same info.

This can be prevented somehow?
by lestcape
September 8th, 2020, 12:37 pm
Forum: Synchronization
Topic: Avoid synchronization while an synchronization is already in progress.
Replies: 12
Views: 5111

Re: Avoid synchronization while an synchronization is already in progress.

Thanks @josh. Yes, your answerer is not relate with my question at all. Suppose that i have just one CSPro client of my CSWeb server. He is using one only device (the device 0000000) and it have one case (case 001 with guid 0000-0000-0000-0001) in his device. He already finished his case and then pu...
by lestcape
September 4th, 2020, 2:30 pm
Forum: Synchronization
Topic: Avoid synchronization while an synchronization is already in progress.
Replies: 12
Views: 5111

Avoid synchronization while an synchronization is already in progress.

I want to know if will be possible avoid a synchronization while a synchronization is already in progress. We don't let modify a case when is complete. So, to us is supposed that if we have a case that is not in partial_save_mode in CSWeb we can not recive the same case (same GUID) after it is store...
by lestcape
August 19th, 2020, 2:30 pm
Forum: Editing
Topic: CSPro have a good support for duplicate cases?
Replies: 3
Views: 3009

Re: CSPro have a good support for duplicate cases?

Thanks both, that answer fully my questions. CSPro have a good support for duplicate starting with CSPro 7.4.

Code: Select all

locate(DICT_NAME, uuid, case_uuid);
was the useful addition that I didn't know.
Regards.
by lestcape
August 19th, 2020, 2:49 am
Forum: Editing
Topic: CSPro have a good support for duplicate cases?
Replies: 3
Views: 3009

CSPro have a good support for duplicate cases?

How we can delete the wrong duplicate case while conserved the right one in the same device? I know we can use the delcase (https://www.csprousers.org/help/CSPro/delcase_function.html) function to delete a case by ids, but what happens when we have a duplicate and we want to preserved the right and ...
by lestcape
October 6th, 2017, 1:49 pm
Forum: Other
Topic: Know about the csdb file specification format is important.
Replies: 2
Views: 4018

Re: Know about the csdb file specification format is important.

Thanks josh. You really save my live with your comment. I'm aware that CSPro need to have a possibility for an evolution, because you, me and all deserved that. It's clear to me then is need modify the things. Is just i can not use a tool that was build for Windows in a linux server where i have Imp...
by lestcape
October 5th, 2017, 3:48 pm
Forum: Other
Topic: Know about the csdb file specification format is important.
Replies: 2
Views: 4018

Know about the csdb file specification format is important.

CSPro now handled the data by default in the csdb format. The csdb format is really specific of CSPro and of course can not be integrate with other custom tools or applications without to know the new csdb file format specifications. Where I can read a description of the specifications of this new f...