I'm trying to c-move images from a long term archive to another PACS (dcm4chee) system. I'm using orthanc to query and then c-move between the two asynchronously.
It is working, except sometimes the jobs will fail with a timeout part of the way through it and I have to restart them.
I have successfully moved a large amount of studies before these jobs fail so its not an association error with dicom AE titles etc being setup incorrectly.
When running with --verbose --trace-dicom here is the error its showing before the job fails.
D: timeout of 10 seconds elapsed while waiting for C-MOVE Responses
E1116 15:44:35.364607 OrthancException.cpp:57] Error in the network protocol: DicomAssociation - C-MOVE to AET "VNARAD": DIMSE No data available (timeout in non-blocking mode)
Attached is my configuration.json file.
I've already changed both the "DicomScpTimeout" "DicomScuTimeout" in the config file and i'm not sure where else to look.
Would appreciate any insight here.