Hey all -
Need some help with twiddle & purging studies.
I am generating a file full of SUIDs for twiddle to run through one at a time as below (I'm using a script and this is just the TWIDDLE command from it)
$TWIDDLE -u ${LOGIN} -p ${PASSWORD} -s jnp://10.10.50.51:1099 invoke "dcm4chee.archive:service=ContentEditService" purgeStudy
The problem is that I'm seeing a lot of this in my server.log
2013-09-26 14:00:11,331 WARN -> (Thread-67064) [org.dcm4chex.archive.dcm.stymgt.StudyMgtScuService] Failed to process org.dcm4chex.archive.dcm.stymgt.StudyMgtOrder@201309260955095681072@274b4a1a[N_DELETE_RQ, iuid=2.15.0.250.1.59.0.8559.20050912140336.126962, failures=21]. Scheduling retry.
Is there a place or queue I can check to watch the total number of studies to be deleted 'drop' or is there just a limited number of these types of processes that be performed at once?
I was trying to delete around 2500 studies in my 'input' file for twiddle and I could see them 'drop' from the database quickly, but not the actual file being removed from its path.
The log entry I pasted above is throughout my server.log and don't understand why. Could someone shed some light on this for me?
thanks
Jamie