Gil80

Extraordinary Member
Joined
Oct 2, 2009
Messages
208
ID 2002

IIS-W3SVC-PerfCounters

Setting up Web Service counters failed, please make sure your Web Service counters are registered correctly.


ID 1017

Perflib

Disabled performance counter data collection from the "ASP.NET_64_2.0.50727" service because the performance counter library for that service has generated one or more errors. The errors that forced this action have been written to the application event log. Correct the errors before enabling the performance counters for this service.


ID 3007

Search

Performance monitoring cannot be initialised for the gatherer service, because the counters are not loaded or the shared memory object cannot be opened. This only affects availability of the perfmon counters. Restart the computer.



Thanks!
 
Solution
Here's a breakdown of the errors you've provided and possible solutions for each:
  1. Error ID 2002: IIS-W3SVC-PerfCounters
    • Issue: This error indicates that setting up Web Service counters has failed. It suggests that the Web Service counters may not be registered correctly.
    • Solution: To resolve this, you can try re-registering the performance counter. Here are some steps you can follow:
      • Open a Command Prompt with administrative privileges.
      • Run the following command: lodctr c:\windows\system32\inetsrv\w3ctrs.ini
      • After running the command, restart the server or the IIS service.
      • Check if the Web Service counters are now registered correctly.
    []Error ID 1017...
Here's a breakdown of the errors you've provided and possible solutions for each:
  1. Error ID 2002: IIS-W3SVC-PerfCounters
    • Issue: This error indicates that setting up Web Service counters has failed. It suggests that the Web Service counters may not be registered correctly.
    • Solution: To resolve this, you can try re-registering the performance counter. Here are some steps you can follow:
      • Open a Command Prompt with administrative privileges.
      • Run the following command: lodctr c:\windows\system32\inetsrv\w3ctrs.ini
      • After running the command, restart the server or the IIS service.
      • Check if the Web Service counters are now registered correctly.
    []Error ID 1017: Perflib
    • Issue: This error indicates that performance counter data collection from the "ASP.NET_64_2.0.50727" service has been disabled due to errors in the performance counter library.
    • Solution: To address this issue, you need to correct the errors related to the performance counters for the "ASP.NET_64_2.0.50727" service. Here's how you can do it:
      • Check the application event log for the specific errors that caused the data collection to be disabled.
      • Resolve these errors that are preventing the proper functioning of the performance counters.
      • Once the errors are fixed, you can enable the performance counters for the "ASP.NET_64_2.0.50727" service.
    [
    ]Error ID 3007: Search
    • Issue: This error indicates that performance monitoring for the gatherer service cannot be initialized due to counters not being loaded or shared memory object issues. This impacts the availability of perfmon counters.
    • Solution: To resolve this problem, you can try the following steps:
      • Restart the computer to see if this resolves the issue with loading the performance counters and shared memory objects.
      • Check the Event Viewer for any specific details on why the counters are not loaded or the shared memory object cannot be opened.
      • Ensure that the necessary services are running correctly and that there are no system-wide issues affecting the performance data collection. By following these steps, you should be able to address the issues related to these error messages and restore the proper functioning of the performance counters in your system.
 
Solution