Hi
I am running the docker install of openrem under Fedora CoreOS. When I export a RSDR file via DICOM export to the OpenREM system I can see that the patient comes through in the logs, but it does not appear in the database.
openrem-orthanc-1 | W0725 08:14:50.002212 LUA-EVENTS LuaContext.cpp:94] Lua says: Starting OnStoredInstance
openrem-orthanc-1 | W0725 08:14:50.062842 LUA-EVENTS LuaContext.cpp:94] Lua says: Is it a physics test?
openrem-orthanc-1 | E0725 08:14:50.063030 LUA-EVENTS OrthancException.cpp:61] Cannot execute a Lua command: [strin
g "line"]:290: /imports/2e81e5ea-6bc9602b-3cea8338-26cc97bc-cb62d7b9.dcm: Permission denied
openrem-orthanc-1 | E0725 08:14:50.063100 LUA-EVENTS LuaScripting.cpp:841] Error while processing Lua events: Cann
ot execute a Lua command
openrem-orthanc-1 | W0725 08:15:50.443180 LUA-EVENTS LuaContext.cpp:94] Lua says: This study is now stable, writin
g its instances on the disk: 4060c4ae-3c4dec42-2a89361a-697dacf5-27313b81
openrem-orthanc-1 | W0725 08:15:50.480126 LUA-EVENTS LuaContext.cpp:94] Lua says: PatientName is: RSDR TEST^^^Mr^
openrem-orthanc-1 | W0725 08:15:50.480180 LUA-EVENTS LuaContext.cpp:94] Lua says: PatientID is: 0123456789
I see there is a permission denied error on the /import folder. I don't know if this is causing the problem. I've tried to change the permissions of the folder by opening a bash shell in the container
docker exec -it orthanc /bin/bash
and do
chmod 777 imports
but it won't allow me to change the folder.
Any assistance will be greatly appreciated.
Regards
Alan