Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Error 0xc80003f or 0x8007000e

Reply
Thread Tools Display Modes

Error 0xc80003f or 0x8007000e

 
 
Pierre Boberg
Guest
Posts: n/a

 
      03-11-2008
Hi, When scanning with MBSA i get this on some servers:
An error occurred while scanning for security updates. (0xc80003f3)
or
An error occurred while scanning for security updates. (0x8007000e)
It´s windows 2003 standrad editon.
The only thing i colude find whas that it means Out of memory, but that
don´t help so mucth.
Any one?


 
Reply With Quote
 
 
 
 
Pierre Boberg
Guest
Posts: n/a

 
      03-11-2008
I get this problem when i use:
%ProgramFiles%\Microsoft Baseline Security Analyzer 2\mbsacli.exe" /catalog
\drift\temp\wsusscn2.cab


 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      03-11-2008
(cross-post added to MBSA)
"Pierre Boberg" <Pierre > wrote in message
news:1225C61A-52C4-42F6-BF13-...
> Hi, When scanning with MBSA i get this on some servers:
> An error occurred while scanning for security updates. (0xc80003f3)
> or
> An error occurred while scanning for security updates. (0x8007000e)
> It´s windows 2003 standrad editon.
> The only thing i colude find whas that it means Out of memory, but that
> don´t help so mucth.



<cmd_output OS="XPsp2">
F:\>set /a c= 0x3F3
1011
F:\>net helpmsg %c%

The configuration registry key could not be opened.
</cmd_output>

If you can't find any logs created by the program I would try running ProcMon
to see what specifically is happening when this message is issued.


> Any one?


You are more likely to find help with MBSA issues in a newsgroup
which specializes in MBSA. Cross-posting for convenience.


Good luck

Robert Aldwinckle
---


 
Reply With Quote
 
Doug Neal [MSFT]
Guest
Posts: n/a

 
      03-12-2008
It sounds like you don't have the necessary prerequisites enabled (Server,
Workstation, Remote Registry and File and Print services) enabled to perform
a scan. Please see the MBSA help included with the MBSA installation or the
MBSA FAQ linked from the MBSA Home Page at www.microsoft.com/mbsa

--
--

Doug Neal [MSFT]


This posting is provided "AS IS" with no warranties, and confers no rights.

If newsgroup discussion with experts and MVPs is unable to solve a problem
to your satisfaction, feel free to contact PSS for support on the Microsoft
Baseline Security Analyzer (MBSA). Information is available at the following
link:
http://support.microsoft.com/default.aspx

This e-mail address does not receive e-mail, but is used for newsgroup
postings only.
"Robert Aldwinckle" <> wrote in message
news:...
> (cross-post added to MBSA)
> "Pierre Boberg" <Pierre > wrote in message
> news:1225C61A-52C4-42F6-BF13-...
>> Hi, When scanning with MBSA i get this on some servers:
>> An error occurred while scanning for security updates. (0xc80003f3)
>> or
>> An error occurred while scanning for security updates. (0x8007000e)
>> It´s windows 2003 standrad editon.
>> The only thing i colude find whas that it means Out of memory, but that
>> don´t help so mucth.

>
>
> <cmd_output OS="XPsp2">
> F:\>set /a c= 0x3F3
> 1011
> F:\>net helpmsg %c%
>
> The configuration registry key could not be opened.
> </cmd_output>
>
> If you can't find any logs created by the program I would try running
> ProcMon
> to see what specifically is happening when this message is issued.
>
>
>> Any one?

>
> You are more likely to find help with MBSA issues in a newsgroup
> which specializes in MBSA. Cross-posting for convenience.
>
>
> Good luck
>
> Robert Aldwinckle
> ---
>
>



 
Reply With Quote
 
Pierre Boberg
Guest
Posts: n/a

 
      03-13-2008
Thanks for the help,
I have check all necessary prerequisites and no problem there..
Have checked MBSA FAQ but have not found any thing help full.
Any more sugestion?

Regards Pierre

"Doug Neal [MSFT]" wrote:

> It sounds like you don't have the necessary prerequisites enabled (Server,
> Workstation, Remote Registry and File and Print services) enabled to perform
> a scan. Please see the MBSA help included with the MBSA installation or the
> MBSA FAQ linked from the MBSA Home Page at www.microsoft.com/mbsa
>
> --
> --
>
>

 
Reply With Quote
 
Pierre Boberg
Guest
Posts: n/a

 
      03-13-2008
Hi Again,
when I use /wi I get this error insted:
Cannot load security CAB file.

Hoping for Help

/Pierre
 
Reply With Quote
 
Pierre Boberg
Guest
Posts: n/a

 
      03-13-2008
I found this in the forum:
regsvr32 wuapi.dll
regsvr32 wuaueng.dll
regsvr32 wuaueng1.dll
regsvr32 wucltui.dll
regsvr32 wups.dll
regsvr32 wups2.dll
regsvr32 wuweb.dll
But it didn´t help!


 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      03-13-2008
"Pierre Boberg" <> wrote in message
news:19542D7A-5299-4D8D-B355-...
>I found this in the forum:
> regsvr32 wuapi.dll
> regsvr32 wuaueng.dll
> regsvr32 wuaueng1.dll
> regsvr32 wucltui.dll
> regsvr32 wups.dll
> regsvr32 wups2.dll
> regsvr32 wuweb.dll


> But it didn´t help!



Didn't help what? Those tips are for fixing problem symptoms with WU.
Your problem symptoms are with MBSA, so it is not surprising that they didn't help.

BTW I just noticed that the error code you are reporting on your Subject line
is different from the one you reported in your description. Which one is correct?


---


 
Reply With Quote
 
Pierre Boberg
Guest
Posts: n/a

 
      03-13-2008
I start from the begining ;-)

When i use this command:
%ProgramFiles%\Microsoft Baseline Security Analyzer 2\mbsacli.exe" /catalog
\drift\temp\wsusscn2.cab

I get this error on differnet servers:
An error occurred while scanning for security updates. (0xc80003f3)
or
An error occurred while scanning for security updates. (0x8007000e)

If I ad the switch /wi

%ProgramFiles%\Microsoft Baseline Security Analyzer 2\mbsacli.exe" /catalog
\drift\temp\wsusscn2.cab /wi

Some servers work and outhers i get this error insted:
Cannot load security CAB file.

Any hints?

Regards Pierre
 
Reply With Quote
 
Doug Neal [MSFT]
Guest
Posts: n/a

 
      03-14-2008
Pierre - it seems your WIndows Update Agent is corrupt. You'll need to
follow the steps you tried before, but with specific steps you may have
missed. Please try the following:

> net stop wuauserv
> Rename (or delete) the SoftwareDistribution folder in C:\Windows
> net start wuauserv


Then try a new MBSA scan once again.
--
--

Doug Neal [MSFT]


This posting is provided "AS IS" with no warranties, and confers no rights.

If newsgroup discussion with experts and MVPs is unable to solve a problem
to your satisfaction, feel free to contact PSS for support on the Microsoft
Baseline Security Analyzer (MBSA). Information is available at the following
link:
http://support.microsoft.com/default.aspx

This e-mail address does not receive e-mail, but is used for newsgroup
postings only.
"Pierre Boberg" <> wrote in message
news:2EF7B716-3461-4235-9EB0-...
>I start from the begining ;-)
>
> When i use this command:
> %ProgramFiles%\Microsoft Baseline Security Analyzer 2\mbsacli.exe"
> /catalog
> \drift\temp\wsusscn2.cab
>
> I get this error on differnet servers:
> An error occurred while scanning for security updates. (0xc80003f3)
> or
> An error occurred while scanning for security updates. (0x8007000e)
>
> If I ad the switch /wi
>
> %ProgramFiles%\Microsoft Baseline Security Analyzer 2\mbsacli.exe"
> /catalog
> \drift\temp\wsusscn2.cab /wi
>
> Some servers work and outhers i get this error insted:
> Cannot load security CAB file.
>
> Any hints?
>
> Regards Pierre



 
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 backup terminates with error 0x8007000E Martin Windows Vista General Discussion 4 04-09-2007 03:18 PM
Defender code 0x8007000e Richard Windows Update 4 04-04-2007 10:16 PM
Error 1247746310:An unexpected error internal error was detected." Sohail Windows Update 0 06-16-2006 11:22 AM
Error displaying page error [Error number: 0x80090305] shai Windows Update 3 07-20-2005 07:37 PM
Windows Update problem (Error # 0x8007000E) Matthew Windows Update 1 11-25-2003 03:46 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