<?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>Bahramov's Personal Blog &#187; SUSHI</title>
	<atom:link href="http://www.bahramov.com/tag/sushi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bahramov.com</link>
	<description>Computers, databases, networks and virtualization</description>
	<lastBuildDate>Fri, 24 Jun 2011 12:05:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>0&#215;80070005: Access is denied when scheduling SUSHI</title>
		<link>http://www.bahramov.com/2010/02/17/0x80070005-access-is-denied-when-scheduling-sushi/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/02/17/0x80070005-access-is-denied-when-scheduling-sushi/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 14:29:52 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Backup]]></category>
		<category><![CDATA[SUSHI]]></category>
		<category><![CDATA[WSS backup]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/02/17/0x80070005-access-is-denied-when-scheduling-sushi/</guid>
		<description><![CDATA[Iâ€™ve been trying to schedule a backup of our WSS site using SharePoint SUSHI and had two different problems:
1) After setting required parameters and clicking â€œCreate Scheduled Backupâ€ in the command prompt I was getting the following error:&#160; ERROR: Invalid starttime value.     Well, actually the format of the date as it [...]]]></description>
			<content:encoded><![CDATA[<p>Iâ€™ve been trying to schedule a backup of our WSS site using <a title="SUSHI" href="http://sushi.codeplex.com/" target="_blank">SharePoint SUSHI</a> and had two different problems:</p>
<p>1) After setting required parameters and clicking â€œCreate Scheduled Backupâ€ in the command prompt I was getting the following error:&#160; <strong><font face="Courier New">ERROR: Invalid starttime value.</font></strong>     <br />Well, actually the format of the date as it was created was wrong. Possibly just because of the regional Optionsâ€¦ The serverâ€™s regional options where I run SharePoint site is Italian. So, to go around this I just copied the generated SCHTASK command and modified the time value:</p>
<ol>
<p>Original command was like this:</p>
<table border="1" cellspacing="0" cellpadding="2" width="100%">
<tbody>
<tr>
<td bgcolor="#003399" valign="top"><font color="#ffffff" face="Lucida Console">D:\&gt;SCHTASKS /create /sc DAILY /mo 1 /tn &quot;Catapult SharePoint Autobackup&quot; /tr &quot;C:\SharePoint Utils\sushi.exe -autostart:Catapult_SharePoint_Autobackup&quot; /s </font><a href="file://\\WSSSERVERNAME#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><font color="#ffffff" face="Lucida Console">\\WSSSERVERNAME</font></a><font color="#ffffff" face="Lucida Console"> /st </font><strong><font face="Lucida Console"><font color="#ffffff">01.00 /F /u DOMAIN\UserName                  <br /><strong>ERROR: Invalid starttime value.</strong></font></font></strong></td>
</tr>
</tbody>
</table>
<p>I made it look like this in a Notepad:</p>
<table border="1" cellspacing="0" cellpadding="2" width="100%">
<tbody>
<tr>
<td bgcolor="#003399" valign="top"><font color="#ffffff" face="Lucida Console">SCHTASKS /create /sc DAILY /mo 1 /tn &quot;Catapult SharePoint Autobackup&quot; /tr &quot;C:\SharePoint Utils\sushi.exe -autostart:Catapult_SharePoint_Autobackup&quot; /s </font><a href="file://\\WSSSERVERNAME#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><font color="#ffffff" face="Lucida Console">\\WSSSERVERNAME</font></a><font face="Lucida Console"><font color="#ffffff"> /st <strong>18:30 /F /u /RU DOMAIN\UserName /RP password</strong></font></font></td>
</tr>
</tbody>
</table>
<p>After running this command in a command prompt window the tasks was successfully created. However, there I have encountered another problem to resolve as described in point 2.</p>
<p> 2) When I tried to Run the scheduled task the I got the following error:</ol>
<p><font face="Lucida Console">&quot;Catapult SharePoint Autobackup.job&quot; (SharePoint) 2/4/2010 8:48:00 AM ** ERROR **      <br />&#160;&#160;&#160; Unable to start task.       <br />&#160;&#160;&#160; The specific error is:       <br />&#160;&#160;&#160; </font><font face="Lucida Console"><strong>0&#215;80070005: Access is denied.        <br /></strong>&#160;&#160;&#160; Try using the Task page Browse button to locate the application<strong>.</strong></font></p>
<p>Searching Internet led me to Microsoftâ€™s <a href="http://support.microsoft.com/kb/867466" target="_blank">KB article</a> related to this error, however in my case the error was due to the â€˜spaceâ€™ character in the folder path: â€œ<strong>D:\SharePoint Utils\sushi.exe</strong>â€œ. Simply renaming the folder name and modifying the task with correct path resolved this problem.</p>
<p>Hope this information will help someone who has encountered the same problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/02/17/0x80070005-access-is-denied-when-scheduling-sushi/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

