Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

System repeating errors every few seconds

Status
Not open for further replies.

Javy1

Technical User
Jul 25, 2002
67
US
My server keeps writing this messages to the event viewer every few seconds or so. Done research but I haven't found a solution for the problem. I hope you guys can point me to a solution.

Error messages are:

Event Type: Error
Event Source: Perflib
Event Category: None
Event ID: 1010
Date: 7/18/2003
Time: 9:57:08 AM
User: N/A
Computer: DHSBS01
Description:
The Collect Procedure for the "SDStore" service in DLL "E:\apps\Exchsrvr\bin\exprfdll.dll"
generated an exception or returned an invalid status. Performance data returned by
counter DLL will be not be returned in Perf Data Block. Exception or status code returned
is data DWORD 0.
Data:
0000: 3d 01 00 00 =...
-------------------------------------------------------------------------------------
Event Type: Error
Event Source: Perflib
Event Category: None
Event ID: 1010
Date: 7/18/2003
Time: 9:56:48 AM
User: N/A
Computer: DHSBS01
Description:
The Collect Procedure for the "SDIIS" service in DLL "E:\apps\Exchsrvr\bin\exprfdll.dll"
generated an exception or returned an invalid status. Performance data returned by
counter DLL will be not be returned in Perf Data Block. Exception or status code returned
is data DWORD 0.
Data:
0000: 3d 01 00 00 =...
---------------------------------------------------------------------------------------
Event Type: Error
Event Source: Perflib
Event Category: None
Event ID: 1010
Date: 7/18/2003
Time: 9:56:28 AM
User: N/A
Computer: DHSBS01
Description:
The Collect Procedure for the "PerfOS" service in DLL "C:\WINNT\system32\perfos.dll"
generated an exception or returned an invalid status. Performance data returned by
counter DLL will be not be returned in Perf Data Block. Exception or status code
returned is data DWORD 0.
Data:
0000: 3d 01 00 00 =...
--------------------------------------------------------------------------------------
Event Type: Error
Event Source: Perflib
Event Category: None
Event ID: 1010
Date: 7/18/2003
Time: 9:56:24 AM
User: N/A
Computer: DHSBS01
Description:
The Collect Procedure for the "MSSCNTRS" service in DLL "C:\PROGRA~1\COMMON~1\System\MSSearch\Bin\msscntrs.dll"
generated an exception or returned an invalid status. Performance data returned by counter DLL
will be not be returned in Perf Data Block. Exception or status code returned is data DWORD 0.
Data:
0000: 3d 01 00 00 =...
------------------------------------------------------------------------------------------------
Event Type: Error
Event Source: Perflib
Event Category: None
Event ID: 1010
Date: 7/18/2003
Time: 9:56:04 AM
User: N/A
Computer: DHSBS01
Description:
The Collect Procedure for the "EXOLEDB" service in DLL "E:\apps\Exchsrvr\bin\exodbpc.dll"
generated an exception or returned an invalid status. Performance data returned by counter
DLL will be not be returned in Perf Data Block. Exception or status code returned is data DWORD 0.
Data:
0000: 3d 01 00 00 =...
------------------------------------------------------------------------------------------------
Event Type: Error
Event Source: Perflib
Event Category: None
Event ID: 1010
Date: 7/18/2003
Time: 9:55:44 AM
User: N/A
Computer: DHSBS01
Description:
The Collect Procedure for the "ExIPC" service in DLL "E:\apps\Exchsrvr\bin\exprfdll.dll"
generated an exception or returned an invalid status. Performance data returned by
counter DLL will be not be returned in Perf Data Block. Exception or status code returned
is data DWORD 0.
Data:
0000: 3d 01 00 00 =...
-----------------------------------------------------

Thanks in advanced.

Javy
 
This event can occur when an application was uninstalled but references to its performance counters remained. Also, improper registration of the counters dll may have the same effect as well as corrupted dlls.
Suggestions from newsgroups: &quot;First, make sure the dll file exists, and exist in the proper locations. Once you've confirmed the location of the DLL, type REGSVR32 /U <DLL name> to unregister the DLL, then drop the /U and run it again to re-register the DLL in its current location. When you unregister the DLL, use the path from the Event Viewer. When you register it, use the path of the file in its current location. Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top