Search found 68 matches

by Enkhbayar
November 20th, 2019, 4:08 am
Forum: Synchronization
Topic: How to prevent cases ID duplication when synchronized
Replies: 8
Views: 6339

Re: How to prevent cases ID duplication when synchronized

Enumerator assignment from a menu app is best way to avoid duplication. But if its not possible, you can check duplication in Supervisor app before sync to the server. Here is small code I use in the agriculture app. function op_check_dup() close(CHECK_DUP_DICT); filecreate("temp\checkdup.dat&q...
by Enkhbayar
October 11th, 2019, 9:28 am
Forum: Synchronization
Topic: broken case issue
Replies: 3
Views: 2376

Re: broken case issue

where can I find sync.log? I use .pff to download.
by Enkhbayar
October 11th, 2019, 9:04 am
Forum: Synchronization
Topic: broken case issue
Replies: 3
Views: 2376

broken case issue

We have a serious problem. We got the error msg as below when we sync to the ftp server. Everything was ok last 2 weeks, but today had this problem. After I've checked all cases synced today, the one case causes this problem. How to avoid this kind of issue?

info: v-7.2.1, csdb, normal ftp
by Enkhbayar
October 4th, 2019, 8:02 am
Forum: Entry
Topic: how to clean or compress CSDB
Replies: 2
Views: 2461

Re: how to clean or compress CSDB

It depends what you mean by "cleaning". By converting from csdb->text->csdb you are throwing away a lot of information. By doing the conversion from csdb to text you are discarding the notes, the revision history, the partial save status the deleted cases and the sync history. That might ...
by Enkhbayar
October 4th, 2019, 7:24 am
Forum: Entry
Topic: how to clean or compress CSDB
Replies: 2
Views: 2461

how to clean or compress CSDB

does anyone know how to clean garbage from a csdb?

I did it using covert CSDB -> DAT -> CSDB. you can see the differences from the screenshot. both files contains exactly same cases.
EICV_A.csdb vs EICV_A_old.csdb & EICV_B.csdb vs EICV_B_old.csdb.

am looking for other way, any idea?
by Enkhbayar
October 3rd, 2019, 2:54 pm
Forum: Entry
Topic: Export comments from csdb
Replies: 3
Views: 2980

Re: Export comments from csdb

Tnx Josh, I managed to retrieve notes data automatically using a batch app.
by Enkhbayar
October 1st, 2019, 9:15 am
Forum: Entry
Topic: Export comments from csdb
Replies: 3
Views: 2980

Re: Export comments from csdb

Josh, is it possible to add one more function to export csnot files from the batch in the next release of CSPro?
by Enkhbayar
September 24th, 2019, 12:10 pm
Forum: Tools
Topic: Excel2CSPro issue
Replies: 2
Views: 1922

Re: Excel2CSPro issue

Thanks Josh, Maybe I need to upgrade .NET framework. That file works on other pc.
by Enkhbayar
September 24th, 2019, 10:07 am
Forum: Tools
Topic: Excel2CSPro issue
Replies: 2
Views: 1922

Excel2CSPro issue

Does anyone know how to solve this issue? CSPro 7.2.1

Tnx
by Enkhbayar
September 6th, 2019, 10:29 am
Forum: Entry
Topic: New released cspro version 7.3
Replies: 11
Views: 7034

Re: New released cspro version 7.3

Hi Josh, I´m using the pathname(Application) to get the proper path and generate a pff to call another csentry program, but I still have problems with the "CsPro has stopped". Sometimes it issues the message when calling the pff, sometimes the program does not say anything and returns to ...