Errors. Need help

Dear All
When Zview try connect to Orthanc i see errors in logs of Orthanc .
“DicomModalities” : {
“weasis” : [ “WEASIS”, “localhost”, 11113 ]
}
W0901 09:14:49.113313 main.cpp:923] Orthanc has started
W0901 10:17:22.858767 main.cpp:405] DICOM authorization rejected for AET ZVIEW on IP 192.168.1.11: This AET is not listed in configuration option “DicomModalities”
W0901 10:17:22.858826 CommandDispatcher.cpp:830] Rejected N-ACTION request from remote DICOM modality with AET “ZVIEW” and hostname “192.168.1.11”
W0901 10:17:53.030290 main.cpp:405] DICOM authorization rejected for AET ZVIEW on IP 192.168.1.11: This AET is not listed in configuration option “DicomModalities”
W0901 10:17:53.030356 CommandDispatcher.cpp:830] Rejected N-ACTION request from remote DICOM modality with AET “ZVIEW” and hostname “192.168.1.11”

 "DicomModalities" : {
      "weasis" : [ "WEASIS", "localhost", 11113 ],
      "zview" : [ "ZVIEW", "192.168.1.11", 1001 ]
      }

W0901 12:54:47.071411 main.cpp:923] Orthanc has started
E0901 14:25:27.059712 OrthancException.cpp:61] Error in the network protocol: DicomAssociation - connecting to AET “ZVIEW”: Failed to establish association (0006:0317 Peer aborted Association (or never connected); 0006:031c TCP Initialization Error: Operation now in progress (Timeout))
E0901 14:25:27.059711 OrthancException.cpp:61] Error in the network protocol: DicomAssociation - connecting to AET “ZVIEW”: Failed to establish association (0006:0317 Peer aborted Association (or never connected); 0006:031c TCP Initialization Error: Operation now in progress (Timeout))
E0901 14:25:37.435425 OrthancException.cpp:61] Error in the network protocol: DicomAssociation - connecting to AET “ZVIEW”: Failed to establish association (0006:0317 Peer aborted Association (or never connected); 0006:031c TCP Initialization Error: Operation now in progress (Timeout))

Carestream POC360 work together with Zview but reception-transmission images working well without any troubles.
What means this errors?

Hi,

Have you gone through the troubleshooting steps found at Troubleshooting DICOM communications — Orthanc Book documentation (orthanc-server.com)?

What is the exact scenario? It looks like you are requesting to use Storage Commitment? If so, read this DICOM storage commitment — Orthanc Book documentation (orthanc-server.com).

Todd Jensen, PhD
Jensen Informatics LLC