uuid duplicated

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
jodapecol
Posts: 9
Joined: August 25th, 2017, 9:56 am

uuid duplicated

Post by jodapecol »

Good Cspro Team
When renaming a * .csdb file, that is, the key is changed, the files open perfectly with the applications, but when we want to concatenate the files we cannot do it, because it indicates that there are duplicate cases and not because of the key, but by the uuid that is generated when creating the * .csdb file.
When renaming or changing the key, the uuid is not modified.
How could I change the uuid of a file.
Thanks in advance
aaronw
Posts: 561
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: uuid duplicated

Post by aaronw »

Try exporting the CSDB file to a DAT. Then use the reformat data tool to go from a DAT back to a CSDB. This will recreate each UUID and they'll be unique.

It sounds like you understand the issue. Just to be clear though, you'll generally want the application to create the cases on demand. You don't want to copy a CSDB with "template" cases and deploy them to devices where the application just modifies them.
jodapecol
Posts: 9
Joined: August 25th, 2017, 9:56 am

Re: uuid duplicated

Post by jodapecol »

Thanks
I will do it that way
Post Reply