cancel
Showing results for 
Search instead for 
Did you mean: 

which users have Vault Cache?

Michal_Mikulik1
Moderator
Moderator
Partner    VIP    Accredited Certified

Hello,

 

lets say that in Desktop Policy we have a value "Users can decide" about their Vault Cache setup.

Is it possible to find out, from an EV server side or from a SQL database, who has VC and who does not have?

 

There is this tool: https://www-secure.symantec.com/connect/downloads/vault-cache-status-tool, but is not here something more integrated in EV today?

 

Regards

Michal

1 ACCEPTED SOLUTION

Accepted Solutions

GertjanA
Moderator
Moderator
Partner    VIP    Accredited Certified

You *might* be able to figure this out using table ClientVCDiagnostics in the Directory database.

This probably requires you to change some VC/VV settings, to see which fields store them, not sure.

Regards. Gertjan

View solution in original post

2 REPLIES 2

GertjanA
Moderator
Moderator
Partner    VIP    Accredited Certified

You *might* be able to figure this out using table ClientVCDiagnostics in the Directory database.

This probably requires you to change some VC/VV settings, to see which fields store them, not sure.

Regards. Gertjan

RichardG
Level 5
Employee

The following query on the EnterpriseVaultDirectory database should show all the archives that have ever been syncronised by a Vault Cache sync.

select ArchiveName from ArchiveView where RetainArchiveHistory <> 0