Quantcast
Channel: Symantec Connect - Archiving and eDiscovery - Discussions
Viewing all articles
Browse latest Browse all 3821

Enterprise Vault Root Table 'Type' Column

$
0
0
Non, je n'ai pas besoin d'une solution (je partage des informations seulement)

Hi

A number of Enterprise Users appear to have multiple vaults, the current default vault which is the destination of new archived emails and legacy 'dead' vaults.  

We are preparing to merge the emails within 'dead' vaults to the users' current default vaults however within the admin interface some of the dead vaults are not listed within the EV web interface but are listed when I run the below SQL query

SELECT *
FROM   EnterpriseVaultDirectory.dbo.Archive A,
       EnterpriseVaultDirectory.dbo.Root R,
       EVDefaultVaultStore.dbo.ArchivePoint AP
       
WHERE  AP.ArchivePointId = R.VaultEntryId
  AND  R.RootIdentity = A.RootIdentity
  AND AP.ArchivedItems <> 0 and A.ArchiveName like '%xyz%'
  order by ArchiveName ASC
 
I investigated further and can see those vaults not listed from the Table 'Root' are type '5' whereas those that are listed in admin interface are type '9'.  In terms of EV archives, what is 'type' and what does integers 5 and 9 mean? 
 
We are using Enterprise Vaut 9.0.2 with SQL 2008 Enterprise.
 
Many thanks

Viewing all articles
Browse latest Browse all 3821

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>