JSI Tip 6218. Windows 2000 repeatedly logs events 1008 and 2001 when you use Performance Monitor?

Jerold Schulman

January 13, 2003

1 Min Read
ITPro Today logo in a gray background | ITPro Today

When using performance counters to collect data, your Application event log repeatedly logs:

Date:
Source: Perflib
Time:
Category: None
Type: Error
Event ID: 1008
User: N/A
Computer:
Description: The Open Procedure for service 'Remote Access' in DLL "Rasctrs.dll" failed. Performance data for this service will not be available. Status code returned is DWORD 0.

Date:
Source: Rasctrs
Time:
Category: None
Type: Error
Event ID: 2001
User: N/A
Computer:
Description: Load of Rasctrs.dll failed. Make sure the DLL file is in the PATH.WIN32 Error number is returned in the data.

If you disabled the Remote Access service, these events will be logged because the Performance Monitor checks the availability of all counters listed in the registry. Since Remote Access is installed but unavailable, the errors are logged.

To prevent these errors:

1. Copy / Paste the following to a DisableRASCntr.reg file:

REGEDIT4

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesRemoteAccessPerformance]
"Disable Performance Counters"=dword:00000001

2. Merge the DisableRASCntr.reg file with your registry or run regedit /s DisableRASCntr.reg.

3. Shutdown and restart Windows 2000.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like