Updates configuring fails, error code not on Microsoft site

  • Thread starter Thread starter Jelle
  • Start date Start date
J

Jelle

Hi
Vista keeps updating and configuring and rebooting all the time.
It doesn't succeed, and the error code 80071A2C is nowhere to be found at
Microsoft support nor Google.
I've uninstalled AVG, switched off administrator settings etc, but it still
doesn't work.

What can I do now?

Thanks,

Jelle
 
Jelle said:
Vista keeps updating and configuring and rebooting all the time.
It doesn't succeed, and the error code 80071A2C is nowhere to be found at
Microsoft support nor Google.
I've uninstalled AVG, switched off administrator settings etc, but it
still
doesn't work.

Hi Jelle,

The error code has two parts:

8007 means that this is a COM+ Error.

0x1A2C (or 6700, in decimal) is a standard Windows error defined in
Winerror.h:

ERROR_INVALID_TRANSACTION
# The transaction handle associated with this operation is
# not valid.

So, a COM Component is trying to perform a transaction and getting an
invalid transaction handle (ie, an ID number for the specific transaction).

But why this is happening, and how you go about fixing it, I regret I don't
know. Hope it helps a little bit, anyway.
 
Thanks Andrew,
I can search for your 'translation' now and maybe find more.
Jelle (Netherlands)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top