# HG changeset patch # User Sebastien Jodogne # Date 1475820444 -7200 # Node ID 12b204ee328d8541c98e5be5f4af80ea3fb50d88 # Parent d7796decd3fe9e14d5b3b80c3e1de72e047ecced remark about replication diff -r d7796decd3fe -r 12b204ee328d Sphinx/source/faq/orthanc-storage.rst --- a/Sphinx/source/faq/orthanc-storage.rst Tue Oct 04 09:41:14 2016 +0200 +++ b/Sphinx/source/faq/orthanc-storage.rst Fri Oct 07 08:07:24 2016 +0200 @@ -1,3 +1,5 @@ +.. _orthanc-storage: + How does Orthanc store its database? ==================================== diff -r d7796decd3fe -r 12b204ee328d Sphinx/source/users/replication.rst --- a/Sphinx/source/users/replication.rst Tue Oct 04 09:41:14 2016 +0200 +++ b/Sphinx/source/users/replication.rst Fri Oct 07 08:07:24 2016 +0200 @@ -39,6 +39,16 @@ disabled (cf. option ``StorageCompression`` in the :ref:`configuration file `). +**Important remark:** Because of :ref:`the way Orthanc stores its +database ` on the filesystem, it is *entirely normal* +that the ``ImportDicomFiles.py`` script ends by saying that only half +of the DICOM files were properly sent. This is because the JSON +summaries are not DICOM files, and are thus rejected by the target +Orthanc server. More information are available `on the discussion +group +`__. + + Generic replication -------------------