Data bypassing Orthanc Instance

We have 3 orthanc server and we are sending dicom files from Orthanc1 to Orthanc2 using dicom modality. But the dicom instances are going from Orthanc1 to Orthanc3

Logs from docker compose:

orthanc1 | I0805 08:34:16.893825 DicomModalityStoreJob.cpp:61] Sending instance 3f753b69-f7d2cc0c-732e6e18-51f4431c-f56a701b to modality “ORTHANC2”
orthanc3 | I0805 08:34:16.899405 main.cpp:344] Incoming Store request from AET ORTHANC1 on IP 172.19.0.4, calling AET ORTHANC2
orthanc1 | I0805 08:34:16.894199 FilesystemStorage.cpp:160] Reading attachment “794c1162-5899-455f-8423-20379b93461c” of “DICOM” content type
orthanc3 | I0805 08:34:16.914065 FilesystemStorage.cpp:124] Creating attachment “56335702-c920-409a-b1ec-323129df7953” of “DICOM” type (size: 1MB)
orthanc1 | I0805 08:34:16.932681 DicomModalityStoreJob.cpp:61] Sending instance 0dcaa438-54549191-c2ccfc17-4edc30e7-fc718b92 to modality “ORTHANC2”

Hi,

We can not provide support with so little information.

BTW, check your services names in your docker-compose file and DicomModalities configuration; you’ve probably just mixed some names somewhere.

Best regards,

Alain