Hello,
I’m using a clean install of Windows 10 Home with lastest Orthanc version 17.7.0 setup.
After first installation all worked ok, and I needed to update the modalitites in the Config file. so I stopped the orthanc service and updated the config. After I started the service back again I get this error in system enet :
The Orthanc service terminated with the following error:
%%4294967295
Installed all to a new clean HDD (So windows is C drive and Orthanc is D drive)
D:\Orthanc (database)
D:\Orthanc Server\ (program & service)
Please help.
Thanks.
Amir.
I have an update :
I only added 2 lines in the config file like this :
// The list of the known DICOM modalities
“DicomModalities” : {
/**
- Uncommenting the following line would enable Orthanc to
- connect to an instance of the “storescp” open-source DICOM
- store (shipped in the DCMTK distribution) started by the
- command line “storescp 2000”.
**/
// “sample” : [ “STORESCP”, “127.0.0.1”, 2000 ]
“50C” : [ “50C”, “192.168.1.3”, 104 ]
“HD15” : [ “HD15”, “192.168.1.4”, 104 ]
After checked, if I delete one line or both, the server starts no problems. The problem come only if the 2 lines like this are there.
Anything I’m missing ?
Thanks,
Amir
UPDATE:
I think I found that I needed the comma , between the two lines (which I was pretty sure I tried before) but it looks like its working now… hofully for good.
“50C” : [ “50C”, “192.168.1.3”, 104 ],
“HD15” : [ “HD15”, “192.168.1.4”, 104 ]
Amir