<?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: OCS 2007 R2 Standard Edition Front End Automated Backups</title>
	<atom:link href="http://www.shudnow.net/2010/01/18/ocs-2007-r2-standard-edition-front-end-automated-backups/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shudnow.net/2010/01/18/ocs-2007-r2-standard-edition-front-end-automated-backups/</link>
	<description>Just another IT guy!</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:04:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: JMS</title>
		<link>http://www.shudnow.net/2010/01/18/ocs-2007-r2-standard-edition-front-end-automated-backups/comment-page-1/#comment-12639</link>
		<dc:creator>JMS</dc:creator>
		<pubDate>Tue, 26 Apr 2011 14:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1586#comment-12639</guid>
		<description>And here is the fix for the above instructions.  You placed single quotes around the variables.  They need to be double quotes.  The below example might be truncated by the website poasting.   
 
exec expressmaint 
@database      = &quot;ALL_USER&quot;, 
@optype        = &quot;DB&quot;, 
@backupfldr    = &quot;c:ocsbackup&quot;, 
@reportfldr    = &quot;c:eports&quot;, 
@verify        = 1, 
@dbretainunit  = &quot;days&quot;, 
@dbretainval   = 1, 
@rptretainunit = &quot;weeks&quot;, 
@rptretainval  = 1, 
@report        = 1 
 </description>
		<content:encoded><![CDATA[<p>And here is the fix for the above instructions.  You placed single quotes around the variables.  They need to be double quotes.  The below example might be truncated by the website poasting.   </p>
<p>exec expressmaint<br />
@database      = &quot;ALL_USER&quot;,<br />
@optype        = &quot;DB&quot;,<br />
@backupfldr    = &quot;c:ocsbackup&quot;,<br />
@reportfldr    = &quot;c:<br />
eports&quot;,<br />
@verify        = 1,<br />
@dbretainunit  = &quot;days&quot;,<br />
@dbretainval   = 1,<br />
@rptretainunit = &quot;weeks&quot;,<br />
@rptretainval  = 1,<br />
@report        = 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JMS</title>
		<link>http://www.shudnow.net/2010/01/18/ocs-2007-r2-standard-edition-front-end-automated-backups/comment-page-1/#comment-12638</link>
		<dc:creator>JMS</dc:creator>
		<pubDate>Tue, 26 Apr 2011 13:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1586#comment-12638</guid>
		<description>I also get an error for line 2 and line 15 for:  
database = &#039;ALL_USER&#039;   </description>
		<content:encoded><![CDATA[<p>I also get an error for line 2 and line 15 for:<br />
database = &#039;ALL_USER&#039;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JMS</title>
		<link>http://www.shudnow.net/2010/01/18/ocs-2007-r2-standard-edition-front-end-automated-backups/comment-page-1/#comment-12637</link>
		<dc:creator>JMS</dc:creator>
		<pubDate>Tue, 26 Apr 2011 13:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1586#comment-12637</guid>
		<description>I&#039;m having the same troubles as Nancy Jiang.  Label c has already been declared.  Any ideas about why that happens?   </description>
		<content:encoded><![CDATA[<p>I&#039;m having the same troubles as Nancy Jiang.  Label c has already been declared.  Any ideas about why that happens?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy Jiang</title>
		<link>http://www.shudnow.net/2010/01/18/ocs-2007-r2-standard-edition-front-end-automated-backups/comment-page-1/#comment-10581</link>
		<dc:creator>Nancy Jiang</dc:creator>
		<pubDate>Thu, 21 Oct 2010 07:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1586#comment-10581</guid>
		<description>The back slash keeps truncating when it&#039;s published. Any way, you know what I try to show you. Thanks! </description>
		<content:encoded><![CDATA[<p>The back slash keeps truncating when it&#039;s published. Any way, you know what I try to show you. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy Jiang</title>
		<link>http://www.shudnow.net/2010/01/18/ocs-2007-r2-standard-edition-front-end-automated-backups/comment-page-1/#comment-10580</link>
		<dc:creator>Nancy Jiang</dc:creator>
		<pubDate>Thu, 21 Oct 2010 07:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1586#comment-10580</guid>
		<description>Of course, it should look like: 
 
@backupfldr    = &#8216;c:OCSBackup&#8217;, 
@reportfldr    = &#8216;c:TempRapporter&#8217;, 
 
Nancy </description>
		<content:encoded><![CDATA[<p>Of course, it should look like: </p>
<p>@backupfldr    = &lsquo;c:OCSBackup&rsquo;,<br />
@reportfldr    = &lsquo;c:TempRapporter&rsquo;, </p>
<p>Nancy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eshudnow</title>
		<link>http://www.shudnow.net/2010/01/18/ocs-2007-r2-standard-edition-front-end-automated-backups/comment-page-1/#comment-10116</link>
		<dc:creator>eshudnow</dc:creator>
		<pubDate>Fri, 14 May 2010 02:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1586#comment-10116</guid>
		<description>Looks correct.  </description>
		<content:encoded><![CDATA[<p>Looks correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawel</title>
		<link>http://www.shudnow.net/2010/01/18/ocs-2007-r2-standard-edition-front-end-automated-backups/comment-page-1/#comment-10096</link>
		<dc:creator>Pawel</dc:creator>
		<pubDate>Fri, 07 May 2010 00:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1586#comment-10096</guid>
		<description>Many thanks for great article, much appreciated!! 
my $0.02 
 
you can, if you wish to, split Global Config and Pool Config backup to two separate xml files: 
If you prefer to back up each of the two levels of settings to a separate configuration file (.xml file), run the command two times, with the following modifications: 
&#8226;For the /level attribute, specify only one of the two setting levels (global or pool) each time you run the command. 
&#8226;For the /configfile attribute, specify a different, unique file name for each level. 
 
I use ExpressMaint utility (found it thanks to you!) with command line switches for SQL dbs backup &lt;a href=&quot;http://www.sqldbatips.com/showarticle.asp?ID=29&quot; rel=&quot;nofollow&quot;&gt;http://www.sqldbatips.com/showarticle.asp?ID=29&lt;/a&gt; 
 
I&#039;ve placed service account for that scheduled task into RTCUniversalReadOnlyAdmins group (so config backup runs ok) and local Administrators group on OCS box (so SQL dbs backup can run). Is that correct? 
 </description>
		<content:encoded><![CDATA[<p>Many thanks for great article, much appreciated!!<br />
my $0.02 </p>
<p>you can, if you wish to, split Global Config and Pool Config backup to two separate xml files:<br />
If you prefer to back up each of the two levels of settings to a separate configuration file (.xml file), run the command two times, with the following modifications:<br />
&bull;For the /level attribute, specify only one of the two setting levels (global or pool) each time you run the command.<br />
&bull;For the /configfile attribute, specify a different, unique file name for each level. </p>
<p>I use ExpressMaint utility (found it thanks to you!) with command line switches for SQL dbs backup <a href="http://www.sqldbatips.com/showarticle.asp?ID=29" rel="nofollow">http://www.sqldbatips.com/showarticle.asp?ID=29</a> </p>
<p>I&#39;ve placed service account for that scheduled task into RTCUniversalReadOnlyAdmins group (so config backup runs ok) and local Administrators group on OCS box (so SQL dbs backup can run). Is that correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petri</title>
		<link>http://www.shudnow.net/2010/01/18/ocs-2007-r2-standard-edition-front-end-automated-backups/comment-page-1/#comment-9725</link>
		<dc:creator>Petri</dc:creator>
		<pubDate>Fri, 05 Mar 2010 10:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1586#comment-9725</guid>
		<description>Thanks, great post. Can you also write post about restoring SE front-end? 
 
Btw, is there little spelling mistake in file names here: 
&quot;You take this code and save it as storemaint.sql.  Then run the following code: 
&#8220;C:Program Files (x86)Microsoft SQL Server90ToolsBinnsqlcmd.exe&#8221; -S .RTC -i c:ocsbackupexpressmaint.sql&quot; 
 
Should the file name storemaint.sql be expressmaint.sql? 
 
 </description>
		<content:encoded><![CDATA[<p>Thanks, great post. Can you also write post about restoring SE front-end? </p>
<p>Btw, is there little spelling mistake in file names here:<br />
&quot;You take this code and save it as storemaint.sql.  Then run the following code:<br />
&ldquo;C:Program Files (x86)Microsoft SQL Server90ToolsBinnsqlcmd.exe&rdquo; -S .RTC -i c:ocsbackupexpressmaint.sql&quot; </p>
<p>Should the file name storemaint.sql be expressmaint.sql?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petri</title>
		<link>http://www.shudnow.net/2010/01/18/ocs-2007-r2-standard-edition-front-end-automated-backups/comment-page-1/#comment-9726</link>
		<dc:creator>Petri</dc:creator>
		<pubDate>Fri, 05 Mar 2010 10:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1586#comment-9726</guid>
		<description>Thanks, great post. Can you also write post about restoring SE front-end? 
 
Btw, is there little spelling mistake in file names here: 
&quot;You take this code and save it as storemaint.sql.  Then run the following code: 
&#8220;C:Program Files (x86)Microsoft SQL Server90ToolsBinnsqlcmd.exe&#8221; -S .RTC -i c:ocsbackupexpressmaint.sql&quot; 
 
Should the file name storemaint.sql be expressmaint.sql? 
 
 </description>
		<content:encoded><![CDATA[<p>Thanks, great post. Can you also write post about restoring SE front-end? </p>
<p>Btw, is there little spelling mistake in file names here:<br />
&quot;You take this code and save it as storemaint.sql.  Then run the following code:<br />
&ldquo;C:Program Files (x86)Microsoft SQL Server90ToolsBinnsqlcmd.exe&rdquo; -S .RTC -i c:ocsbackupexpressmaint.sql&quot; </p>
<p>Should the file name storemaint.sql be expressmaint.sql?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SID</title>
		<link>http://www.shudnow.net/2010/01/18/ocs-2007-r2-standard-edition-front-end-automated-backups/comment-page-1/#comment-9698</link>
		<dc:creator>SID</dc:creator>
		<pubDate>Fri, 26 Feb 2010 21:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1586#comment-9698</guid>
		<description>Thanks </description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

