<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; Windows Backup</title>
	<atom:link href="http://risualblogs.com/blog/tag/windows-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://risualblogs.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 13:33:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Windows 2008 System State Fails with Windows Backup installed and Enough Space on the drive</title>
		<link>http://support.risualblogs.com/blog/2009/12/02/windows-2008-system-state-fails-with-windows-backup-installed-and-enough-space-on-the-drive/</link>
		<comments>http://support.risualblogs.com/blog/2009/12/02/windows-2008-system-state-fails-with-windows-backup-installed-and-enough-space-on-the-drive/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 09:58:56 +0000</pubDate>
		<dc:creator>Daniel Davies</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DPM]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[Windows Backup]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://3.131</guid>
		<description><![CDATA[&#160; You may come across a few problems when using DPM or Simply just windows backup when trying to back up “System State” on WINDOWS 2008. The first problem you may come across if you have a single drive is that System State will not backup to a critical volume by default. So you have [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="text-align: center"><a href="http://support.risualblogs.com/blog/files/2009/12/image.png"><img class="aligncenter" style="float: none;margin-left: auto;margin-right: auto;border: 0px" src="http://support.risualblogs.com/blog/files/2009/12/image_thumb.png" border="0" alt="image" width="216" height="27" /></a></p>
<p>You may come across a few problems when using DPM or Simply just windows backup when trying to back up “System State” on WINDOWS 2008.</p>
<p>The first problem you may come across if you have a single drive is that System State will not backup to a critical volume by default. So you have to set the below registry key to allow this to happen.</p>
<h5>“Registry entry to enable system state backups to critical volumes</h5>
<p>To enable the system state backup files to be targeted to critical volumes, you must set the value of the AllowSSBToAnyVolume registry entry under the following registry subkey:</p>
<p>HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceswbengineSystemStateBackup</p>
<p>Set the value of this entry as follows:</p>
<p>Name: AllowSSBToAnyVolume<br />
Data type: DWORD<br />
Value data: 1</p>
<p><strong>Note</strong> When this value is set to 1, system state backups to any volume are enabled. To revert to the default behavior, set the value to 0.”</p>
<p>You may have the issue we had recently also where the  above  regkey is already set to 1, windows backup was installed and there was enough free space, so no obvious reason why the backup should have failed.</p>
<p>But you will notice the below event errors at the same point the backup fails.</p>
<p style="text-align: center"><a href="http://support.risualblogs.com/blog/files/2009/12/image1.png"><img class="aligncenter" style="border: 0px" src="http://support.risualblogs.com/blog/files/2009/12/image_thumb1.png" border="0" alt="image" width="447" height="35" /></a></p>
<p><strong>“EVENT ID 517</strong></p>
<p>Backup started at &#8217;02/12/2009 09:25:29&#8242; failed with following error code &#8217;2155348165&#8242; ( There was a failure in preparing the backup image of one of the volumes in the backup set. ). Please rerun backup once issue is resolved.</p>
<p><strong>EVENT ID 8193</strong></p>
<p>Volume Shadow Copy Service error: Unexpected error calling routine ConvertStringSidToSid.  hr = 0&#215;80070539.</p>
<p>Operation:<br />
OnIdentify event<br />
Gathering Writer Data</p>
<p>Context:<br />
Execution Context: Shadow Copy Optimization Writer<br />
Writer Class Id: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f}<br />
Writer Name: Shadow Copy Optimization Writer<br />
Writer Instance ID: {06ff818a-6da7-4d9c-920b-df9c6309748e}”</p>
<p><strong>Fix</strong></p>
<p>To fix this we had to do the following</p>
<p>1. Create a backup of the registry</p>
<p>2. Delete the following key HKLMSoftwareMicrosoftEventSystem{26c409cc-ae86-11d1-b616-00805fc79216}Subscriptions (leave the EventClass subkey)</p>
<p>3. Restart the server.</p>
<p>4. Run the &#8220;VSSADMIN LIST WRITERS&#8221; from command Prompt. This causes the regkeys to be recreated and rebuilds the VSS writers.</p>
<p>After this all started working.</p>
<p>&nbsp;</p>
<p style="text-align: center"><a href="http://support.risualblogs.com/blog/files/2009/12/image2.png"><img class="aligncenter" style="float: none;margin-left: auto;margin-right: auto;border: 0px" src="http://support.risualblogs.com/blog/files/2009/12/image_thumb2.png" border="0" alt="image" width="474" height="268" /></a></p>
<p>Daniel Davies</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2009/12/02/windows-2008-system-state-fails-with-windows-backup-installed-and-enough-space-on-the-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

