I deleted around 200 Editions, can you make a guess on how much time its gonna take ?
Is this an expected bahavior where batchjobs blocking other tasks like editing a dcr ?
The "clean" way to do this is to write a script (or Java program?) that essentially [...]
Hmm.. good call. Extending this idea, I suppose if your editions are created on a regular basis, you could have a scheduled task / cron job that runs on weekends and executes a script similar to this, to automatically remove editions more than X days old (where X is perhaps something like 1000), basically capping your version history at a certain age and iteratively auto-cleaning itself up rather than trying to do it in bulk.
similar to what I described here - once upon a time http://devnet.interwoven.com/forums_vb/showthread.php?t=31992&page=2&pp=10
Thanks Andy...WIll this stop other tasks like editing an dcr ?What I'm seeing is other tasks are waiting.. I deleted around 200 Editions, can you make a guess on how much time its gonna take ?
Usage: iwfreeze [-h|-v] iwfreeze [-j] +N|-- [store] -h Display this usage information. -v Display this command's version number. +N Freeze for N seconds. -- Unfreeze immediately. -j Freeze or unfreeze only batch jobs, not entire store. store The name of the store to freeze or unfreeze. If omitted, freeze or thaw all stores.