Bienvenido! - Willkommen! - Welcome!

Bitácora Técnica de Tux&Cía., Santa Cruz de la Sierra, BO
Bitácora Central: Tux&Cía.
Bitácora de Información Avanzada: Tux&Cía.-Información
May the source be with you!

Tuesday, August 30, 2011

service WmiApRpl (WmiApRpl) failed

Event Type: Error
Event Source: LoadPerf
Event Category: None
Event ID: 3011
Date: 8/21/2008
Time: 12:42:36 PM
User: N/A
Computer: SCOTTY
Description:
Unloading the performance counter strings for service WmiApRpl (WmiApRpl) failed.
The Error code is the first DWORD in Data section.
=======================
Loadperf Errors In Win Xp

sfc /purgecache  
sfc /scannow
Source
go to your (device manager)
now once there you will want to select from the toolbar of the window(veiw) then a drop down menu / from it you will select (show all hidden devices)
now if you see any (red or yellow) quotation marks , make a note of what they
now go to the (event veiwer) this is thru the (administrator tools) in the control panel
here you will find 3 to 4 subcatagories
you will want to check each of them for this is where windows keeps track of all errors
now you will want to make notes of the errors that have been recorded ( you do not have to make notes of double entries just of the dates of their happenings & how many there is)
you will get more information on the errors if you (right) click them / then select properties
also
do you have a Windows Xp cd, not the restore cd's that come with some systems, the cd will have the Windows logo & 3D hollowgram/image on it
if you do not maybe you can barrow one from a friend/family member/co-worker as long as it is the same version that is on your system
if you have (Windows XP Home Ed. sp2 ) then the cd will have to be that / if you have a cd with (Windows XP Home Ed. )you will have to slipstream (SP2 ) onto a disk that you create
this also applies to (Windows XP Professsional )
http://www.helpwithwindows.com/Windo...p2-bootcd.html
now if you do have the Windows XP cd with sp2 please follow these steps
-------------------------------------------
performing a (sfc) system file checker
It is a scan that checks the core files & dlls of the (os) operating system and replaces them if they are corrupt or missing with the correct original version
start
#1 then select (run) , then press enter
a window will open
#2 type in ( cmd ) then press enter
another window will open
#3 type in ( sfc )then press enter
another window will open
#4 type in (sfc  /purgecache) then enter / your pc will work like crazy / this helps in rebuiding the cache file
#5 type in (sfc  /scannow ) then press enter
now a scan will start , have your (Windows XP software disk ready ) your pc may ask for this disc when it starts or during the scan( so you must sit with the pc while this scan functions ) , if it does then incert the cd into one of your cd/rom/player's , your pc will then reconnize it and continue , you will then have to minimize the splash screen for the cd to see the scan , when the scan is finished you will need to close the cd and all open windows , then remove the cd
you will then need to do a ( Disk Cleanup ) , then empty the caches & temp files thru the (Internet Options) , then do a defrag
restart your pc
then do a defrag again after the reboot
===============================
How to Fix Windows Performance Registry Corruption
Well I'm still testing InstallShield installers today and thought I'd add another interesting and cryptic issue to the blog that I saw when an uninstaller removes performance counters (or fails to for that matter). The error described below is not InstallShield's fault, but instead corruption in the Performance Counter Registry that is encountered during an uninstall. However, since it occurs on uninstall it will certainly bubble up in you related installer logs. As I posted last night, the best way to troubleshoot InstallShield errors is to search the Internet; so I hope this post can help someone out.  Below is the complete description and fix that worked for me and a few others:

Error Event
Uninstall of application
Error Location
Multiple locations:
1. %temp% \InstallError.log
2. Event Viewer
Error Message
1. InstallError.Log details:
Error in Installer: System.ComponentModel.Win32Exception: The configuration registry key is invalid
at System.Diagnostics.PerformanceCounterLib.RegisterFiles(String machineName, String arg0, Boolean unregister) at System.Diagnostics.PerformanceCounterLib.UnregisterCategory(String machineName, String categoryName) at System.Diagnostics.PerformanceCounterCategory.DeleteCategory(String categoryName, String machineName) at System.Diagnostics.PerformanceCounterCategory.Delete(String categoryName) at Service.ConfigureService.RemovePerformanceCounters()
2. Event Viewer item 1 detail:
Unloading the performance counter strings for service appnamehere (app name here) failed. The Error code is the first DWORD in Data section.
Event Viewer item 2 detail:
The performance strings in the Performance registry value is corrupted when process Performance 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.
Issue
Corruption of the Windows Performance Registry, possibly due to Windows Server 2003 SP1. See the related thread:  

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=442741&SiteID=1
Fix
Run the following command to rebuild the Performance Registry Library:
C:\WINDOWS\system32> lodctr /R

No comments: