I’m trying to send a study from one Orthanc Instance on my network to another but the transfer is failing with some kind of TCP error. The relevant portion of my log file is below:
I0115 18:02:30.149132 HttpServer.cpp:1189] (http) GET /modalities
I0115 18:02:36.052574 HttpServer.cpp:1189] (http) POST /modalities/ORTHANC2/store
I0115 18:02:36.160179 JobsRegistry.cpp:701] New job submitted with priority 0: 278a2dfb-f863-476d-8c05-4767a04a62fe
I0115 18:02:36.161147 JobsEngine.cpp:133] (jobs) Executing job with priority 0 in worker thread 1: 278a2dfb-f863-476d-8c05-4767a04a62fe
I0115 18:02:36.163142 DicomModalityStoreJob.cpp:61] Sending instance 64dc6dfd-95b3cec5-4184a7a5-7e06e82b-6f267f32 to modality “TEST-PACS”
I0115 18:02:36.166133 FilesystemStorage.cpp:157] Reading attachment “20e634a4-eaef-4b04-821b-7cc2da14b91a” of “DICOM” content type
I0115 18:02:36.176723 DicomAssociation.cpp:260] (dicom) Opening a DICOM SCU connection from AET “TEST-PACS3” to AET “TEST-PACS” on host 192.168.10.77:4242 (manufacturer: Generic)
E0115 18:02:38.427901 OrthancException.cpp:57] Error in the network protocol: DicomAssociation - C-STORE to AET “TEST-PACS”: DIMSE Failed to send message (0006:031d TCP I/O Error (An existing connection was forcibly closed by the remote host.) occurred in routine: writeDataPDU)
I0115 18:02:38.433431 JobsRegistry.cpp:475] Job has completed with failure: 278a2dfb-f863-476d-8c05-4767a04a62fe
E0115 18:02:38.434428 OrthancException.cpp:57] Error in the network protocol: DicomAssociation - C-STORE to AET “TEST-PACS”: DIMSE Failed to send message (0006:031d TCP I/O Error (An existing connection was forcibly closed by the remote host.) occurred in routine: writeDataPDU)