 |
|
 |
|
Next: Event ID 318 Re-appears!
|
| Author |
Message |
External

Since: Apr 11, 2008 Posts: 2
|
(Msg. 1) Posted: Fri Apr 11, 2008 9:20 am
Post subject: Performance Monitor counter registry value has failed during installation of SQLExpress 2005 Archived from groups: microsoft>public>sqlserver>setup (more info?)
|
|
|
Hi all. During installation of SQLExpress 2005 I encountered this error:
-------------------------------------------------------------------
Performance Monitor Counter Requirement (Error)
Messages
* Performance Monitor Counter Requirement
* The System Configuration Check for Performance Monitor counter registry
value has failed. For details, see How to: Increment the Counter Registry
Key for Setup in SQL Server 2005, in the readme file or in SQL Server Books
Online.
------------------------------------------------------------------
I Googled this and found:
----------------------------------------------------
1. On the taskbar, click Start, click Run, type regedit.exe in the Open box,
and then click OK. 2. Navigate to the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib].
Look up the following keys:
• "Last Counter"=dword:00000ed4 (5276)
• "Last Help"=dword:00000ed5 (5277)
3. Verify the values. The Last Counter value from the previous step (5276)
must be equal to the maximum value of the Counter key from Perflib\009 in
the following registry key, and the Last Help value from the previous step
(5277) must be equal to the maximum value of the Help key from Perflib\009
in the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Perflib\009].
Note "009" is the key used for the English (United States) language.
4. If necessary, modify the value for the Last Counter and Last Help values
in the \Perflib key. Right-click Last Counter or Last Help in the right
pane, select Modify, click Base = Decimal, set the value in the Value data
field, and then click OK. Repeat for the other key, if necessary, and then
close the registry editor. 5. Run SQL Server 2005 Express Edition Setup
again.
--------------------------------------------------
Well in the registry I don't have Last Counter or Last Help. So any
suggestions? How can I re-set the counter so setup will be happy?
I tried un-installing several times and cleaning the registry afterwards and
re-booting but keep running into this error during setup.
I even tried sytem restore to a point further back and that didn't work
either. It complained about a file that didn't exist called SQLEVN80.RLL I
did a system search and it was not found.
OS is XP Media Center on a HP box with 1 Gig ram. I was previously installed
and it was decided to upgrade to MSSQL 2005 enterprise which would not
install. So we un-installed those components and tried to re-install
SQLExpress with no joy.
And before you say it.. I know, I know.. but the client is broke and hasn't
any more funds to purchase a "real" server. Interestingly enough the XP box
has worked just fine until we decided to upgrade.. <sigh> I'm going to do
well to get my final payment for the software I built for them.
--
Regards,
Robert
Infinity Engine Software
johnson_rATsbcglobal.net (replace the AT with a @)
It has become appallingly obvious that technology has exceeded our
humanity. —Albert Einstein" >> Stay informed about: Performance Monitor counter registry value has failed duri.. |
|
| Back to top |
|
 |  |
External

Since: Jan 11, 2008 Posts: 243
|
(Msg. 2) Posted: Fri Apr 11, 2008 8:23 pm
Post subject: Re: Performance Monitor counter registry value has failed during installation of SQLExpress 2005 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Did you try rebuilding the performance counters using the following code in
command prompt?
lodctr /R:PerfStringBackup.INI
--
Ekrem Önsoy
"Robert Johnson" <johnsonr.DeleteThis@gmail.com> wrote in message
news:uGat9$%23mIHA.5080@TK2MSFTNGP02.phx.gbl...
> Hi all. During installation of SQLExpress 2005 I encountered this error:
> -------------------------------------------------------------------
> Performance Monitor Counter Requirement (Error)
> Messages
> * Performance Monitor Counter Requirement
>
> * The System Configuration Check for Performance Monitor counter registry
> value has failed. For details, see How to: Increment the Counter Registry
> Key for Setup in SQL Server 2005, in the readme file or in SQL Server
> Books Online.
> ------------------------------------------------------------------
>
> I Googled this and found:
> ----------------------------------------------------
> 1. On the taskbar, click Start, click Run, type regedit.exe in the Open
> box, and then click OK. 2. Navigate to the following registry key:
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib].
> Look up the following keys:
> . "Last Counter"=dword:00000ed4 (5276)
> . "Last Help"=dword:00000ed5 (5277)
>
> 3. Verify the values. The Last Counter value from the previous step (5276)
> must be equal to the maximum value of the Counter key from Perflib\009 in
> the following registry key, and the Last Help value from the previous step
> (5277) must be equal to the maximum value of the Help key from Perflib\009
> in the following registry key:
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
> NT\CurrentVersion\Perflib\009].
>
> Note "009" is the key used for the English (United States) language.
> 4. If necessary, modify the value for the Last Counter and Last Help
> values in the \Perflib key. Right-click Last Counter or Last Help in the
> right pane, select Modify, click Base = Decimal, set the value in the
> Value data field, and then click OK. Repeat for the other key, if
> necessary, and then close the registry editor. 5. Run SQL Server 2005
> Express Edition Setup again.
> --------------------------------------------------
> Well in the registry I don't have Last Counter or Last Help. So any
> suggestions? How can I re-set the counter so setup will be happy?
>
> I tried un-installing several times and cleaning the registry afterwards
> and re-booting but keep running into this error during setup.
>
> I even tried sytem restore to a point further back and that didn't work
> either. It complained about a file that didn't exist called SQLEVN80.RLL
> I did a system search and it was not found.
>
> OS is XP Media Center on a HP box with 1 Gig ram. I was previously
> installed and it was decided to upgrade to MSSQL 2005 enterprise which
> would not install. So we un-installed those components and tried to
> re-install SQLExpress with no joy.
>
> And before you say it.. I know, I know.. but the client is broke and
> hasn't any more funds to purchase a "real" server. Interestingly enough
> the XP box has worked just fine until we decided to upgrade.. <sigh> I'm
> going to do well to get my final payment for the software I built for
> them.
>
> --
> Regards,
>
> Robert
> Infinity Engine Software
> johnson_rATsbcglobal.net (replace the AT with a @)
>
> It has become appallingly obvious that technology has exceeded our
> humanity. -Albert Einstein"
> >> Stay informed about: Performance Monitor counter registry value has failed duri.. |
|
| Back to top |
|
 |  |
External

Since: Apr 11, 2008 Posts: 2
|
(Msg. 3) Posted: Fri Apr 11, 2008 8:23 pm
Post subject: Re: Performance Monitor counter registry value has failed during installation of SQLExpress 2005 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Ekrem, didn't know about that one.. I'll give it a try when I'm on site next
week. Thanks for the heads up.
Regards,
Robert
"Ekrem Önsoy" <ekrem RemoveThis @compecta.com> wrote in message
news:AAAC7F0C-A3DA-417A-9D70-A5F0D4338955@microsoft.com...
> Did you try rebuilding the performance counters using the following code
> in command prompt?
>
> lodctr /R:PerfStringBackup.INI
>
> --
> Ekrem Önsoy
>
>
>
> "Robert Johnson" <johnsonr RemoveThis @gmail.com> wrote in message
> news:uGat9$%23mIHA.5080@TK2MSFTNGP02.phx.gbl...
>> Hi all. During installation of SQLExpress 2005 I encountered this error:
>> -------------------------------------------------------------------
>> Performance Monitor Counter Requirement (Error)
>> Messages
>> * Performance Monitor Counter Requirement
>>
>> * The System Configuration Check for Performance Monitor counter registry
>> value has failed. For details, see How to: Increment the Counter Registry
>> Key for Setup in SQL Server 2005, in the readme file or in SQL Server
>> Books Online.
>> ------------------------------------------------------------------
>>
>> I Googled this and found:
>> ----------------------------------------------------
>> 1. On the taskbar, click Start, click Run, type regedit.exe in the Open
>> box, and then click OK. 2. Navigate to the following registry key:
>> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
>> NT\CurrentVersion\Perflib]. Look up the following keys:
>> . "Last Counter"=dword:00000ed4 (5276)
>> . "Last Help"=dword:00000ed5 (5277)
>>
>> 3. Verify the values. The Last Counter value from the previous step
>> (5276) must be equal to the maximum value of the Counter key from
>> Perflib\009 in the following registry key, and the Last Help value from
>> the previous step (5277) must be equal to the maximum value of the Help
>> key from Perflib\009 in the following registry key:
>> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
>> NT\CurrentVersion\Perflib\009].
>>
>> Note "009" is the key used for the English (United States) language.
>> 4. If necessary, modify the value for the Last Counter and Last Help
>> values in the \Perflib key. Right-click Last Counter or Last Help in the
>> right pane, select Modify, click Base = Decimal, set the value in the
>> Value data field, and then click OK. Repeat for the other key, if
>> necessary, and then close the registry editor. 5. Run SQL Server 2005
>> Express Edition Setup again.
>> --------------------------------------------------
>> Well in the registry I don't have Last Counter or Last Help. So any
>> suggestions? How can I re-set the counter so setup will be happy?
>>
>> I tried un-installing several times and cleaning the registry afterwards
>> and re-booting but keep running into this error during setup.
>>
>> I even tried sytem restore to a point further back and that didn't work
>> either. It complained about a file that didn't exist called SQLEVN80.RLL
>> I did a system search and it was not found.
>>
>> OS is XP Media Center on a HP box with 1 Gig ram. I was previously
>> installed and it was decided to upgrade to MSSQL 2005 enterprise which
>> would not install. So we un-installed those components and tried to
>> re-install SQLExpress with no joy.
>>
>> And before you say it.. I know, I know.. but the client is broke and
>> hasn't any more funds to purchase a "real" server. Interestingly enough
>> the XP box has worked just fine until we decided to upgrade.. <sigh> I'm
>> going to do well to get my final payment for the software I built for
>> them.
>>
>> --
>> Regards,
>>
>> Robert
>> Infinity Engine Software
>> johnson_rATsbcglobal.net (replace the AT with a @)
>>
>> It has become appallingly obvious that technology has exceeded our
>> humanity. -Albert Einstein"
>>
> >> Stay informed about: Performance Monitor counter registry value has failed duri.. |
|
| Back to top |
|
 |  |
External

Since: Oct 04, 2008 Posts: 1
|
(Msg. 4) Posted: Sat Oct 04, 2008 5:50 pm
Post subject: found a fix for this error [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
| Related Topics: | SQL Related performance counter got lost - Hi, There, We are using Windwos performance counter to monitor the SQL related counter for about 1 year without any problem, however, we find the recent performance report no long has the SQL related counters information. I tried to configure another..
2008 x64 RC0 on Windows Server 2008: corrupting Registry ACL - Hi, During the uninstall (only one error during uninstall) and consequent attempt to reinstall, this problem became overpowering: ============== Detailed results: Feature: Database Engine Services Status: ...
DB maintaines plan Failed! - I've SQL 200 server in SBS 2003 server, after I set up a DB maintaines plan which run every night. But in the morning I saw the job log that shows me failed ( Status) How do I fix it or run it again?? Thanks! Dan
Failed to load sqlspars.dll - Every time I try to install SQL 2005 Developers edition the error message "Failed to load sqlspars.dll' comes up and install fails. Any ideas on how I can overcome thsi ? Thanks DU
failed to load sqlspars.dll - Hi all, I'm getting this error message while trying to set up SQL Server 2005 Standard Edition. This is a 2003 R2 Server with 2 GBs RAM and a member server of an SBS network. Any help is appreciated tks, Dan |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|