Hello,
I’m running test installations of Orthanc for Windows.
OS in use: Windows 7 x32, Windows Server 2016 x64.
Firewall is off.
DICOM client in local network retrieve images well when client’s IP in DicomModalities is the same as the client’s static IP.
When the client’s IP differs (for example, acquired by DHCP), images can’t be retrieved despite the DicomCheckModalityHost set to false.
Al I had add comparing to default config is new modality in DicomModalities.
#1. Works fine
Orthanc IP: 10.1.1.241
Orthanc AE title: ORTHANC
Client static IP: 10.1.1.10
Client AET: MYDICOM
“DicomModalities” : {
“mydicom” : [ “MYDICOM”, “10.1.1.10”, 104 ]
}
Record from log-file:
W0122 22:18:12.864362 OrthancMoveRequestHandler.cpp:275] Move-SCU request received for AET “MYDICOM”
#2. Doesn’t retrieve images
Orthanc IP: 10.1.1.241
Orthanc AE title: ORTHANC
Client static IP: 10.1.1.111 (or dynamic IP)
Client AET: MYDICOM
“DicomModalities” : {
“mydicom” : [ “MYDICOM”, “10.1.1.10”, 104 ]
}
Records from log-file:
W0122 22:18:54.801839 OrthancMoveRequestHandler.cpp:275] Move-SCU request received for AET “MYDICOM”
E0122 22:19:04.801854 OrthancException.h:85] Error in the network protocol: DicomUserConnection: Failed to establish association
0006:0317 Peer aborted Association (or never connected)
0006:031c TCP Initialization Error: The operation completed successfully. (Timeout)
E0122 22:19:04.801854 MoveScp.cpp:237] IMoveRequestHandler Failed: Error in the network protocol
SynedraViewPersonal (used as the DICOM client) error message:
The following exception has occurred:
syn::data::RetrievalFailedException
Error while retrieving form the dicom server using the url: syn://dicom/load?calling_aet=MYDICOM&called_aet=ORTHANC&dicom_port=4242&receive_port=104&secure_receive_port=0&host=10.1.1.241&connect_timeout=120&retrieve_timeout=1200&enable_ssl=0&archive_id=Orthanc241-10.1.1.241%3a4242-MYDICOM-%3eORTHANC&resolveToSeries=0&patientid=47191&dicom_study_id=1.2.826.0.1.3680043.2.876.14162.14.886.20181126113409.0.4.1&sessionid=0&stream=1&loadPartial=1&resolveToReports=1, exception: Nonzero status returned in CMOVE response: 49152
syn::data::RetrievalFailedException
Config and log files attached.
Any ideas are welcome.
orthanc.json (17.7 KB)
Orthanc.log.20190122-221805.2212 (5.43 KB)
Orthanc.log.20190122-221846.4568 (5.79 KB)