Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Vista Updates failure error code 8007010b

Reply
Thread Tools Display Modes

Vista Updates failure error code 8007010b

 
 
Stymied Jack
Guest
Posts: n/a

 
      05-31-2008
I can't get any info on this error code, perhaps someone out there can help.
I haven't been able to update my Vista32 for several weeks...first there is a
message saying I need to install an update to my updates, so I can update
(??) then I give it the OK to do that and I get an error code 8007010b. i
haven't been able to find a thing about that error code and have been unable
to install the Vista SP or anything else.
 
Reply With Quote
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      05-31-2008
(cross-post added to Vista Perf & Maint)
"Stymied Jack" <Stymied > wrote in message
news:6B9EC30D-D9A9-4B21-A3A8-...
>I can't get any info on this error code, perhaps someone out there can help.
> I haven't been able to update my Vista32 for several weeks...first there is a
> message saying I need to install an update to my updates, so I can update
> (??) then I give it the OK to do that and I get an error code 8007010b. i
> haven't been able to find a thing about that error code and have been unable
> to install the Vista SP or anything else.



See the answers I gave to "Nellypledge" in March?
Yours is even easier:

<cmd_output OS="XPsp2">
E:\>set /a c = 0x10B
267
E:\>net helpmsg %c%

The directory name is invalid.
</cmd_output>

So, in order to find out *what* "directory name is invalid"
you are going to have to search your log files for some context,
either with the hex code or its decimal equivalent.


Good luck

Robert Aldwinckle
---


 
Reply With Quote
 
PA Bear [MS MVP]
Guest
Posts: n/a

 
      06-01-2008
8007010b = "The directory name is invalid"

Start a free Windows Update support incident request:
https://support.microsoft.com/oas/de...spx?gprid=6527

Support for Windows Update:
http://support.microsoft.com/gp/wusupport

For home users, no-charge support is available by calling 1-866-PCSAFETY in
the United States and in Canada or by contacting your local Microsoft
subsidiary. There is no-charge for support calls that are associated with
security updates.

For enterprise customers, support for security updates is available through
your usual support contacts.
--
~Robear Dyer (PA Bear)
MS MVP-Windows (IE, OE, Security, Shell/User)
AumHa VSOP & Admin; DTS-L.net

Stymied Jack wrote:
> I can't get any info on this error code, perhaps someone out there can
> help.
> I haven't been able to update my Vista32 for several weeks...first there
> is
> a message saying I need to install an update to my updates, so I can
> update
> (??) then I give it the OK to do that and I get an error code 8007010b. i
> haven't been able to find a thing about that error code and have been
> unable
> to install the Vista SP or anything else.


 
Reply With Quote
 
Stymied Jack
Guest
Posts: n/a

 
      06-24-2008
Robert-
I appreciate the response, but I can't make heads or tails of it! I am not
wise in the ways of the workings of this computer. If it wouldn't be too much
trouble, could you translate what you wrote for me?
Thanks again for your time, JB

"Robert Aldwinckle" wrote:

> (cross-post added to Vista Perf & Maint)
> "Stymied Jack" <Stymied > wrote in message
> news:6B9EC30D-D9A9-4B21-A3A8-...
> >I can't get any info on this error code, perhaps someone out there can help.
> > I haven't been able to update my Vista32 for several weeks...first there is a
> > message saying I need to install an update to my updates, so I can update
> > (??) then I give it the OK to do that and I get an error code 8007010b. i
> > haven't been able to find a thing about that error code and have been unable
> > to install the Vista SP or anything else.

>
>
> See the answers I gave to "Nellypledge" in March?
> Yours is even easier:
>
> <cmd_output OS="XPsp2">
> E:\>set /a c = 0x10B
> 267
> E:\>net helpmsg %c%
>
> The directory name is invalid.
> </cmd_output>
>
> So, in order to find out *what* "directory name is invalid"
> you are going to have to search your log files for some context,
> either with the hex code or its decimal equivalent.
>
>
> Good luck
>
> Robert Aldwinckle
> ---
>
>
>

 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      06-24-2008

"Stymied Jack" <> wrote in message
news:1DFC4FDC-D74F-4C99-A1DC-...
> Robert-
> I appreciate the response, but I can't make heads or tails of it! I am not
> wise in the ways of the workings of this computer. If it wouldn't be too much
> trouble, could you translate what you wrote for me?



I give hints which I expect posters who need help will try to use
to supplement their own searches and analyses.

So, I showed you what your code may mean, and that there is insufficient
detail provided by the code to provide any specific advice other than
to look for some context in your logs, e.g. search your harddrive(s) for
all files which contain that code which were written to by the update.

In fact, such a specific search is not possible but what is possible is to
search for files which contain the string, which were created or changed
on the day that you ran the update; then sort the results list by Date Modified;
then scroll to the minutes when the update was run. Chances are that
there are only a few files which will be found which fit all those criteria,
so then to examine them all you need to do is drag them one at a time
to an open Notepad window and do finds in there.


If you are "stymied" that implies that you have tried something.
So, if you tried something tell us what it was and what your results were.


HTH

Robert
---


> Thanks again for your time, JB
>
> "Robert Aldwinckle" wrote:
>
>> (cross-post added to Vista Perf & Maint)
>> "Stymied Jack" <Stymied > wrote in message
>> news:6B9EC30D-D9A9-4B21-A3A8-...
>> >I can't get any info on this error code, perhaps someone out there can help.
>> > I haven't been able to update my Vista32 for several weeks...first there is a
>> > message saying I need to install an update to my updates, so I can update
>> > (??) then I give it the OK to do that and I get an error code 8007010b. i
>> > haven't been able to find a thing about that error code and have been unable
>> > to install the Vista SP or anything else.

>>
>>
>> See the answers I gave to "Nellypledge" in March?
>> Yours is even easier:
>>
>> <cmd_output OS="XPsp2">
>> E:\>set /a c = 0x10B
>> 267
>> E:\>net helpmsg %c%
>>
>> The directory name is invalid.
>> </cmd_output>
>>
>> So, in order to find out *what* "directory name is invalid"
>> you are going to have to search your log files for some context,
>> either with the hex code or its decimal equivalent.
>>
>>
>> Good luck
>>
>> Robert Aldwinckle
>> ---
>>
>>
>>



 
Reply With Quote
 
Stymied Jack
Guest
Posts: n/a

 
      06-24-2008
Again, Robert, thanks for your time in responding.

I noticed the problem when I tried to install a game...there was an
incomplete installation and, when looking for a reason, stumbled across the
fact that windows update had not been updating automatically for several
weeks. So I ran a manual update and got a message that read something like,
"In order to update, you need to install something or other for the update
itself...would you like to do this?" I, of course, would like that so I
clicked install. It spent around 60 seconds working and then I get the error
code 8007010B. Searching the trouble shooting guide did not help (other than
directing me to these posts). I gave up after several attempts last month and
was resigned to the fact that I would have to get a pro over.

I was surprised the other night, when shutting down, to see the computer
prompt, "Install updates, then shutdown?" So I checked back and went through
the update history and saw that several updates DID get installed, while
several "failed". Going back through my history with the computer (02/07) I
saw several "failed" messages- probably 85%.

Since seeing your responses I have asked others (who are wiser in the ways
of the works of the computer) to translate. I still don't know what it is
your suggesting...I am clueless when it comes to "codes" and such....how do I
search my hard drive for these things? I may be too hopeless to have this
solved on these posts...

Thanks again Robert, for your time. JB

"Robert Aldwinckle" wrote:

> "Stymied Jack" <> wrote in message
> news:1DFC4FDC-D74F-4C99-A1DC-...
> > Robert-
> > I appreciate the response, but I can't make heads or tails of it! I am not
> > wise in the ways of the workings of this computer. If it wouldn't be too much
> > trouble, could you translate what you wrote for me?

>
>
> I give hints which I expect posters who need help will try to use
> to supplement their own searches and analyses.
>
> So, I showed you what your code may mean, and that there is insufficient
> detail provided by the code to provide any specific advice other than
> to look for some context in your logs, e.g. search your harddrive(s) for
> all files which contain that code which were written to by the update.
>
> In fact, such a specific search is not possible but what is possible is to
> search for files which contain the string, which were created or changed
> on the day that you ran the update; then sort the results list by Date Modified;
> then scroll to the minutes when the update was run. Chances are that
> there are only a few files which will be found which fit all those criteria,
> so then to examine them all you need to do is drag them one at a time
> to an open Notepad window and do finds in there.
>
>
> If you are "stymied" that implies that you have tried something.
> So, if you tried something tell us what it was and what your results were.
>
>
> HTH
>
> Robert
> ---
>
>
> > Thanks again for your time, JB
> >
> > "Robert Aldwinckle" wrote:
> >
> >> (cross-post added to Vista Perf & Maint)
> >> "Stymied Jack" <Stymied > wrote in message
> >> news:6B9EC30D-D9A9-4B21-A3A8-...
> >> >I can't get any info on this error code, perhaps someone out there can help.
> >> > I haven't been able to update my Vista32 for several weeks...first there is a
> >> > message saying I need to install an update to my updates, so I can update
> >> > (??) then I give it the OK to do that and I get an error code 8007010b. i
> >> > haven't been able to find a thing about that error code and have been unable
> >> > to install the Vista SP or anything else.
> >>
> >>
> >> See the answers I gave to "Nellypledge" in March?
> >> Yours is even easier:
> >>
> >> <cmd_output OS="XPsp2">
> >> E:\>set /a c = 0x10B
> >> 267
> >> E:\>net helpmsg %c%
> >>
> >> The directory name is invalid.
> >> </cmd_output>
> >>
> >> So, in order to find out *what* "directory name is invalid"
> >> you are going to have to search your log files for some context,
> >> either with the hex code or its decimal equivalent.
> >>
> >>
> >> Good luck
> >>
> >> Robert Aldwinckle
> >> ---
> >>
> >>
> >>

>
>
>

 
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
Re: Vista SP1 - error 8007010B Robert Aldwinckle Windows Vista Performance 6 07-10-2008 09:54 PM
Re: Vista Updates failure error code 8007010b Robert Aldwinckle Windows Vista Performance 3 06-24-2008 08:23 PM
Vista Service Pack SP1 Installation - persistent 8007010B Error Tom Geer Windows Vista Talk 0 05-07-2008 09:09 PM
updates installation failure error code 0x80200010 Malteser Windows Update 2 09-24-2005 07:17 PM
Error Code 00 and 8007010B scriptX Windows Update 0 06-16-2005 06:11 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