Slow performance on the Server Task and Policy Catalog pages in ePolicy Orchestrator
技術的な記事 ID:
KB83357
最終更新: 1/13/2020
最終更新: 1/13/2020
言語:
この記事は、次の言語で表示可能です:
English United StatesSpanish Spain
French
Italian
Japanese
Portuguese Brasileiro
Slow performance on the Server Task and Policy Catalog pages in ePolicy Orchestrator
技術的な記事 ID:
KB83357
最終更新: 1/13/2020 環境
McAfee Application and Change Control (MACC) 6.1.2 問題You observe the following issues:
The server log contains the following errors for some of these sessions:
原因There are several possible causes:
解決策This issue is resolved in MACC 6.1.3.
McAfee product software, upgrades, maintenance releases, and documentation are available from the Product Downloads site at: https://www.mcafee.com/enterprise/en-us/downloads/my-products.html.
NOTE: You need a valid Grant Number for access. See KB56057 - How to download Enterprise product updates and documentation for more information about the Product Downloads site, and alternate locations for some products. 回避策Execute the following query. If results are returned, examine the
FROM SYS.DM_EXEC_SESSIONS ES LEFT JOIN SYS.DM_EXEC_REQUESTS ER ON ER.SESSION_ID = ES.SESSION_ID OUTER APPLY SYS.DM_EXEC_SQL_TEXT(ER.SQL_HANDLE) ST WHERE BLOCKING_SESSION_ID > 0 UNION SELECT ES.SESSION_ID, HOST_NAME, PROGRAM_NAME, ORIGINAL_LOGIN_NAME, ES.READS, ER.WRITES, ER.CPU_TIME, WAIT_TYPE, WAIT_TIME, WAIT_RESOURCE, BLOCKING_SESSION_ID FROM SYS.DM_EXEC_SESSIONS ES LEFT JOIN SYS.DM_EXEC_REQUESTS ER ON ER.SESSION_ID = ES.SESSION_ID OUTER APPLY SYS.DM_EXEC_SQL_TEXT(ER.SQL_HANDLE) ST WHERE ES.SESSION_ID IN (SELECT BLOCKING_SESSION_ID FROM SYS.DM_EXEC_REQUESTS WHERE BLOCKING_SESSION_ID > 0) ORDER BY BLOCKING_SESSION_ID Work around for blocking sessions:
言語:この記事は、次の言語で表示可能です: English United StatesSpanish Spain French Italian Japanese Portuguese Brasileiro 技術用語集 |
|