Not able to change Storage path from /var/local/dcm4chee-arc/storage to /media/NAS/storage #4615
-
When I change the docker-compose storage path from /var/local/dcm4chee-arc/storage to /opt, /other ubuntu root directory, the studies are exporting to dcm4chee server successfully. But when I update the storage path to /media/NAS/storage of mounted NAS, the dicom files are not exporting. Only chown.done file is created in /media/NAS/storage. LDAP is not creating fs1 folder and subfolder directories for studies. I have attached the screenshot. I have tried storage.ldif way. version: 1 On running the following command: It gives this error: Updated storage.ldif file: ldapsearch -x -D "cn=admin,dc=dcm4che,dc=org" -W -b "cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org" "dcmStorageID=fs1" Result: extended LDIFLDAPv3base <cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org> with scope subtreefilter: dcmStorageID=fs1requesting: ALLfs1, dcm4chee-arc, Devices, DICOM Configuration, dcm4che.orgdn: dcmStorageID=fs1,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configur search resultsearch: 2 numResponses: 2numEntries: 1It replaces the storage path in LDAP configuration but still studies are not exporting using DVTk Storage SCU. ApacheDirectoryStudio: When I create new Ldif file in ApacheDirectoryStudio and execute it, the similar error occur like ldapmodify command above. I have tried it with these docker-compose files. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You have to give the user with user ID: |
Beta Was this translation helpful? Give feedback.
You have to give the user with user ID:
1023
running the archive process write permission to the storage directory at the NFS host!