Hi everyone, I have a VB6-SP6 application that does not want to start on a W2K Server (SP4) machine (but it's perfectly running on other win2K machine of the same network). Everytime it fails to launch I found the following warnings and error in the APPLICATION Event viewer: Type: Warning Source: Perflib Event ID: 2003 Description: The configuration information of the performance library "C:\WINNT\system32\ftpctrs2.dll" for the "MSFTPSVC" service does not match the trusted performance library information stored in the registry. The functions in this library will not be treated as trusted. Type: Error Event Source: Perflib Event ID: 1008 Description: The Open Procedure for service "MSMQ" in DLL "C:\WINNT\system32\MQPERF.DLL" failed. Performance data for this service will not be available. Status code returned is data DWORD 0. Data: 0000: 02 00 00 00 .... Type: Warning Event Source: Perflib Event ID: 2003 Description: The configuration information of the performance library "C:\WINNT\system32\w3ctrs.dll" for the "W3SVC" service does not match the trusted performance library information stored in the registry. The functions in this library will not be treated as trusted. Does anyone have any idea on how to solve this issue ? Regards Pietro Vignali
To get rid of these messages posting, you just need to unload the counter and disable them in the registry. from a command prompt, type: unlodctr MSFTPSVC unlodctr MSMQ Then go into the registry keys: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSFTPSVC and HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSMQ and create a DWORD value called "Disable Performance Counters" with a value of 1. This should keep these messages from posting. I hope this helps!
Maybe this one helps. http://support.microsoft.com/kb/932813 -- Regards, Dave Patrick ....Please no email replies - reply in newsgroup. Microsoft Certified Professional Microsoft MVP [Windows] http://www.microsoft.com/protect