Hello,
Thank you for this great application. Unfortunately my knockledge in computing is very basic, but i succeeded in setting up a dcm4chee archive. I would like to test and use Orthanc. Installation, access and upload are so simple, thank for that!!!! But i am facing some problems:
1. -I can´t find how to change configuration file (although it is explained, but i have some problems understanding it), could you please give some details how to do it?
2.- During remote access orthanc security area pops up, but i don´t have or can´t set the credentials (see point 1)
Thank you for this great application. Unfortunately my knockledge in computing is very basic, but i succeeded in setting up a dcm4chee archive. I would like to test and use Orthanc. Installation, access and upload are so simple, thank for that!!! But i am facing some problems:
-I can´t find how to change configuration file (although it is explained, but i have some problems understanding it), could you please give some details how to do it?
Generate a sample configuration file: # Orthanc --config=Configuration.json
Edit the generated file “Configuration.json” with a text editor (e.g. Notepad if you are under Windows).
Launch Orthanc using the modified configuration: # Orthanc Configuration.json
2.- During remote access orthanc security area pops up, but i don´t have or can´t set the credentials (see point 1)
In the generated configuration file, you have to set the option “RemoteAccessAllowed” to “true”. For security reasons, remote access is disallowed by default.
sudo Orthanc ./Configuration.json
W0219 16:22:24.624114 18265 OrthancInitialization.cpp:62] Using the configuration from: ./Configuration.json
W0219 16:22:24.627171 18265 main.cpp:327] Storage directory: “./OrthancStorage”
W0219 16:22:24.627264 18265 main.cpp:328] Index directory: “./OrthancStorage”
W0219 16:22:24.627293 18265 ServerContext.cpp:76] Disk compression is disabled
W0219 16:22:24.627310 18265 ServerIndex.cpp:1034] No limit on the number of stored patients
W0219 16:22:24.627341 18265 ServerIndex.cpp:1051] No limit on the size of the storage area
W0219 16:22:24.627411 18265 main.cpp:400] DICOM server listening on port: 4242
W0219 16:22:24.627429 18265 main.cpp:401] HTTP server listening on port: 8042
W0219 16:22:24.629299 18280 DicomServer.cpp:86] Loading the external DICOM dictionary “/usr/share/libdcmtk2/dicom.dic”
E: DcmDataDictionary: Cannot open file: /usr/share/libdcmtk2/dicom.dic
terminate called after throwing an instance of ‘Orthanc::OrthancException’
This is strange: There is currently no official backport of Orthanc to Wheezy. Your “apt-get” invocation should thus have failed…
Maybe you have introduced the Debian Jessie/Sid repositories into your apt sources? If this is the case, pay attention to the fact that this approach is doomed to fail.