Link to home
Start Free TrialLog in
Avatar of XUPH18DXK
XUPH18DXKFlag for United States of America

asked on

Backup Exec fails to access System State

Upgrade to Backup Exec v12 from v11d and am now getting errors on 2 servers.  I have 20 other servers that back up just fine after the upgrade.  

The attached errorm message is received when viewing the Selections list and choosing the System State to be backed up.

The job log has this info in it:  

-------------------------------------------------------------------------------------
Backup- \\TRACKER\D: Unable to attach to \\TRACKER\System?State.

V-79-57344-33932 - Unable to attach to a resource.  Make sure that all selected resources exist and are online, and then try again.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------

The server is online as as all other items on that server get backed up just fine.
SysStateError.JPG
ASKER CERTIFIED SOLUTION
Avatar of honmapog
honmapog
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of XUPH18DXK

ASKER

Applying SP1 fixed one of the servers.  The other one, this did not.  For the second one, I needed to re-register the VSS dlls.
I get the same error when i do a vssadmin list writers nothing is returned
You'll need to re-register the DLLs that handle the VSS.

Here is a list of what to do:

1. Open a command prompt and change directories to \WINDOWS\system32
2. net stop vss
3. regsvr32 ole32.dll
4. regsvr32 vss_ps.dll
5. Vssvc /Register
6. regsvr32 /i swprv.dll
7. regsvr32 /i eventcls.dll
8. regsvr32 es.dll
9. regsvr32 stdprov.dll
10. regsvr32 vssui.dll
11. regsvr32 msxml.dll
12. regsvr32 msxml3.dll
13. regsvr32 msxml4.dll
14. Start the Volume Shadow Copy service by running "net start vss"


Run the "vssadmin list writers" again.  This time, it should provide some output, and your problem fixed.