SQLite error code 10

Hello everyone,

When I run the orthanc service, I have the following error “SQLite error code 10”.

Has anyone ever encountered this error.

Thanks in advance

Hi,

It means that Orthanc can not access the DB file (https://www.sqlite.org/rescode.html#ioerr).

Most probable origin of the error:

  • Orthanc has no write access to the folder
  • Another process (Orthanc or other) has already opened this file

HTH

Alain

Thank you Alain,
but :

  • how do I give the writing access to the orthanc service?
  • How do I know if a file is opened by another process?

Note : i am using windows 10 as the operating system.

Hello,

You can type “Ctrl-Alt-Delete” to see all the processes that are running on your computer.

Note that the Windows installers by Osimis automatically install Orthanc as a background service that is automatically started at boot time. Use the tool “service.msc” to control how the service is started.

Sébastien-