Please enter search query.
Search <book_title>...
Enterprise Vault™ Upgrade Instructions
Last Published:
2018-05-21
Product(s):
Enterprise Vault (12.3)
- About this guide
- Before you begin
- Points to note when upgrading
- Installing Outlook on the Enterprise Vault server
- Improved consistency when applying a retention period to items
- Additional points to note when upgrading from Enterprise Vault 11.0 or 11.0.1
- Steps to upgrade your system
- Enterprise Vault server preparation
- Single server: upgrading the Enterprise Vault server software
- Multiple servers: upgrading the Enterprise Vault server software
- Veritas Cluster Server: upgrading the Enterprise Vault server software
- Windows Server Failover Clustering: upgrading the Enterprise Vault server software
- Upgrading standalone Administration Consoles
- Upgrading Enterprise Vault Reporting
- Upgrading MOM and SCOM
- Upgrading Exchange Server forms
- Upgrading Domino mailbox archiving
- Upgrading the FSA Agent
- Upgrading Enterprise Vault Office Mail App
- Upgrading OWA Extensions
- Upgrading SharePoint Server components
- Upgrading SMTP archiving
- Checking the SMTP journaling type configuration
- Upgrading your Enterprise Vault sites to use Enterprise Vault Search
- Setting up provisioning groups for Enterprise Vault Search
- Configuring user browsers for Enterprise Vault Search
- Setting up Enterprise Vault Search Mobile edition
- Upgrading Enterprise Vault API applications
Configuring the maximum number of permitted login attempts to Enterprise Vault Search Mobile edition
By default, users who make five unsuccessful attempts to log in to Enterprise Vault Search Mobile edition are barred for 24 hours from making further login attempts from the same device. You can configure the maximum number of login attempts that you want to permit and the number of hours for which barred users are locked out.
To configure the maximum number of permitted login attempts
- Locate the following file on the Enterprise Vault server:
C:\Program Files (x86)\Enterprise Vault\EVSearch\EVSearchClient\Web.config
- Open the file in a text editor such as Windows Notepad.
- Find the following lines and change the values to the required ones.
<add key="EVSMobileMaxFailedAttemptsAllowed" value="5" /> <add key="EVSMobileLoginRestrictedTimeoutInHours" value="24" />
- Save and close the file.