VSS SERVICE ERROR when i tried to restore my system

Page 1 of 2 12 LastLast

  1. Posts : 15
    Windows 7 Edition Intégrale
       #1

    VSS SERVICE ERROR when i tried to restore my system


    Dear users,

    Here is the kind of error that I got when i tried to restore my system:
    0x80042302

    in the event journal, I found a lot of errors listed for the VSS, as for exemple:

    Nom du journal :Application
    Source : VSS
    Date : 30/12/2009 01:25:18
    ID de l’événement :22
    Catégorie de la tâche :Aucun
    Niveau : Erreur
    Mots clés : Classique
    Utilisateur : N/A
    Ordinateur :
    Description :
    Erreur du service de cliché instantané des volumes : un composant critique requis par le service de cliché instantané des volumes n’est pas inscrit. Cela peut se produire si une erreur s’est produite lors de l’installation de Windows ou d’un fournisseur de cliché instantané. L’erreur renvoyée de CoCreateInstance sur la classe avec CLSID {e579ab5f-1cc4-44b4-bed9-de0991ff0623} et Nom IVssCoordinatorEx2 est [0x80040154, Classe non enregistrée
    ].
    Opération :
    Instanciation du serveur VSS en cours
    and the internet link:
    Event ID 22 ? VSS Shadow Copy Creation and Storage Space Availability

    but I am not more advanced... any ideas how to solve this?

    thank you in advance for any help...
      My Computer


  2. Posts : 2,685
    Windows 7 Ultimate x86-64
       #2

    Type cmd in the start menu, then right click and select run as administrator, or press Ctrl+Shift+Enter. Finally enter vssadmin list writers and vssadmin list shadowstorage - what is the output?
      My Computer


  3. Posts : 6
    Windows 7 Ultimate X64
       #3

    Frostmourne,

    I hope you don't mind, but I am having problems with back up also, and ran the commands you asked for. I cannot even set up my back up because I get the same error - not enough space for shadow copy. I don't know if you needed a screen shot or just the data - the writers that failed (timed out) were: 1. System Writer,2. MSSearch Service Writer and 3. WMI Writer. Storage out put as follows (tho I shld have nothing there as I never was able to back anything up):
    storage used 9.538 G(0%)
    storage allocated 9.976 G(0%)
    max storage 10G (0%)

    Any help would be appreciated.
      My Computer


  4. Posts : 15
    Windows 7 Edition Intégrale
    Thread Starter
       #4

    Hi Frostmourne,

    Frostmourne said:
    Type cmd in the start menu, then right click and select run as administrator, or press Ctrl+Shift+Enter. Finally enter vssadmin list writers and vssadmin list shadowstorage - what is the output?
    Here are the results.
    vssadmin list writers:
    C:\Windows\system32>vssadmin list writers
    vssadmin 1.1 - Outil ligne de commande d'administration du service
    de cliché instantané de volume
    (C) Copyright 2001-2005 Microsoft Corp.
    Error: Un composant du service VSS a rencontré une erreur inattendue.
    Consultez le journal d'événements d'applications pour plus d'informations.

    vssadmin list shadowstorage:
    C:\Windows\system32>vssadmin list shadowstorage
    vssadmin 1.1 - Outil ligne de commande d'administration du service
    de cliché instantané de volume
    (C) Copyright 2001-2005 Microsoft Corp.
    Error: Un composant du service VSS a rencontré une erreur inattendue.
    Consultez le journal d'événements d'applications pour plus d'informations.

    doesn't help a lot... any idea?
      My Computer


  5. Posts : 4,772
    Windows 7 Ultimate - 64-bit | Windows 8 Pro - 64-bit
       #5

    Hi Mars1,

    Check whether Volume Shadow Copy Service, System Restore Service is started and Set to Automatic

    Type Services in Start Menu Search Box, hit Enter. Make sure that the Volume Shadow Copy Service is Running and set on Automatic. If the Status of System Restore Service is not Started, Start it. Also set it on Automatic if it is not. A reboot may be required. Reconfirm again, and now try.

    Also i'm attaching a bat file which will re-register all the dll related to VSS

    Attachment: VSS.bat

    Make sure once to download the Attachment Right Click and Run as Administrator

    Hope this helps
      My Computer


  6. Posts : 15
    Windows 7 Edition Intégrale
    Thread Starter
       #6

    Hi Capt.Jack Sparrow!

    Capt.Jack Sparrow said:
    Hi Mars1,

    Check whether Volume Shadow Copy Service, System Restore Service is started and Set to Automatic

    Type Services in Start Menu Search Box, hit Enter. Make sure that the Volume Shadow Copy Service is Running and set on Automatic. If the Status of System Restore Service is not Started, Start it. Also set it on Automatic if it is not. A reboot may be required. Reconfirm again, and now try.

    Also i'm attaching a bat file which will re-register all the dll related to VSS

    Attachment: VSS.bat

    Make sure once to download the Attachment Right Click and Run as Administrator

    Hope this helps
    I executed your batch, here is the output and errors:
    Code:
    C:\Windows\system32>cd /d C:\Windows\system32
    C:\Windows\system32>Net stop vss
    Le service Cliché instantané des volumes n'est pas lancé.
    Vous obtiendrez une aide supplémentaire en entrant NET HELPMSG 3521.
     
    C:\Windows\system32>Net stop swprv
    Le service Fournisseur de cliché instantané de logiciel Microsoft n'est pas lanc
    é.
    Vous obtiendrez une aide supplémentaire en entrant NET HELPMSG 3521.
     
    C:\Windows\system32>regsvr32 ole32.dll
    C:\Windows\system32>regsvr32 oleaut32.dll
    C:\Windows\system32>regsvr32 vss_ps.dll
    C:\Windows\system32>vssvc /register
    C:\Windows\system32>regsvr32 /i swprv.dll
    then I have the following error:
    - inside "swprv.dll", loaded but DLLRegisterServer failed 0x80070715
    - inside "eventclc.dll", loaded but DLLRegisterServer failed 0x80070715
    - inside "es.dll", loaded but entry point DLLRegisterServer can not be found - "please check that "es.dll" is a DLL file or OCX valid and retry"
    then:
    Code:
    C:\Windows\system32>regsvr32 vssui.dll
    then error:
    - "msxml.dll" load failure - "chek that the binary file is saved at the described access path and then debug for further issues of files .dll binary or independant - specific file is untraceable"
    - "vssui.dll" load failure - "chek that the binary file is saved at the described access path and then debug for further issues of files .dll binary or independant - specific file is untraceable"
    then
    Code:
    C:\Windows\system32>regsvr32 msxml3.dll
    then error:
    - "msxml4.dll" load failure - "chek that the binary file is saved at the described access path and then debug for further issues of files .dll binary or independant - specific file is untraceable"

    and then the .bat is finished.

    Actually, i am exploring the services to find the french corespondant of your Volume Shadow Copy and System Restore...
      My Computer


  7. Posts : 15
    Windows 7 Edition Intégrale
    Thread Starter
       #7

    Inside services i found the following equivalent name (not sure they are the right), and my modifications:
    -DRSVC from Manual to Auomatic
    -VSSVC from Mnual to Automatic
    I reboot now...
      My Computer


  8. Posts : 4,772
    Windows 7 Ultimate - 64-bit | Windows 8 Pro - 64-bit
       #8

    Mars1 said:
    Inside services i found the following equivalent name (not sure they are the right), and my modifications:
    -DRSVC from Manual to Auomatic
    -VSSVC from Mnual to Automatic
    I reboot now...
    Once to start those services reboot then try to Run the Bat file again becuase the error when you ran the bat file was "Service Provider snapshot of Microsoft software is not running" Gave that a shot and see whether it runs successfully this time

    Hope this helps
      My Computer


  9. Posts : 15
    Windows 7 Edition Intégrale
    Thread Starter
       #9

    ok... I have rebooted... restart the .bat (same errors as before exept for the services running)... then reboot again... I tried to start system restore, and get again a 0x80042302 error....

    I am stucked with this problem....

    what should I do now? any other ideas?
      My Computer


  10. Posts : 4,772
    Windows 7 Ultimate - 64-bit | Windows 8 Pro - 64-bit
       #10

    I guess the next steps you could do would to Go to Start > under search type cmd Right Click and Run as administrator then type SFC/ SCANNOW then try to run. Still Fails then you perform a Repair Install
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:55.
Find Us