SQL Query for retention categories
Hi
Is there a way within SQL to change the retention period of a group of archives by manually changing the Retention Catagory ID?
Storage expiry is currently off but we currently we have a 7 year retention category for all the archives (about 5000) and I need to take about 500 of these and make them 15 years before I turn on storage expiry. I was hoping to be able to create the new 15 year retention catagory, run a SQL query to get the retention category ID for the new 15 year category and run something like the below (which I found on the forum)
Use [VaultStoreDB]
Update Top (10000) Saveset set RetentionCategoryIdentity = [NewRetentionCategoryIdentity] where ArchivePointIdentity = [ArchivePointIdentity]
clearly I would also need to create a list of archive point IDs for each of the Archives I want to change, but am I on the right lines?
many thanks in advance
Hello Caden,
That is not going to be supported :-)
There are a few options. Set these archives to not use automatic deletion. That does mean items will not expire ever.
Move the archives to a new Vault Store, with assigning new retention.
Use Classification in EV (additional license..) to re-assign retention, and/or prevent expiry for specific items/archives.
use 3rd party tool (Classify from Globanet) LINK
Use DA (if you have that) to set items currently in those archives on Legal Hold. (cumbersome, requires thorough planning).
Maybe you know a consultant who has done this, I have not....