Rebit Support Forum » Troubleshooting

VSS -- Rebit SaveMe and SaveMe Express Software

(3 posts)
  1. Admin
    Key Master

    To determine if the Volume Shadow Service is configured on your Rebit SaveMe and SaveMe Express, follow these steps:

    1. Click “Start” -> “All Programs” -> “Accessories”
    2. Click “Command Prompt” (NOTE: For Windows Vista and Windows 7, right-click the item and select “Run as Administrator”)
    3. Type
      cd C:\Program Files\Rebit-SaveMe\bin\if you have SaveMe and cd C:\Program Files\Rebit-SaveMe-Express\bin\if you have SaveMe Express and press Enter
    4. NOTE: If you have 64 bit Windows, the above sequences should read cd C:\Program Files (x86)\Rebit-SaveMe\bin\ and cd C:\Program Files (x86)\Rebit-SaveMe-Express\bin\ respectively.

    5. Type
      rbvss.exe C:
      and Enter
    6. Allow the command to complete (30 seconds or more) – the last line should read “Snapshot creation done.”

    The lack of “Snapshot creation done.” and the presence of an ERROR value indicates a problem with the Volume Shadow Service. The information below provides steps you may follow to configure the service.

    Solution 1
    To configure the Volume Shadow Copy Service in Windows, start by following these steps

    1. Click here to download
      Part 1 of the VSS configuration
    2. Save the item to a convenient location such as the Desktop
    3. Launch, or double-click, the vss-config1.bat fileNote: Windows 7 or Vista users: right-click the file and select "Run as administrator"
    4. Click here to download Part 2 of the VSS configuration
    5. Save the item to a convenient location such as the Desktop
    6. Launch, or double-click, the vss-config2.bat file
      Note for Windows 7 or Vista users: right-click the file and select "Run as administrator"
    7. Click "Ok" in any windows that appear, ignoring any errors
    8. Restart the computer
    9. Click here to download Part 3 of the VSS configuration
    10. Save the item to a convenient location such as the Desktop
    11. Launch, or double-click, the vss-config3.bat file
      Note: Windows 7 or Vista users: right-click the file and select "Run as administrator"

     
    At this point, Rebit status display should progress from "Rebit is connected" to "Rebit is creating Recovery Point" to "Rebit is copying data". If this does not occur, further steps are necessary.

    The Microsoft resource for Volume Shadow Copy Service may be found at the http://support.microsoft.com/kb/940184 web page from Microsoft. An excerpt is included below.

    Solution 2
    Basically, Windows includes a service called Volume Shadow, and this service is complex. It allows for a variety of applications to utilize the beneficial feature, but can become mis-configured as applications are uninstalled. It may have become mis-configured for unknown reasons.

    The most common resolution to this problem is as follows:

    1. Click Start, click Run, type regedit, and then click OK.
    2. Locate and then click the following registry subkey:
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\
      {26c409cc-ae86-11d1-b616-00805fc79216}
    3. Click to select the "Subscriptions" subkey
    4. On the Edit menu, click Delete, and then click Yes to confirm that you want to delete the subkey.
    5. Exit Registry Editor.
    6. Click Start, click Run, type services.msc, and then click OK.
    7. Right-click the following services one at a time. For each service, click Restart:
      o COM+ Event System
      o COM+ System Application
      o Microsoft Software Shadow Copy Provider
      o Volume Shadow Copy
    8. Click Start, click Run, type cmd, and then click OK.
    9. At the command prompt, type vssadmin list writers, and then press ENTER.
    10. If the VSS writers are now listed, close the Command Prompt window. You do not have to complete the remaining steps.
      If the VSS writers are not listed, type the following commands at the command prompt. Press ENTER after each command.
      o cd /d %windir%\system32
      o net stop vss
      o net stop swprv
      o regsvr32 ole32.dll
      o regsvr32 oleaut32.dll
      o regsvr32 vss_ps.dll
      o regsvr32 /i swprv.dll
      o vssvc /register
      o regsvr32 /i eventcls.dll
      o regsvr32 es.dll
      o regsvr32 stdprov.dll
      o regsvr32 vssui.dll
      o regsvr32 msxml.dll
      o regsvr32 msxml3.dll
      o regsvr32 msxml4.dll
      Note The last command may not run successfully.
    11. At the command prompt, type vssadmin list writers, and then press ENTER.
    12. Confirm that the VSS writers are now listed.

    Solution 3
    The next most common issue is related to the target directory for Volume Shadow becoming inaccessible. To check this condition, follow these steps:

    1. Click "Start", click "Run...", type "regedit", and then click OK.
    2. Locate and then click the following registry key:
      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
      ContentIndex\Catalogs\System
    3. Confirm the value in the right-hand side for "Location" is "C:\System Volume Information" - double-click the item if needed to change the location
    4. If no value exists for "Location", right-click in the right-hand pane and select "New"->"String value". Enter "Location" as the name and press Enter. Double-click the item, type "C:\System Volume Information" and click "Ok"
    5. Exit Registry Editor
    6. Restart the computer

    An uncommon issue is related to Microsoft Visio. Follow these steps to correct this potential conflict.

    1. Click "Start", click "Run...", type "regedit", and then click OK.
    2. Locate and then click the following registry key:
      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex\Catalogs\Visio
    3. Click "Edit" -> "Delete", then confirm the deletion
    4. Exit Registry Editor.
    5. Restart the computer

    Solution 4
    And finally, there may be information in the Windows Event Viewer that will provide steps to resolution.

    1. Click "Start" -> "Run."
    2. Type "eventvwr.exe" and Enter
    3. (for Windows Vista only) Click the plus symbol beside "Windows Logs" to expand the list
    4. Click to select "Application" from the list on the left
    5. Scroll through a few days worth of the events shown, looking for red circles (Errors) with a "Source" of "VSS"
    6. Double-click any of these red circle (error) items to find more information
    7. Look for the phrase "Online Help" and click the link to search the Microsoft resources for remedies to the problem. It may also be helpful to perform a web search with the "EventID" and "hr" or error code such as 0x80070005
    Posted 1 month ago #
  2. kglynn
    Member

    Once I've gotten the "snapshot creation done" will Rebit then go in and do the initial cataloging again to get all the system files, etc. Will I now be able to restore the entire hard drive and all the Windows components?

    Thanks!

    Posted 3 weeks ago #
  3. Admin
    Key Master

    Yes, with the functional Volume Shadow Copy System Rebit is then able to make reliable copies of all the Windows components and other items necessary for a full system restore.

    Posted 3 weeks ago #

RSS feed for this topic

Reply

You must log in to post.