Forum Discussion

Roux's avatar
Roux
Level 2
10 years ago

[Solved] Error E4F3000E. Error code: EndCreateSnapshotSet (-2147212540).

Hello everybody,

i'm looking for a solutoin since yesterday. I saw that i'm not the one who had this error, but not with the same error code as me. So i checked (and tried) severals solutions found. including the following : 

http://technet.microsoft.com/en-us/library/cc734021%28v=ws.10%29.aspx
http://www.symantec.com/business/support/index?page=content&id=TECH200584

i add the system writer according to this http://community.spiceworks.com/topic/203856-event-513-capi-2-cannot-fix-this-error-to-save-my-life

but none of those sites are talking about the error code that finish with 540 like mine. 

I'll investigate further, but iff someone has any idea. It'll be helpful :) 

2 Replies

  • i've found an error concerning VSS. 

    0x80042304. 

    To resolve this, execute tose commands lines : 

    cd /d %windir%\system32
    Net stop vss
    Net stop swprv
    regsvr32 ole32.dll
    regsvr32 oleaut32.dll
    regsvr32 vss_ps.dll
    vssvc /register
    regsvr32 /i swprv.dll
    regsvr32 /i eventcls.dll
    regsvr32 es.dll
    regsvr32 stdprov.dll
    regsvr32 vssui.dll
    regsvr32 msxml.dll
    regsvr32 msxml3.dll
    regsvr32 msxml4.dll
    Net start vss
    Net start swprv

     

    src : 
    https://gallery.technet.microsoft.com/Error-0x80042304The-volume-21046389