Log Name: Veritas Enterprise Vault
Source: Enterprise Vault
Event ID: 3492
Task Category: Archive Task
Level: Error
Computer: EVSERVER1.EV.Local
Description:
The archiving task stopped processing the following mailbox. Search folders are needed in the mailbox to enable the archiving task to process the large number of items in the folder indicated. Use the SearchFolderManager tool to create the mailbox search folders for the archiving task to use. The archiving task will process this mailbox on the next scheduled archiving run.
Mailbox: /o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=7ff373c8719049debc1aafcd47bfb08b-Vault
Folder: Inbox
Items: 45000
V-437-3492
By default, EV uses views when archiving items. When an Exchange 2013/2016 mailbox folder contains excessive amount of items, the restrictions used by EV to parse the contents consume a lot of resources on the Exchange Server which impacts the performance of both Exchange and Enterprise Vault.
The Microsoft "recommended way" to persist restrictions, is to use search folders to list the contents rather than the previous way of using views. To this end, it was determined that EV had to manage the creation and deletion of search folders when necessary, so as not to overburden the Exchange Server with search folders. This was done as follows:
Note: If processing is halted, then the state of the archiving report for the mailbox will be undefined.
Enterprise Vault 14.4.1 and later version has search folder manager integrated in archiving task. Refer JIRA: EV-63895
For each mailbox logged via a 3492 event, run the SearchFolderManager tool against the Legacy Mailbox DN of that mailbox. This Legacy Mailbox DN is also logged in the 3492 event message.
The following 32-bit DWORD registry entries can be created and assigned values if their default values need to be overridden. If these registry entries are not present, then the default value for SearchFolderCreationThreshold is 40,000 and the default value for SearchFolderDeletionThreshold is 30,000.
HKey_Local_Machine\Software\Wow6432Node\KVS\Enterprise Vault\Agents\SearchFolderCreationThreshold
HKey_Local_Machine\Software\Wow6432Node\KVS\Enterprise Vault\Agents\SearchFolderDeletionThreshold
The Archive Task will have to be restarted to apply the new settings.
The Archive Task will perform the following steps when processing the folders of each mailbox.
Running SearchFolderManager.exe
Method 1: Run manually at the Command Prompt as the Vault Service Account
The syntax for the SearchFolderManager.exe tool is:
Note: Use quotation marks if the Mailbox DN contains spaces (which is usually the case).
Example:
Note that the -User portion of the last /cn portion of the outputs and commands in all of the screen shots in this Article is an example for a user. The -User portion may not be included in all environments and should not be used where it does not exist.
The Mailbox DN for a mailbox can be obtained from the 3492 event, via the Find Archive or Folder... option that is displayed when holding down Ctrl and Shift keys and right-clicking the Archives node in the Vault Admin Console, or by querying a user's Active Directory object for the legacyExchangeDN property using a tool such as ADSIEdit.
Method 2: Run automatically using a script
Click on the link attached PowerShell script to see a PowerShell script named 'RunSearchFolderManagerForAllMailboxesWith3492Events.txt' which can be used to run SearchFolderManager automatically for all mailboxes listed in the server's 3492 events. Note that the link to the PowerShell script may open the file in a separate browser tab and copy the lines in that tab and paste them into a text file that should be saved with the script name "RunSearchFolderManagerForAllMailboxesWith3492Events.ps1".

The script's -StartDate and -EndDate parameters can be used to limit the range of event log entries against which SearchFolderManager will be run.

Note: RunSearchFolderManagerForAllMailboxesWith3492Events.txt script is not required to be executed for Enterprise Vault version 14.4.1 and later as we have integrated the search folder manager with Exchange mailbox archiving task.