Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Re: Windows update error code 0x800b0003 on 2000 server

Reply
Thread Tools Display Modes

Re: Windows update error code 0x800b0003 on 2000 server

 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      01-21-2007
(cross-post added to Server General)
"RPT" <> wrote in message
news:0D2A55AF-E988-4AC8-B963-
....
> [Subject: Windows update error code 0x800b0003 on 2000 server]
> Does anybody have any information regarding this error code?



Try a search?

http://docxp.mvps.org/WU5-ERR.htm

(Live Search for
0x800b0003 microsoft codes
)

<quote>
0x800B0003 -2146762749 TRUST E SUBJECT FORM UNKNOWN
The form specified by the subject is not one supported or known by the specified trust provider
</quote>


http://support.microsoft.com/kb/813442

(Live Search for
0x800B0003 site:support.microsoft.com
)

And others... This one was written for XP but I think it could apply to
your OS too. Cross-posting to Server General.

Also, since you are using the web interface you can use its search
to find that procedures similar to the ones suggested in that article
are usually suggested when 0x800B0003 is reported.


HTH

Robert Aldwinckle
---


 
Reply With Quote
 
 
 
 
RPT
Guest
Posts: n/a

 
      01-22-2007
I found this site while searching before posting this a s question.

http://docxp.mvps.org/WU5-ERR.htm
>
> (Live Search for
> 0x800b0003 microsoft codes
> )
>
> <quote>
> 0x800B0003 -2146762749 TRUST E SUBJECT FORM UNKNOWN
> The form specified by the subject is not one supported or known by the specified trust provider
> </quote>



used the KB article 81342
http://support.microsoft.com/kb/813442

but, returns error:-

LoadLibrary("sccbase.dll") failed.
GetLastError returns 0x0000007e

while regsvr32 sccbase32.dll

"Robert Aldwinckle" wrote:

> (cross-post added to Server General)
> "RPT" <> wrote in message
> news:0D2A55AF-E988-4AC8-B963-
> ....
> > [Subject: Windows update error code 0x800b0003 on 2000 server]
> > Does anybody have any information regarding this error code?

>
>
> Try a search?
>
> http://docxp.mvps.org/WU5-ERR.htm
>
> (Live Search for
> 0x800b0003 microsoft codes
> )
>
> <quote>
> 0x800B0003 -2146762749 TRUST E SUBJECT FORM UNKNOWN
> The form specified by the subject is not one supported or known by the specified trust provider
> </quote>
>
>
> http://support.microsoft.com/kb/813442
>
> (Live Search for
> 0x800B0003 site:support.microsoft.com
> )
>
> And others... This one was written for XP but I think it could apply to
> your OS too. Cross-posting to Server General.
>
> Also, since you are using the web interface you can use its search
> to find that procedures similar to the ones suggested in that article
> are usually suggested when 0x800B0003 is reported.
>
>
> HTH
>
> Robert Aldwinckle
> ---
>
>
>

 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      01-22-2007
"RPT" <> wrote in message
news:19446E24-C08C-4424-9A78-
....
>I found this site while searching before posting this a s question.

....
> used the KB article 81342
> http://support.microsoft.com/kb/813442
>
> but, returns error:-
>
> LoadLibrary("sccbase.dll") failed.
> GetLastError returns 0x0000007e



Then why not say so first? ; ]


Apparently for your OS that should work. E.g. it does have an entrypoint
for DllRegisterServer in that module:

http://support.microsoft.com/dllhelp...294&l=55&det=1


In that case what I would do is use DependencyWalker's Profiler feature
to trace the calls that that command is making. Somewhere in it you may
get a clue about what is causing that return code. E.g. the real failure may
be as a result of a problem with another dependent module which the article
hasn't mentioned.

You could also try the tack of trying to get an interpretation of the return code
but without any other context I think that wouldn't be likely to help much.

Hmm... in fact it may be a very good clue for what you could expect
DependencyWalker to show you. Converting the hex to decimal:

<example>
>net helpmsg 126


The specified module could not be found.
</example>

In that case you may also get sufficient supplementary diagnostics by
running ProcMon while executing that regsvr32 command again.


Good luck

Robert
---


 
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
Error Code: 0x8007000D - Windows 2000 + 2000 Server SP 4 Johannes Windows Update 5 11-28-2006 05:36 AM
Windows 2000 SP4, Windows Update: error code 0x8007F00D and 0x8007 MSUpdateUser Windows Update 3 09-23-2005 07:40 PM
WIndows 2000 Server/ISA 2000 Update Err 0x8024401B Work around Middo Windows Update 0 08-26-2005 10:58 AM
Windows Update currently encounters Error number: 0x800B0003 CV27 Windows Update 5 02-09-2005 06:32 PM
error 0x800c0005 during Windows 2000 Server update Joyce Windows Update 2 10-18-2004 10:35 AM



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