Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows 2003 sp1

Reply
Thread Tools Display Modes

Windows 2003 sp1

 
 
jb
Guest
Posts: n/a

 
      04-14-2005
After i update my server with sp1, i have this meesage
Windows Event Monitor monitor : event received. Critical condition.
Log: Application
ID: 1023
Type: Error
Source: Perflib
Windows cannot load extensible counter DLL ...
 
Reply With Quote
 
 
 
 
Daniel
Guest
Posts: n/a

 
      04-14-2005
I am getting the following error at windows update following SP1 install

[0x80244016]

"jb" wrote:

> After i update my server with sp1, i have this meesage
> Windows Event Monitor monitor : event received. Critical condition.
> Log: Application
> ID: 1023
> Type: Error
> Source: Perflib
> Windows cannot load extensible counter DLL ...

 
Reply With Quote
 
Taurarian
Guest
Posts: n/a

 
      04-15-2005
Hi Daniel, please try the following:
1. Click Start
2. Click Run
3. Type: cmd <Enter>
4. In the Command Prompt, type: proxycfg -d <Enter> <--This will set your
proxy service to direct access and clear the proxy cache.
5. Type: proxycfg -u <Enter> <--This will set the proxy for BITS to the
same settings as Internet Explorer.
6. Type: net stop wuauserv <Enter>
7. Type: net stop bits <Enter>
8. Type: net start bits <Enter>
9. Type: net start wuauserv <Enter>

Try the Windows Update website again, and let us know what happens.

Courtesty of Pat Walters MSFT



"Daniel" wrote:

> I am getting the following error at windows update following SP1 install
>
> [0x80244016]
>
> "jb" wrote:
>
> > After i update my server with sp1, i have this meesage
> > Windows Event Monitor monitor : event received. Critical condition.
> > Log: Application
> > ID: 1023
> > Type: Error
> > Source: Perflib
> > Windows cannot load extensible counter DLL ...

 
Reply With Quote
 
Peter Foldes
Guest
Posts: n/a

 
      04-15-2005
http://support.microsoft.com/default...b;en-us;284271

--
Peter

Please reply to Newsgroup for the benefit of others.
"jb" <> wrote in message
news:50B2CFFD-C503-45A7-BC09-...
> After i update my server with sp1, i have this meesage
> Windows Event Monitor monitor : event received. Critical condition.
> Log: Application
> ID: 1023
> Type: Error
> Source: Perflib
> Windows cannot load extensible counter DLL ...



 
Reply With Quote
 
Daniel
Guest
Posts: n/a

 
      04-15-2005
That did it! Thanks a lot!

"Taurarian" wrote:

> Hi Daniel, please try the following:
> 1. Click Start
> 2. Click Run
> 3. Type: cmd <Enter>
> 4. In the Command Prompt, type: proxycfg -d <Enter> <--This will set your
> proxy service to direct access and clear the proxy cache.
> 5. Type: proxycfg -u <Enter> <--This will set the proxy for BITS to the
> same settings as Internet Explorer.
> 6. Type: net stop wuauserv <Enter>
> 7. Type: net stop bits <Enter>
> 8. Type: net start bits <Enter>
> 9. Type: net start wuauserv <Enter>
>
> Try the Windows Update website again, and let us know what happens.
>
> Courtesty of Pat Walters MSFT
>
>
>
> "Daniel" wrote:
>
> > I am getting the following error at windows update following SP1 install
> >
> > [0x80244016]
> >
> > "jb" wrote:
> >
> > > After i update my server with sp1, i have this meesage
> > > Windows Event Monitor monitor : event received. Critical condition.
> > > Log: Application
> > > ID: 1023
> > > Type: Error
> > > Source: Perflib
> > > Windows cannot load extensible counter DLL ...

 
Reply With Quote
 
Taurarian
Guest
Posts: n/a

 
      04-16-2005
You're welcome and thanks for posting back.
Kaylene

"Daniel" <> wrote in message
newsDE67660-1B34-4DBF-B7C1-...
> That did it! Thanks a lot!
>
> "Taurarian" wrote:
>
>> Hi Daniel, please try the following:
>> 1. Click Start
>> 2. Click Run
>> 3. Type: cmd <Enter>
>> 4. In the Command Prompt, type: proxycfg -d <Enter> <--This will set your
>> proxy service to direct access and clear the proxy cache.
>> 5. Type: proxycfg -u <Enter> <--This will set the proxy for BITS to the
>> same settings as Internet Explorer.
>> 6. Type: net stop wuauserv <Enter>
>> 7. Type: net stop bits <Enter>
>> 8. Type: net start bits <Enter>
>> 9. Type: net start wuauserv <Enter>
>>
>> Try the Windows Update website again, and let us know what happens.
>>
>> Courtesty of Pat Walters MSFT
>>
>>
>>
>> "Daniel" wrote:
>>
>> > I am getting the following error at windows update following SP1 install
>> >
>> > [0x80244016]
>> >
>> > "jb" wrote:
>> >
>> > > After i update my server with sp1, i have this meesage
>> > > Windows Event Monitor monitor : event received. Critical condition.
>> > > Log: Application
>> > > ID: 1023
>> > > Type: Error
>> > > Source: Perflib
>> > > Windows cannot load extensible counter DLL ...


 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      04-19-2005
"jb" <> wrote in message
news:50B2CFFD-C503-45A7-BC09-...
> After i update my server with sp1, i have this meesage
> Windows Event Monitor monitor : event received. Critical condition.
> Log: Application
> ID: 1023
> Type: Error
> Source: Perflib
> Windows cannot load extensible counter DLL ...


Are you getting any other symptom besides this event item?

My guess is that you have somehow enabled performance counters
for resources which you don't have the supporting module(s) for.

Use exctrlst.exe utility to find ones you don't have support for.
Hint: use Help and Support Center (press Win-F1) to search
for information about that tool. You may have to be online when you
do that search and you may have to adjust your Help and Support Center
search options. FWIW I found it under XP's Support Tools but
I can't find it documented for it. YMMV.

Hmm... there's a good tip about how to search the registry for
whether a counter is enabled or disabled in the ShowPerf Notes
help file.

BTW you can probably get more knowledgeable advice
about performance counters in a newsgroup which specializes
in performance for your OS. You are sort of running down the road
yelling at the truck driver who just delivered your new appliance
asking about such things in this newsgroup. <eg>


HTH

Robert Aldwinckle
---


 
Reply With Quote
 
kbrom
Guest
Posts: n/a

 
      01-03-2006
This worked perfectly.

"Taurarian" wrote:

> Hi Daniel, please try the following:
> 1. Click Start
> 2. Click Run
> 3. Type: cmd <Enter>
> 4. In the Command Prompt, type: proxycfg -d <Enter> <--This will set your
> proxy service to direct access and clear the proxy cache.
> 5. Type: proxycfg -u <Enter> <--This will set the proxy for BITS to the
> same settings as Internet Explorer.
> 6. Type: net stop wuauserv <Enter>
> 7. Type: net stop bits <Enter>
> 8. Type: net start bits <Enter>
> 9. Type: net start wuauserv <Enter>
>
> Try the Windows Update website again, and let us know what happens.
>
> Courtesty of Pat Walters MSFT
>
>
>
> "Daniel" wrote:
>
> > I am getting the following error at windows update following SP1 install
> >
> > [0x80244016]
> >
> > "jb" wrote:
> >
> > > After i update my server with sp1, i have this meesage
> > > Windows Event Monitor monitor : event received. Critical condition.
> > > Log: Application
> > > ID: 1023
> > > Type: Error
> > > Source: Perflib
> > > Windows cannot load extensible counter DLL ...

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista , Micorosoft exchange 2003 & Outlook 2003 Emma Windows Vista Networking 6 04-02-2008 06:51 PM
Microsoft Office 2003 compatibility - Specifically - Access 2003! GinaStar Windows Vista General Discussion 3 04-21-2007 04:46 AM
Media Server on 2003 + PowerPoint 2003 = Trouble SuperDale Windows Media Player 0 12-14-2004 12:09 AM
Norton SysWrks 2003 and it's 2003 antivirus issue after SP2 install BDD Windows Update 4 09-03-2004 04:28 PM
Builder drivers with Windows Me DDK (comes with 2003 DDK) and Visual Studio 2003 Leandro Becker Windows Vista Drivers 0 06-21-2004 01:56 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59