Page 1 of 1

Error SQLite error 11

Posted: Mon Aug 26, 2019 10:05 am
by awm
I'm sorry to say that I had to switch to Onenote. A year or two ago I've lost all my notes in CN and couldn't restore a back up anymore.... But to day I installed v.3.13 to see if things got better. But after installing en exiting the application, CN that is, I got the errors you find in the attached emails...
Still no reason to go back to CN. It's a pitty because of the strenghts of CN. But as an analyst I have to trust the availability of my build up knowledgde base....
error.png
error.png (21.83 KiB) Viewed 16712 times

Re: Error SQLite error 11

Posted: Thu Sep 05, 2019 6:51 am
by CintaNotes Developer
Hi awm,

Sorry to hear about the issue!..
There are ways to fix the database:
1) First, try to simply import it into a new notebook.
2) If that doesn't work, download sqlite tool from sqlite.org,
run

Code: Select all

sqlite.exe <nameofyourdb>.db
and then run

Code: Select all

reindex;
command.
After that the error should be gone in most cases.
3) In case nothing else helps, you can send the db to me and I'll do my best to fix it for you.