Mobile navigation

  • SharePoint 安装部署
  • SharePoint 开发资料
  • SharePoint 培训资料
  • SharePoint 问题解答
Resolve BITS and WmiApRpl errors on SharePoint Server 2013
2016/5/16 10:40:30

I got the following event log errors several times on Windows Server 2012 machines with SharePoint Server 2013:

Log Name: Application
Source: Microsoft-Windows-Perflib
Event ID: 1008
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Description:
The Open Procedure for service “BITS” in DLL “C:\Windows\System32\bitsperf.dll” failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code.

Log Name: Application
Source: Microsoft-Windows-Perflib
Event ID: 1008
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Description:
The Open Procedure for service “WmiApRpl” in DLL “C:\Windows\system32\wbem\wmiaprpl.dll” failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code.

Microsoft published a Technet article about this issue. But this didn’t work for me. The solutions is to grant the group WSS_WPG read permissions to the affected registry groups:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS\Performance
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmiApRpl\Performance

  • Open the regedit.exe as administrator.

  • Browse to the referenced registry groups above.

  • Right click on the “Performance” folder and select “Permissions…”

  • Add the SERVERNAME\WSS_WPG group and grant “Read” permissions.

  • Repeat this on all SharePoint servers.

Resolve BITS error
2014-08-18_162724

Resolve WinApRpl error
2014-08-18_163250