Hi Eric,
If you have the WebReports module you can create a report thatlists all the locked/reserved items and then use the NODEACTION sub-tag tounlock or unreserved them. In terms of syntax, all you need is[LL_REPTAG=DATAID NODEACTION:UNLOCK /] where the id of the item you want tounlock is in DATAID.
It’s worth noting that the tag can only perform actions accordingto the permissions and privileges of the person running the report.
Thanks,Lee.
From: eLink Discussion:LAPI Discussion [mailto:lapi@elinkkc.opentext.com] Sent: Saturday, January 31, 2009 10:15 PMTo: eLink RecipientSubject: Reserved and Locked Documents
Reserved and Locked Documents
Posted by erichimel (Himel, Eric ) on 2009/01/31 16:09
Does anyone have an example or solution for unreserving and unlocking all documents? When copying our instances of production for testing we want to be able to remove the documents and manually. Manually deleting folders works for the most part until we run into locked / reserved documents.
[To reply to this thread, use your normal E-mail reply function.]
Discussion:
LAPI Discussion
Livelink Server:
knowledge-wlweb01
To Unsubscribe from this Discussion, send an e-mail to unsubscribe.lapi@elinkkc.opentext.com.__________ Information from ESET NOD32 Antivirus, version of virus signaturedatabase 3815 (20090131) __________The message was checked by ESET NOD32 Antivirus.http://www.eset.com
Hi, we did a similar exercise a few weeksback.
Its not ideal but the only way I found tobulk unreserve documents was to locate a manageable number using SQL (we used ‘Reserved>0’),lets say 200, create a collection and note its dataid, then insert entries inthe Collections table for each found document. We then used LL Explorer to unreservea decent number at a time (Explorer complains too easily so I did about 10 at atime). Then finally you can use SQL or the collection features to remove theunreserved entries from the collection. A bit long winded but it worked for us.
NOTE: As this is table manipulation it canbe dangerous, hence I haven’t added the SQL here.
Philip Forshaw
Or you could search for all reserveddocuments using a Complex Query of "OTReserved":128 andassuming your index is up to date all reserved document you have permissions tosee will be returned. You can then add them to a Collection and unreserve onmasse with LL Explorer.
We didn’t have an index on thesystem we were working on so could not do this.