Link to home
Start Free TrialLog in
Avatar of kimhed
kimhed

asked on

Error in event log

hi..

im getting these errors in my event log, every time i restart my server.

1. The performance strings in the Performance registry value is corrupted when process WmiApRpl extension counter provider. BaseIndex value from Performance registry is the first DWORD in Data section, LastCounter value is the second DWORD in Data section, and LastHelp value is the third DWORD in Data section.

2. Installing the performance counter strings for service WmiApRpl (WmiApRpl) failed. The Error code is the first DWORD in Data section.

how do i fix the problem, with the WMI service.




ASKER CERTIFIED SOLUTION
Avatar of Jeffrey Kane - TechSoEasy
Jeffrey Kane - TechSoEasy
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kimhed
kimhed

ASKER

Im following the steps in the guide. but im stucked at part 4 and 5
4. Locate the following registry key to search for services that have a Performance subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
5. Remove the following values from the Performance subkey (if they exist): " FirstCounter
" FirstHelp
" LastCounter
" LastHelp

in my registry, i have several, performance sub keys, MSExchangeIS, MSExchangeMTA and so on, my output from
1. Open a command prompt window.  
2. At the command prompt, type cd %Systemroot%\System32, and then press ENTER.  
3. At the command prompt, type findstr drivername *.ini, and then press ENTER.  

C:\WINDOWS\system32>findstr drivername *.ini
axperf.ini:;//          drivername:  The name of the application found under the

axperf.ini:drivername=ASP
dhcpctrs.ini:drivername=DHCPServer
dnsperf.ini:drivername=DNS
esentprf.ini:drivername=ESENT
iasperf.ini:drivername=IAS
infoctrs.ini:drivername=inetinfo
mqperf.ini:drivername=MSMQ
msdtcprf.ini:drivername=MSDTC
nntpctrs.ini:drivername=NNTPSVC
ntdsctrs.ini:drivername=NTDS
ntfrscon.ini:drivername=FileReplicaConn
ntfrsrep.ini:drivername=FileReplicaSet
ntfsdrct.ini:drivername=ntfsdrv
perfci.ini:drivername=ContentIndex
perffilt.ini:drivername=ContentFilter
perfwci.ini:drivername=ISAPISearch
pschdprf.ini:drivername=PSched
rasctrs.ini:drivername=RemoteAccess
smtpctrs.ini:drivername=SmtpSvc
tslabels.ini:drivername=TermService
w3ctrs.ini:drivername=W3SVC

my Question is if i delete the strings from all of the the performance keys, hos can i create them again if i cant se them with findstr.