Manually Archiving an Item when Vault Cache is involved

Created: 17 Dec 2012
Rob.Wilcox's picture
Login to vote
0 0 Votes

 

Enterprise Vault has a very cool way of handling what happens when an item is manually archived, from an end-user operation, when they have Vault Cache already configured.  The way it proceeds is as follows:-
 
* User clicks on 'Store in Vault'
* Enterprise Vault Outlook Add-in marks the item as pendingarchive.
* The Add-in sends a HTTP request to the EV server to process the archiving of the item
* The Add-in stores the item in the appropriate .db file in the content cache
 
This way the item doesn't need to be downloaded during the next synchronisation run since it has already been added to Vault Cache.  It saves a round trip to the server for each time this operation is performed.  It's quite cool.
 

Filed Under

Comments

huan.zhou's picture
huan.zhou
Partner
Accredited
21
Dec
2012
Votes
0

Thanks for sharing.

Thanks for sharing.