Hello,
I have docker version of dcm4chee-arc-psql:5.31.1
I would like to test the following workflow: When new studies are added to the DCM4CHEE studies are stored in local fs1 storage for 1 day and after 1 day it should be moved to S3 storage.
Yesterday (20240124) I did the setup and uploaded one dicom file to DCM4CHEE and when I expand study tags I see that it was stored in fs1 and it has the Study expiration date and Exporter ID:
Study Expiration Date (7777,1023): 20240125
Storate IDs of Study (7777,1028): fs1
Study Expiration Exporter ID (7777,102C): Foward To S3
However today the file has not been moved to S3.
Also there is no scheduled/completed/failed tasks in Monitoring > Queues and Monitoring > Export. Queues and Export are empty.
What configuration should be done to move files from fs1 to S3 storage after 1 day?
From the docs and other topics what I did so far:
1. Created new storage for S3
dcm4chee-arc > Device Extensions > Archive Device > Storage Descriptor > + New Storage Descriptor
Instance Availability: NEARLINE
Storage Duration: PERMANENT
Retrieve Cache Storage ID: fs1
Storage Property: ....
2. Edited fs1 storage and changed the settings:
dcm4chee-arc > Device Extensions > Archive Device > Storage Descriptor > fs1
Instance Availability: ONLINE
Storage Duration: CACHE
Delete Studies Received Before: P1D
3. In dcm4chee-arc > DCM4CHEE > Network AE Extension > Archive Network AE > Object storage ID I have left only fs1 checked, so the received/uploaded studies will be stored in fs1.
4. Created Exporter Descriptor
dcm4chee-arc > Device Extensions > Archive Device > Exporter Descriptor > + New Exporter Descriptor
Exporter ID: Forward To S3
Exporter URI: storage:amazon-s3 (Is this a correct URI format?)
Queue Name: Export Tasks (Export)
Delete Study From Storage ID: fs1
5. Created Exporter Rule
dcm4chee-arc > Device Extensions > Archive Device > Exporter Rule> + New Exporter Rule
Name: Forward to S3 Rule
Export Entity: Study
Exporter ID: Forward To S3
Is there anything else what need to be configured?
Where I have made a mistake in configuration?
PS. S3 storage works fine, before this test I was able to set amazon-s3 as "primary" storage, uploaded Dicom file and it was successfully stored in S3.
Thanks.