Orthanc with Inteleviewer

Hi,

I know a few people seem to have had success with accessing Orthanc via Inteleviewer and I wonder if you have any pointers? At the moment I’ve added Orthanc as a “bookmark” as http://orthancserver:4242/ , but I can’t even authenticate.

The error on Inteleviewer is:

“Failed to load user david on server orthancserver”

The error in orthanc:

CommandDispatcher.cpp:468] Receiving Association failed: Unrecognized PDU type: 47
CommandDispatcher.cpp:468] Receiving Association failed: Unrecognized PDU type: 50

Suggests that this is a simple authentication failure. The user exists in orthanc.json and the computer I'm accessing from is in the DicomModalities section.

I can access no problem via Horos -> Orthanc on the same machine. Do I need an intermediary HttpProxy?

Am I missing a step here?

Thanks for any advice.

David


Hello,

You are visibly mixing:

  • The DICOM protocol (by default, on port 4242)
  • The REST API of Orthanc (by default, on port 8042)

If you want to access the Orthanc Explorer Web interface or the REST API, please use:
http://orthancserver:8042/

The TCP port 4242 must only be used when you connect a DICOM modality (such as Inteleviewer) to Orthanc:
http://book.orthanc-server.com/dicom-guide.html#dicom-network-protocol