Automated systems recovery

G

Gene

I used to be able to use the Automated Systems Recovery
backup but lately I am getting this error message when I
use the ASR: Error returned while creating the volume
shadow copy:80042301
Aborting Backup..
This happened after I have made a backup of selected
files and reformatting my hard drive, after which I
restored the same selected files I have backup. What
seems to be the cause and how can I restore the ASR
utility?

Gene
 
A

Adi Oltean [MSFT]

Hi,

As far as I know, there are three possible causes for this specific
problem (NTBackup fails with 80042301):

1) The COM+ Event System service was manually disabled (open
services.msc and, if this is the case, re-enable this service). This
service should be enabled by default.

2) There was a problem in the final phase during Windows Setup. To
double-check, just run the following command:
REG QUERY HKLM\System\Setup

If the SystemSetupInProgress or UpgradeInProgress values are different
than zero, then something wrong happened during setup, and you will
get the 80042301 message.

To fix this issue in this case, please run the two commands below:

REG ADD HKLM\system\setup /v SystemSetupInProgress /t REG_DWORD /d 0

REG ADD HKLM\system\setup /v UpgradeInProgress /t REG_DWORD /d 0

3) The COM+ infrastructure failed to properly install during Windows
Setup. To reinstall COM+, please follow the steps from this KB
article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;315296

Please let me know if the problem could not be fixed with the steps
above.

In addition, can you look if there are any VSS and COM+ errors in the
Event Log? If yes, can you copy & paste them in your reply? Please use
eventvwr to copy & paste the events since the private data might also
be useful.

Thanks, Adi

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

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

Top