The Index volume Tab is located under the properties of an Archive; this tab shows the index volumes information for 32-bit and 64-bit volumes, selecting the details button will bring up the Index volume browser for the archive. Here, errors may be reported where one or more items in an index volume/s could not be indexed.
To troubleshoot issues with missing items, it is required to run verify from the Manage Indexes Tools UI.
Part of the Verify process of an index volume is to:
General troubleshooting information
The Error Number entry in the ItemAdditionstatusLog contains the reason why an item is missing from the 64-bit index volumes. The RawError entry is a string, which gives details of the error. To view all the Error Numbers for missing items from SQL:
SELECT AV.ArchiveName, ItemAdditionStatusLog.ErrorNumber as ErrorNumber
FROM EnterpriseVaultDirectory.dbo.ArchiveView AV Join
EVVSVS1_1.dbo.ArchivePoint on VaultEntryId = ArchivePointId
inner join EVVSVS1_1.dbo.ItemAdditionStatusLog on ArchivePoint.ArchivePointIdentity = ItemAdditionStatusLog.ArchivePointIdentity
WHERE ErrorNumber >= 100
ErrorNumber codes:
100 - Error encountered whilst trying to fetch item
101 – Item is corrupt
102 – Item rejected by the indexing agent
SynchronousIndexingEngineError: EV attempted to submit the item to the indexing engine but couldn’t.
The specific details (such as the error returned from the indexing engine) will be in the ItemAdditionStatusLog.RawError field.
103 – Item rejected by the indexing agent.
AsynchronousIndexingEngineError: EV successfully submitted the item to the indexing engine, which asynchronously processed the item and failed to index it.
Again, details of the error will be in ItemAdditionStatusLog.RawError.
105 – Item identified as missing by verify subtask
This is used when the verify tool deems it necessary to create a new failed itemAdditionStatusLog, ItemDeletionStatusLog and the tool cannot determine the reason for the error.
106 – ItemPendingTooLong
If the 64bit indexing engine doesn’t acknowledge an item for more than an hour, the item would be deemed missing and marked as failed in ItemAdditionStatusLog with an error number of 106.
The content of this document is referenced in the Enterprise Vault 10.0 Indexing Key Topics. Do not make changes to this article. If you would like changes to be made to this content, use the Information Manager feedback feature. Alternatively, you can send an e-mail to the owner or the Enterprise Vault Knowledge Management team DL-CS-KM.