Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Slow performance in Outlook Web App when Lync is integrated with Exchange Server 2013


View products that this article applies to.

Symptoms

When lots of users log on Outlook Web App in an integration environment of Microsoft Exchange Server 2013 and Microsoft Lync Server, lots of log files are generated in the following folder:
C:\Program Files\Microsoft\Exchange Server\V15\Logging\OWA\InstantMessaging

↑ Back to the top


Cause

This issue occurs because a LyncIMSyncLogEnabled key is enabled for Outlook Web App. This is by default. Therefore, you experience high usage of disk and system resource.

↑ Back to the top


Resolution

To resolve this issue, install the following update:
2936880 Cumulative Update 5 for Exchange Server 2013

↑ Back to the top


Workaround

To work around this issue, change the value of the LyncIMSyncLogEnabled key to false in the web.config file that is located in the following path:
Exchange install path\Exchange Server\v15\client access\owa\web.config 
For example, the existing code is as follows:
<add key="LyncIMSyncLogEnabled" value="true" /> 

Change to the following code:
<add key="LyncIMSyncLogEnabled" value="false" />

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


Keywords: kbqfe, kbfix, kbsurveynew, kbexpertiseinter, kb

↑ Back to the top

Article Info
Article ID : 2962434
Revision : 1
Created on : 1/7/2017
Published on : 5/27/2014
Exists online : False
Views : 275