Orthanc 17.11.0.0: Patient data cannot be loaded to applications

Hi,
I have installed Orthanc 17.11.0.0
I could establish my connection to my application system
I imported the patient on orthanc via drag drop of files.
I can see the patients on the application system.
But I cannot load the images to my applications
On analyzing the log files, I see that “Find request is rejected from remote DICOM modality with AET (AET of my application system)”

Can you help me to solve this issue ?
Do I need to adapt my configuration json file ?

regards
Pavan

Have you declared the AET of your application system in your configuration file ?

Please, check this article for troubleshooting DICOM communication: http://book.orthanc-server.com/faq/dicom.html

Hi Alain
Yes, I have delcared the AET.
I can see the connection being established
I can see patient data, but cannot open images

What do you mean by “open” images ? You mean visualizing it with the Osimis Web Viewer ? Any other viewer ?
What kind of files is this ?Could you share one of these files ? (after anonymizing it)

Hi Alain
See the attached log file

The patients is a MR, CT data

1: I have configured Orthanc as PACS server
2: Our Viewing Application as client
3: Import on Orthanc browser via import button, drag and drop patients
4: I see the patient details in the viewing application on my client
5: Try to load this data , in order to view images.

result:
I cannot view the images

Orthanc.log.20180208-100907.4888 (6.07 MB)

Hello,

Your log readily contains the explanation to your issue. Excerpt:

W0208 14:53:49.669660 CommandDispatcher.cpp:812] Rejected Find request from remote DICOM modality with AET “BRAINLAB_PROXY” and hostname “10.10.36.26”
W0208 14:53:53.771401 OrthancInitialization.cpp:856] Forbidding access from AET “BRAINLAB_PROXY” given its hostname (10.10.36.26) does not match the “DicomModalities” configuration option (10.10.36.12 was expected)

Note how the second line complains about the fact that the 10.10.36.26 IP address of your client computer does not match what you wrote in the “DicomModalities” section of configuration file (i.e. 10.10.36.12).

If your client computer is associated with a dynamic IP address that varies across time because of a DHCP server, set the “DicomCheckModalityHost” to “false” (the default value of the parameter).

HTH,
Sébastien-

Dear Sebastien
Sorry,
Consider this log file,
Where the previous issue of “Retrieve” request is solved
I still do not see images being loaded on to the viewer
Please help me to resolve

Thank You for your support!

Orthanc.log.20180219-160259.4452 (2.22 KB)

Please provide an exploitable log:
http://book.orthanc-server.com/faq/log.html#generating-an-exploitable-debug-log