Missing AET and desktop shortcut (Win OS)

I am on Windows. I installed the Orthanc using the executable “OrthancInstaller-Win64-20.3.1.exe”
Have a few problems.
I am trying to push dcm file from ConQuest located on the same laptop to the above Orthanc.
Following the instructions from OrthancBook, before I even start running Orthanc after the install, I added the AET, IP, Port # to orthanc.json file (below). Saved the file. Restarted the Windows Service for Orthanc.

added the AET, IP, Port # for Orthanc in ConQuest app. Like below:

“DicomModalities” : {

“ORTHANC_DOCKER” : [ “ORTHANC_DOCKER”, “192.168.56.1”, 4241 ],
“CONQUESTSRV1” : [“CONQUESTSRV1”, “192.168.1.25”, 5678]

Problem 1: I navigated to Q/R page and tried to query dcm file in ConQuest.

“The DICOM server” drop down menu has no response (aka behaving like there is no AET listed in orthanc.json file). This is not the behavior I observed when I tried to setup Orthanc in docker container environment.
I attached a screenshot of this unusual behavior and the corresponding orthanc.json file for reference.

Problem 2: I thought I might have made a mistake when I installed Orthanc. I uninstalled it and removed the leftover directories (the one in C:/ and in “Program Files”). Rebooted the system and reinstalled Orthanc again. Strangely, the desktop icon for Orthanc failed to show up after the reinstall. I rebooted the system, same result. I resurrected the shortcut from the recycle bin from the previous install and it is working.
Why is the short cut missing?

Thanks in advance.
Sorcerer

orthanc.json (21.9 KB)

No AET.jpg

Some additional details. I tried to forward a dcm file to the Orthanc (even though I have the AET problem). On the ConQuest side, it said “***dicommove: remote DICOM error”

In the log folder of Orthanc, the log file registered exception error. See attached.

Orthanc.log.20200409-173054.18808 (930 Bytes)

Your log file shows one of the problems:

W0409 17:30:54.970578 OrthancConfiguration.cpp:61] Reading the configuration from: “Configuration\orthanc - Copy.json”
W0409 17:30:54.971578 OrthancConfiguration.cpp:61] Reading the configuration from: “Configuration\orthanc.json”

Please move the one you don’t need out of the Configuration folder, otherwise Orthanc reads both files and rightfully complains about duplicate entries.

This is probably not your core issue, but as it this now, Orthanc won’t start.