Replies: 6 comments
-
@msmdcom : Please share your configurations for |
Beta Was this translation helpful? Give feedback.
-
@vrindanayak please see below, as .ldif files not allowed to upload here: dn: dcmStorageID=fs1,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org dn: dcmStorageID=nearline,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org dn: dcmExporterID=CopyToNearlineStorage,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org dn: cn=StudyRetPolicyCopyToNearline,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org dn: dcmQueueName=Nearline Storage Export,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org |
Beta Was this translation helpful? Give feedback.
-
@msmdcom : To us, the configs you have looks like a mixed up combination of configs for 2 different features of archive
It is not clear from why such a mixup of configs is done. As for
corresponds to
A Study Retention Policy is normally configured when the study should no longer be available or referenced in the archive at all. Could you please explain the use case or workflow for configuration of If the only requirement is to retain studies on ONLINE CACHE
|
Beta Was this translation helpful? Give feedback.
-
To auto export studies from The configs for
can be found in sample-config.ldif
|
Beta Was this translation helpful? Give feedback.
-
Hello @vrindanayak , thanks for your reply. I was following your recommendations from this 2019 thread (https://groups.google.com/g/dcm4che/c/C5ZT_Z0e5Hw/m/EKppUXp9EAAJ). The idea that studies received to DCM4CHEE would be stored in fs1 for 30 days, and only after 30 days study automatically moved to nearline storage and deleted from fs1. Study should be accessible from nearline as well.
For testing we could set the Study Expiration Date to past date and it will trigger moving the study from fs1 to nearline. You had this bug (#4408) which was fixed in 5.32.0 Please check the attached PDF (Configuration_example.pdf) with current settings and the process (dcm4chee_fs1_to_nearline_steps_with_logs.pdf) how study is being sent to DCM4CHEE 5.32.1 fs1, study moved to nearline, study deleted from fs1, study rejected from nearline. The exact same configuration on 5.31.2 is working fine. After study is exported from fs1 to nearline it is not being rejected. Configuration_example.pdf |
Beta Was this translation helpful? Give feedback.
-
When the user (Thiago Henrique Busarello) posted the first message in the dcm4che forum thread you're referring to, the archive did not have support for Deletion (of objects) of studies from storage system based on Study Age, Receive or LRU time. In the same dcm4che forum thread in the later posts, you will see that Gunter has referenced to this issue (#1998) opened as an Enhancement issue for the archive. The bug #4408 has nothing to do with the specific use case you're trying to achieve. To fulfill your use-case, please refer |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
DCM4CHEE 5.32.1-secure has fs1 and nearline storages configured, received studies are stored in fs1. After study expiration DCM4CHEE copies the study files from fs1 to nearline storage, after copying it marks study for deletion from fs1, deletes from fs1, but it also rejects/deletes the study from nearline.
To Reproduce
Create new: Storage, Queue(or use exising), Exporter Descriptor, change fs1 storage Storage Duration: CACHE. As described in Vrinda post: https://groups.google.com/g/dcm4che/c/C5ZT_Z0e5Hw/m/EKppUXp9EAAJ
Create new Study Retention Policy:
Name: StudyRetPolicyCopyToNearline
Study Retention Period: P30D
Export expired Study: CopyToNearlineStorage
Send a study to DCM4CHEE.
From Navigation > Study change Study expiration date to the past date.
Observe logs and see that new export task is SCHEDULED, then COMPLETED and study files are copied to nearline storage, files of the study in fs1 is marked for deletion, files from fs1 are deleted.
Problem, that the files in nearline are getting rejected and you end up with study deleted from fs1 and rejected from nearline and not visible in Navigation > Study
Expected behavior
After moving files from fs1 to nearline, the files should be kept in nearline storage and not get rejected/deleted.
Additional context
The exact same configuration works as expected with DCM4CHEE 5.31.2-secure.
Study files are copiend to nearline, deleted from fs1, files stays in nearline and are accessible.
Beta Was this translation helpful? Give feedback.
All reactions