Event ID 1008 — Performance Library Availability

Applies To: Windows Server 2008

Performance counters, including those built in to the operating system and those provided by non-Microsoft vendors, are combined in the Performance Library. Performance monitoring applications such as Windows Reliability and Performance Monitor use the Performance Library to identify available counters and map to counter providers. Errors accessing the Performance Library may result in application errors when expected data cannot be found, or when expected data providers are unavailable.

Event Details

Product: Windows Operating System
ID: 1008
Source: Microsoft-Windows-Perflib
Version: 6.0
Symbolic Name: PERFLIB_OPEN_PROC_FAILURE
Message: The Open Procedure for service "%1!s!" in DLL "%2!s!" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code.

Resolve

Resolve the installation issue

If a performance library file was not properly initialized during installation, you can reload it.

Membership in the local Administrators group is required to complete this procedure.

To reload a performance library:

  1. Click Start, click All Programs, and click Accessories.
  2. Right-click Command Prompt, and then click Run as administrator.
  3. At the command prompt, type cd %SYSTEMROOT%\System32 and then press ENTER.
  4. At the command prompt, type lodctr:\<ini file>, where <ini file> is the .ini file for the library that you want to reload.

Verify

You can use Windows Reliability and Performance Monitor to verify that netowkr performance counters are properly collected and displayed in a Performance Monitor graph. In addition, you can use the typeperf command to get a list of the available counters on the local system.

Membership in the local Administrators group is required to complete these procedures.

View counters in Performance Monitor

To view counters in Performance Monitor:

  1. On the computer where you want to view counters, click Start. In the Start Search text box, type perfmon.exe, and then press ENTER.
  2. In the navigation pane, expand Monitoring Tools, and then click Performance Monitor.
  3. Click the Add button to open a list of available performance counters.
  4. In the Add Counters dialog box, you can click Help for more information on adding counters. When you have finished adding counters to the list, click OK.
  5. Verify that the performance counters you selected are displayed in the Performance Monitor graph.

View a list of counters using the typeperf command

To view a list of counters at the command prompt:

  1. Click Start, click All Programs, and click Accessories. Right-click Command Prompt, and click Run as administrator.
  2. At the command prompt, type typeperf -qx and press ENTER.
  3. Verify that the performance counter list contains expected values.

Performance Library Availability

Management Infrastructure