Enterprise Vault 9.0 and above Web.config options for Microsoft Exchange 2010 Outlook Web Access (OWA)
book
Article ID: 100003280
calendar_today
Updated On:
Resolution
Method #1
Add, Remove or Edit the values within Internet Information Services (IIS) Manager.
Note: Utilize the below table for the appropriate 'Key' and 'Value' pairs.
- Within the IIS Manager select the 'OWA' virtual directory.
- Select 'Application Settings'.
- Review the current values for the 'EnterpriseVault_XXX' settings:
- To modify a current settings, right-click on the given 'Name' and choose 'Edit'.
- To add a setting right-click and choose 'Add...'.
- Default values are bolded.
| Enterprise Vault Key |
Value |
| EnterpriseVault_ResourceVersion |
v9.0.0.1193 |
| EnterpriseVault_LogFolder |
C:\Program Files\Enterprise Vault\OWA 2010\logs\ |
| EnterpriseVault_LogEnabled |
false |
| EnterpriseVault_LogMailboxes |
mailbox@mydomain.local;scndmbx@mydomain.local |
| EnterpriseVault_RestoreWaitMaxIterations |
30 |
| EnterpriseVault_RestoreWaitSleepTime |
2000 |
| EnterpriseVault_HttpWebRequestTimeout |
30000 |
| EnterpriseVault_ExchangeWebServicesUrl |
https://localhost/ews/exchange.asmx |
| EnterpriseVault_GlobalCatalogServer |
mydc.mydomain.local |
| EnterpriseVault_UseExternalWebAppURL |
false |
| EnterpriseVault_ExternalHostNames |
owa.mydomain.com;owa2.mydomain.com |
| EnterpriseVault_ExternalIPAddresses |
192.168.0.1;192.168.0.2 |
| EnterpriseVault_ExternalWebAppURL |
/EnterpriseVault |
| EnterpriseVault_EnableExtensionsInOwaAuthClient |
false |
| EnterpriseVault_EWSUrlFor2007PublicFolders |
https://owa2010.mydomain.local/ews/exchange.asmx |
Method #2
The options listed below can be used to customize the Web.config file on the CAS, which can typically be found in the directory:
\Program Files\Microsoft\Exchange Server\ClientAccess\Owa\
- The name of the Version folder containing the Enterprise Vault resources that will be loaded during the Outlook Web Access (OWA) session, which is a sub-directory of 'OWA\EnterpriseVault\':
- The Folder where the diagnostic Log Files will be generated (Note the trailing slash):
- This will enable diagnostic logging for the Enterprise Vault OWA Extensions per CAS (default false):
- A Semi-colon delimited list of Primary SMTP addresses of mailboxes to log, the default is all mailboxes:
- When attempting to open an Item through OWA the original message must be restored from the Enterprise Vault Server, this key sets the number of times to check if an archived item has been restored (default 30):
- The time to wait (milliseconds) between the previously mentioned checks for the restoration of the item (default 2000):
- This determines the number of milliseconds the EV OWA extensions will wait until the http (or https) request times out (default 30000):
- The URL to use when calling the Exchange Web Services on the CAS, (default ""):
- The Global Catalog Server to use for looking up Active Directory requests:
- Defines whether the ExternalWebAppUrl will be used, if this value is set it will override the settings below (true/false):
- If the following Host name(s), in a semi-colon list, are used to access OWA the External URL will be used:
- If the following IP addresses, in a semi-colon list, are used to access OWA the External URL will be used:
- Defines the External Enterprise Vault Application URL, this will Override the Policy setting:
|
- Used to enable extensions in user-selected light client when using Forms Based Authentication (default false):
- The EWS url for public folders when the user is homed on a 2007 PF database:
Issue/Introduction
Use either method to modify the configuration settings for the Enterprise Vault (EV) OWA Extensions on the Client Access Server (CAS).
Was this article helpful?
thumb_up
Yes
thumb_down
No