
Due to the fact that these steps require direct manipulation of the SQL tables, Veritas requires the EnterpriseVaultDirectory database to be backed up, before proceeding.
NOTE: These steps are not to be shared with the customer without express consent from Backline. The case must include a comment that indicates who on Backline approved the use of these steps
In some rare circumstances the values contained in the ArchiveUsageSummary table of the Vault Store database could be incorrect due to how the table was updated when items were deleted prior to being properly archived. The table ArchiveUsageSummary is an aggregate table that is used in the two Enterprise Vault Reports. To confirm that this is the issue being experienced, run the following SQL query against the Vault Store database:
SELECT *
FROM ArchiveUsageSummary
WHERE TotalArchivedItems < 0
The root cause of this issue has been fixed in Enterprise Vault 11.0.0 and above. After upgrading the values in the table ArchiveUsageSummary will no longer be decremented improperly. However the current values will need to be updated to ensure they properly reflect accurate values, if this issue is found to be occurring please open a case contacting Enterprise Vault Support.
In some rare circumstances the values contained in the ArchiveUsageSummary table of the Vault Store database could be incorrect due to how the table was updated when items were deleted prior to being properly archived. The table ArchiveUsageSummary is an aggregate table that is used in the two Enterprise Vault Reports. To confirm that this is the issue being experienced, run the following SQL query against the Vault Store database: SELECT *
FROM ArchiveUsageSummary
WHERE TotalArchivedItems < 0