Problem querying/connecting Orthanc from Horos

Hello,
I have been pulling my hair out since yesterday trying to get Horos dicom viewer to connect to Orthanc. Ever time I try to find studies in Orthanc the operation fails and logs show the following message in verbose mode:
I1130 16:35:46.142436 main.cpp:215] Incoming Find request from AET Macs-Mac-Pro on IP 192.168.0.30, calling AET ETHOSMED-PAC W1130 16:35:46.158056 CommandDispatcher.cpp:705] Rejected Find request from remote DICOM modality with AET "Macs-Mac-Pro" and hostname "192.168.0.30" I1130 16:35:46.173690 CommandDispatcher.cpp:802] DIMSE failure (aborting association): DIMSE Caller passed in an illegal association

My config file is attached as are screenshots of settings from Horos

Thanks in advance for any assistance.

config.json (14.8 KB)

1.png

2.png

Hello Rana

Try to change this line at config.json: “HOROS30” : {“AET” : “Macs-Macs-Pro”, “Port” : 11112, “Host” : “192.168.0.30”,“AllowEcho” : true,

      "AllowFind" : true,
      "AllowMove" : true,
      "AllowStore" : true}

to:

"HOROS30" : [ "Macs-Macs-Pro" , "192.168.0.30", 11112]

Marcelo

Tried it. Made no difference.

Hi
ORTNANC
JSON

// The logical name of this instance of PACS. This one is
// displayed in PACS Explorer and at the URI “/system”.
“Name” : “EthosMED PACS”,

AE:EthosMED PACS

Horos
AE:ETHOSMED-PACS

Not Macth

Horos
AE:EthosMED PACS or

ORTHANC json update

// The logical name of this instance of PACS. This one is
// displayed in PACS Explorer and at the URI “/system”.
“Name” : “ETHOSMED-PACS”,

2019年12月1日日曜日 8時06分36秒 UTC+9 Rana Asim Wajid:

I finally managed to solve the issue by changing the AET of Horos to one without any special characters and changing C-GET to C-MOVE.

It was good!

2019年12月1日日曜日 21時14分39秒 UTC+9 Rana Asim Wajid: