<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SQL Server Compressed Backup v1.2 Released</title>
	<atom:link href="http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/</link>
	<description>A blog on .Net and SQL Server</description>
	<lastBuildDate>Tue, 31 Jan 2012 14:44:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Clay Lenhart</title>
		<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/comment-page-2/#comment-15768</link>
		<dc:creator>Clay Lenhart</dc:creator>
		<pubDate>Thu, 11 Aug 2011 07:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=126#comment-15768</guid>
		<description>Royner,
I&#039;d suspect that it wouldn&#039;t work. I&#039;m pretty sure that it&#039;s compiled against the 8.0 (SQL 2000) version of the DLL.
Clay</description>
		<content:encoded><![CDATA[<p>Royner,<br />
I&#8217;d suspect that it wouldn&#8217;t work. I&#8217;m pretty sure that it&#8217;s compiled against the 8.0 (SQL 2000) version of the DLL.<br />
Clay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Royner Suarez</title>
		<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/comment-page-2/#comment-15764</link>
		<dc:creator>Royner Suarez</dc:creator>
		<pubDate>Wed, 10 Aug 2011 13:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=126#comment-15764</guid>
		<description>Thanks for your response Clay.
The problem was related to the INSTANCENAME paramater that must have passed to the SQL server if you are using  SQL instances on it. 
Now It works fine..... 
Is this software able to backup SQL server 7.0 datatabases ?</description>
		<content:encoded><![CDATA[<p>Thanks for your response Clay.<br />
The problem was related to the INSTANCENAME paramater that must have passed to the SQL server if you are using  SQL instances on it.<br />
Now It works fine&#8230;..<br />
Is this software able to backup SQL server 7.0 datatabases ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay Lenhart</title>
		<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/comment-page-2/#comment-15761</link>
		<dc:creator>Clay Lenhart</dc:creator>
		<pubDate>Tue, 09 Aug 2011 20:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=126#comment-15761</guid>
		<description>Royner, 
That probably applies to your situtation too (running the tool with admin privledges).</description>
		<content:encoded><![CDATA[<p>Royner,<br />
That probably applies to your situtation too (running the tool with admin privledges).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay Lenhart</title>
		<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/comment-page-2/#comment-15760</link>
		<dc:creator>Clay Lenhart</dc:creator>
		<pubDate>Tue, 09 Aug 2011 20:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=126#comment-15760</guid>
		<description>Kevin,

A &quot;CreateEx&quot; error on Win2008+ is likely due to not having admin privledges.  You&#039;ll need to start a command prompt with &quot;run as administrator&quot; to run the tool.

Next on the list is to change the app to automatically upgrade to administrative privledges automatically.</description>
		<content:encoded><![CDATA[<p>Kevin,</p>
<p>A &#8220;CreateEx&#8221; error on Win2008+ is likely due to not having admin privledges.  You&#8217;ll need to start a command prompt with &#8220;run as administrator&#8221; to run the tool.</p>
<p>Next on the list is to change the app to automatically upgrade to administrative privledges automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Batman</title>
		<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/comment-page-2/#comment-15759</link>
		<dc:creator>Kevin Batman</dc:creator>
		<pubDate>Tue, 09 Aug 2011 19:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=126#comment-15759</guid>
		<description>Hello Clay,

I am currently using MSSQLCompressedBackup via a script on a server running Windows Server 2003 (32-bit) and want to use it also on another server running Windows Server 2008R2 (64-bit).  I am getting the following error which seems to be the same error that Royner Suarez was getting:
C:\MSSQLCompressedBackup-1.2-20100527_x64&gt;msbp backup [model] gzip file:///c:\scripts\model.bak.gz
local:
        path=c:\scripts\model.bak.gz
gzip: level = 9
------------------------
Exception #1
VDS::Create failed: x80070005

System.InvalidProgramException
   at MSBackupPipe.VirtualBackupDevice.VirtualDeviceSet.CreateEx(String instance
Name, String deviceSetName, VirtualDeviceSetConfig config) in c:\documents and s
ettings\clay lenhart\my documents\mssqlcompressed\msbackuppipe.virtualbackupdevi
ce\virtualdeviceset.cpp:line 96
   at MSBackupPipe.Common.BackupPipeSystem.BackupOrRestore(Boolean isBackup, Con
figPair storageConfig, ConfigPair databaseConfig, List`1 pipelineConfig, IUpdate
Notification updateNotifier) in C:\Documents and Settings\Clay Lenhart\My Docume
nts\mssqlcompressed\MSBackupPipe.Common\BackupPipeSystem.cs:line 105


The backup failed.
Below are the commands for msbp.exe:
        msbp.exe help
        msbp.exe backup
        msbp.exe restore
        msbp.exe listplugins
        msbp.exe helpplugin
        msbp.exe version

For more information, type msbp.exe help 

I am running the 64-bit version of the software.  Any ideas?  The path to the sqlvdi.dll is what you say it is on your machine, so I don&#039;t believe that is the problem.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello Clay,</p>
<p>I am currently using MSSQLCompressedBackup via a script on a server running Windows Server 2003 (32-bit) and want to use it also on another server running Windows Server 2008R2 (64-bit).  I am getting the following error which seems to be the same error that Royner Suarez was getting:<br />
C:\MSSQLCompressedBackup-1.2-20100527_x64&gt;msbp backup [model] gzip file:///c:\scripts\model.bak.gz<br />
local:<br />
        path=c:\scripts\model.bak.gz<br />
gzip: level = 9<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Exception #1<br />
VDS::Create failed: x80070005</p>
<p>System.InvalidProgramException<br />
   at MSBackupPipe.VirtualBackupDevice.VirtualDeviceSet.CreateEx(String instance<br />
Name, String deviceSetName, VirtualDeviceSetConfig config) in c:\documents and s<br />
ettings\clay lenhart\my documents\mssqlcompressed\msbackuppipe.virtualbackupdevi<br />
ce\virtualdeviceset.cpp:line 96<br />
   at MSBackupPipe.Common.BackupPipeSystem.BackupOrRestore(Boolean isBackup, Con<br />
figPair storageConfig, ConfigPair databaseConfig, List`1 pipelineConfig, IUpdate<br />
Notification updateNotifier) in C:\Documents and Settings\Clay Lenhart\My Docume<br />
nts\mssqlcompressed\MSBackupPipe.Common\BackupPipeSystem.cs:line 105</p>
<p>The backup failed.<br />
Below are the commands for msbp.exe:<br />
        msbp.exe help<br />
        msbp.exe backup<br />
        msbp.exe restore<br />
        msbp.exe listplugins<br />
        msbp.exe helpplugin<br />
        msbp.exe version</p>
<p>For more information, type msbp.exe help </p>
<p>I am running the 64-bit version of the software.  Any ideas?  The path to the sqlvdi.dll is what you say it is on your machine, so I don&#8217;t believe that is the problem.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay Lenhart</title>
		<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/comment-page-2/#comment-15753</link>
		<dc:creator>Clay Lenhart</dc:creator>
		<pubDate>Sun, 07 Aug 2011 20:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=126#comment-15753</guid>
		<description>Royner,
It can&#039;t find the VDI dll, which on my machine is located here:
C:\Program Files\Microsoft SQL Server\80\COM\sqlvdi.dll
The path varies from installation to installation, but it&#039;ll be in a similar place (....80\COM\sqlvdi.dll).

I see this occur when people try to backup a database remotely, which isn&#039;t possible with this tool.</description>
		<content:encoded><![CDATA[<p>Royner,<br />
It can&#8217;t find the VDI dll, which on my machine is located here:<br />
C:\Program Files\Microsoft SQL Server\80\COM\sqlvdi.dll<br />
The path varies from installation to installation, but it&#8217;ll be in a similar place (&#8230;.80\COM\sqlvdi.dll).</p>
<p>I see this occur when people try to backup a database remotely, which isn&#8217;t possible with this tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay Lenhart</title>
		<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/comment-page-2/#comment-15751</link>
		<dc:creator>Clay Lenhart</dc:creator>
		<pubDate>Sun, 07 Aug 2011 20:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=126#comment-15751</guid>
		<description>Saud, Great to hear! Thanks for the update.</description>
		<content:encoded><![CDATA[<p>Saud, Great to hear! Thanks for the update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay Lenhart</title>
		<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/comment-page-2/#comment-15750</link>
		<dc:creator>Clay Lenhart</dc:creator>
		<pubDate>Sun, 07 Aug 2011 18:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=126#comment-15750</guid>
		<description>Mirco, I haven&#039;t tried it this way, but makes sense!  Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>Mirco, I haven&#8217;t tried it this way, but makes sense!  Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Royner Suarez</title>
		<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/comment-page-2/#comment-15749</link>
		<dc:creator>Royner Suarez</dc:creator>
		<pubDate>Fri, 05 Aug 2011 19:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=126#comment-15749</guid>
		<description>Hello
I want tou use this great software to compress my SQL backups, but when I try to run in our server which have an instance name, the process raise an error:

C:\backups&gt;msbp.exe backup &quot;db(database=model)&quot; &quot;zip64(level=3)&quot; &quot;local(path=c:\
model.bak.zip)&quot;
local:
        path=c:\model.bak.zip
zip64: level = 3, filename=database.bak
------------------------
Exception #1
VDS::Create failed: x80770007

System.InvalidProgramException
   at VdiNet.VirtualBackupDevice.Native.VirtualDeviceSet.CreateEx(String instanc
eName, String deviceSetName, VirtualDeviceSetConfig config) in c:\users\clay\doc
uments\vdi.net\vdinet.virtualbackupdevice.native\virtualdeviceset.cpp:line 98
   at VdiNet.VirtualBackupDevice.Exe32Sql32.VirtualDeviceSetExe32Sql32.CreateEx(
String instanceName, String deviceSetName, VirtualDeviceSetConfig config) in C:\
Users\Clay\Documents\vdi.net\VdiNet.VirtualBackupDevice\Exe32Sql32\VirtualDevice
SetExe32Sql32.cs:line 23
   at MSBackupPipe.Common.BackupPipeSystem.BackupOrRestore(Boolean isBackup, Con
figPair storageConfig, ConfigPair databaseConfig, List`1 pipelineConfig, IUpdate
Notification updateNotifier) in C:\Users\Clay\Documents\MSSQL Compressed\mssql s
ourceforge2\MSBackupPipe.Common\BackupPipeSystem.cs:line 108


The backup failed.

What can be happening ?
Thanks</description>
		<content:encoded><![CDATA[<p>Hello<br />
I want tou use this great software to compress my SQL backups, but when I try to run in our server which have an instance name, the process raise an error:</p>
<p>C:\backups&gt;msbp.exe backup &#8220;db(database=model)&#8221; &#8220;zip64(level=3)&#8221; &#8220;local(path=c:\<br />
model.bak.zip)&#8221;<br />
local:<br />
        path=c:\model.bak.zip<br />
zip64: level = 3, filename=database.bak<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Exception #1<br />
VDS::Create failed: x80770007</p>
<p>System.InvalidProgramException<br />
   at VdiNet.VirtualBackupDevice.Native.VirtualDeviceSet.CreateEx(String instanc<br />
eName, String deviceSetName, VirtualDeviceSetConfig config) in c:\users\clay\doc<br />
uments\vdi.net\vdinet.virtualbackupdevice.native\virtualdeviceset.cpp:line 98<br />
   at VdiNet.VirtualBackupDevice.Exe32Sql32.VirtualDeviceSetExe32Sql32.CreateEx(<br />
String instanceName, String deviceSetName, VirtualDeviceSetConfig config) in C:\<br />
Users\Clay\Documents\vdi.net\VdiNet.VirtualBackupDevice\Exe32Sql32\VirtualDevice<br />
SetExe32Sql32.cs:line 23<br />
   at MSBackupPipe.Common.BackupPipeSystem.BackupOrRestore(Boolean isBackup, Con<br />
figPair storageConfig, ConfigPair databaseConfig, List`1 pipelineConfig, IUpdate<br />
Notification updateNotifier) in C:\Users\Clay\Documents\MSSQL Compressed\mssql s<br />
ourceforge2\MSBackupPipe.Common\BackupPipeSystem.cs:line 108</p>
<p>The backup failed.</p>
<p>What can be happening ?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saud Ahmed</title>
		<link>http://clay.lenharts.net/blog/2009/11/23/sql-server-compressed-backup-v12-released/comment-page-2/#comment-15748</link>
		<dc:creator>Saud Ahmed</dc:creator>
		<pubDate>Fri, 05 Aug 2011 18:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=126#comment-15748</guid>
		<description>Clay,

It worked !! I used the new version and the backup ran successfully on Tuesday, Wednesday and Thursday. I checked the logs and everything is golden. I&#039;ll keep monitoring it over the next two weeks and see if it fails once again (hopefully not).

Thanks a lot once again ! I really appreciate your help.</description>
		<content:encoded><![CDATA[<p>Clay,</p>
<p>It worked !! I used the new version and the backup ran successfully on Tuesday, Wednesday and Thursday. I checked the logs and everything is golden. I&#8217;ll keep monitoring it over the next two weeks and see if it fails once again (hopefully not).</p>
<p>Thanks a lot once again ! I really appreciate your help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

