Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

狀況

當 Microsoft Exchange Server 2013年和 Microsoft Lync 伺服器的整合環境中,很多使用者登入 Outlook Web App 的時就會產生很多記錄檔在下列資料夾︰
C:\Program Files\Microsoft\Exchange Server\V15\Logging\OWA\InstantMessaging

原因

之所以發生這個問題,是因為 Outlook Web App 啟用LyncIMSyncLogEnabled機碼。這是預設情況下。因此,您會遭遇高使用率的磁碟和系統資源。

解決方案

如果要解決這個問題,請安裝下列更新︰

2936880累積更新 5,對於 Exchange Server 2013

因應措施

若要解決這個問題,請變更LyncIMSyncLogEnabled機碼的值為 false,在 web.config 檔位於下列路徑︰
Exchange 安裝路徑\Exchange Server\v15\client access\owa\web.config
例如,現有的程式碼如下所示︰

<add key="LyncIMSyncLogEnabled" value="true" /> 


變更下列程式碼︰

<add key="LyncIMSyncLogEnabled" value="false" />


狀態

Microsoft 已確認這是<套用>一節所列出的 Microsoft 產品的問題。

Need more help?

Want more options?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。

社群可協助您詢問並回答問題、提供意見反應,以及聆聽來自具有豐富知識的專家意見。

Was this information helpful?

How satisfied are you with the translation quality?
What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×