changeset 46:12b204ee328d

remark about replication
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Oct 2016 08:07:24 +0200
parents d7796decd3fe
children 2829fc2bfab1
files Sphinx/source/faq/orthanc-storage.rst Sphinx/source/users/replication.rst
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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?
 ====================================
 
--- 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 <configuration>`).
 
+**Important remark:** Because of :ref:`the way Orthanc stores its
+database <orthanc-storage>` 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
+<https://groups.google.com/d/msg/orthanc-users/Zlhtcpo76qQ/tp8EqaRCAQAJ>`__.
+
+
 Generic replication
 -------------------