<?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>WillMAYS.com - Blog &#187; Error</title>
	<atom:link href="http://blog.willmays.com/category/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.willmays.com</link>
	<description></description>
	<lastBuildDate>Thu, 06 May 2010 14:30:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SBS 2003 SP1 Installation Failure &#8211; Server Tools</title>
		<link>http://blog.willmays.com/2010/05/07/sbs-2003-sp1-installation-failure-server-tools/</link>
		<comments>http://blog.willmays.com/2010/05/07/sbs-2003-sp1-installation-failure-server-tools/#comments</comments>
		<pubDate>Thu, 06 May 2010 14:30:06 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Error]]></category>
		<category><![CDATA[SBS 2003]]></category>

		<guid isPermaLink="false">http://blog.willmays.com/?p=64</guid>
		<description><![CDATA[I am in the middle of converting a client from SBS 2003 to SBS 2008 &#8211; this server hasn&#8217;t been particularly well maintained over its lifetime, and as such requires a fair few prerequisite updates before we can get down to the fun bits of the migration.
I needed to install Small Business Server 2003 Service [...]]]></description>
			<content:encoded><![CDATA[<p>I am in the middle of converting a client from SBS 2003 to SBS 2008 &#8211; this server hasn&#8217;t been particularly well maintained over its lifetime, and as such requires a fair few prerequisite updates before we can get down to the fun bits of the migration.</p>
<p>I needed to install Small Business Server 2003 Service Pack 1 &#8211; however it wouldn&#8217;t let me! The log files led me to something I believe would be a rarely-seen edge-case. First, the symptoms.</p>
<p>C:\Program Files\Microsoft Integration\Windows Small Business Server 2003\Logs\</p>
<p>setup.log:</p>
<blockquote><p>Component Name: Server Tools<br />
Version:        5.0<br />
Installation Status:    Failure<br />
Error Message:        An error occurred while copying files for the Server Tools component.  See C:\Program Files\Microsoft Integration\Windows Small Business Server 2003\Logs\SBSMSI-remote.LOG for the list of files that were not copied. You may want to run Setup again and reinstall the component.<br />
An error occurred while copying files for the Server Tools component.  See C:\Program Files\Microsoft Integration\Windows Small Business Server 2003\Logs\SBSMSI-Backup.LOG for the list of files that were not copied. You may want to run Setup again and reinstall the component.</p></blockquote>
<p>SBSMSI-remote.log:</p>
<blockquote><p>MSI (s) (84:34) [23:17:03:647]: PROPERTY CHANGE: Modifying IISDIR property. Its current value is &#8216;\\SERVER&#8217;. Its new value: &#8216;\\SERVER\&#8217;.</p>
<p>[snip]</p>
<p>MSI (s) (84:34) [23:17:03:663]: Product: Windows Small Business Server Remote Portal &#8212; Error 1316. A network error occurred while attempting to read from the file: \\SERVER\wwwroot\Images\help.gif</p></blockquote>
<p>Interesting &#8211; The installer is setting IISDIR to the server name, and then trying to read files from non-existent shares. IISDIR is generally c:\inetpub\wwwroot. This led to a search through the registry to no success.</p>
<p>The Application event log was also showing the following errors:</p>
<blockquote><p>Source: MsiInstaller<br />
Event ID: 11316<br />
Description:<br />
Product: Windows Small Business Server Remote Portal &#8212; Error 1316. A network error occurred while attempting to read from the file: \\SERVER\wwwroot\Images\help.gif</p></blockquote>
<p>and</p>
<blockquote><p>Source: MsiInstaller<br />
Event ID: 11325<br />
Description:<br />
Product: Windows Small Business Server Common &#8212; Error 1325. &#8216;ConnectComputer&#8217; is not a valid short file name.</p></blockquote>
<p>On a guess, I decided to check the Home Directory of the default website in IIS Manager &#8211; it was pointing at a non-existent network location. The server used to have a line-of-business application running on it which took over the default website for dashboard reporting.</p>
<h4>Resolution Steps</h4>
<ol>
<li>Launch IIS Manager (<em>Start -&gt; Administrative Tools -&gt; Internet Information Services (IIS) Manager</em>)</li>
<li>Expand the tree to the default website (<em>Internet Information Services -&gt; Servername -&gt; Web Sites</em>)</li>
<li>Right-click &#8216;Default Web Site&#8217;, select &#8216;Properties&#8217;</li>
<li>Go to the &#8216;Home Directory&#8217; tab</li>
<li>Select &#8216;A directory located on this computer&#8217;</li>
<li>Set the Local Path to &#8216;C:\Inetpub\wwwroot&#8217;</li>
<li>Click OK, and restart IIS</li>
<li>Run the SBS 2003 SP1 Installation again</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.willmays.com/2010/05/07/sbs-2003-sp1-installation-failure-server-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduled Reboot task fails with error 0&#215;4f7</title>
		<link>http://blog.willmays.com/2008/10/09/scheduled-reboot-task-fails-with-error-0x4f7/</link>
		<comments>http://blog.willmays.com/2008/10/09/scheduled-reboot-task-fails-with-error-0x4f7/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 12:27:05 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Error]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false">http://blog.willmays.com/2008/10/09/scheduled-reboot-task-fails-with-error-0x4f7/</guid>
		<description><![CDATA[On all the servers I am tasked with managing I define a scheduled task &#8211; allowing me to perform a timed unattended reboot of the system. Most of the time this works well &#8211; once in a blue moon it doesn&#8217;t reboot the server though!
The command line for the task is:
shutdown /r /t 30 /c [...]]]></description>
			<content:encoded><![CDATA[<p>On all the servers I am tasked with managing I define a scheduled task &#8211; allowing me to perform a timed unattended reboot of the system. Most of the time this works well &#8211; once in a blue moon it doesn&#8217;t reboot the server though!</p>
<p>The command line for the task is:</p>
<p><code>shutdown /r /t 30 /c "Scheduled Reboot task" /d p:0:0</code></p>
<p>Occasionally the task fails with an error code of <code>0x4f7</code>. This means that the console session is logged on and in a locked state!</p>
<p>Long and the short of it &#8211; Make sure you completely log off any active administrative sessions on the server when you schedule the next run of the task!</p>
<p>Alternatively, modify the command to look like this:</p>
<p><code>shutdown /r /t 30 /c "Scheduled Reboot task" /d p:0:0 <strong>/f</strong></code></p>
<p>The <strong>/f</strong> on the end forces a restart &#8211; it also forcefully closes any running applications in any logged-on session.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.willmays.com/2008/10/09/scheduled-reboot-task-fails-with-error-0x4f7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SBS 2003 &#8211; Windows Time Error 1058</title>
		<link>http://blog.willmays.com/2007/03/20/sbs-2003-windows-time-error-1058/</link>
		<comments>http://blog.willmays.com/2007/03/20/sbs-2003-windows-time-error-1058/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 01:07:39 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Error]]></category>
		<category><![CDATA[SBS 2003]]></category>

		<guid isPermaLink="false">http://blog.willmays.com/2007/03/20/sbs-2003-windows-time-error-1058/</guid>
		<description><![CDATA[On an SBS 2003 server today I had an issue where the root cause was the Windows Time (w32time) service not starting.
The &#8216;Configure E-mail and Internet Connection Wizard&#8217; would not complete, erroring at the &#8216;Network Configuration&#8217; stage. Logs showed the following:
Error 0&#215;80070422 returned from call to Configuring the time service().
Error 0&#215;80070422 returned from call to [...]]]></description>
			<content:encoded><![CDATA[<p>On an SBS 2003 server today I had an issue where the root cause was the Windows Time (w32time) service not starting.</p>
<p>The &#8216;Configure E-mail and Internet Connection Wizard&#8217; would not complete, erroring at the &#8216;Network Configuration&#8217; stage. Logs showed the following:<br />
<em>Error 0&#215;80070422 returned from call to Configuring the time service().<br />
Error 0&#215;80070422 returned from call to CNetCommit::Common().<br />
Error 0&#215;80070422 returned from call to CNetCommit::Commit().</em></p>
<p>Services MMC snapin showed the Windows Time service as stopped. Starting the service gave the following error:<br />
<em><span class="hilite">&#8220;Could</span> <span class="hilite">not</span> <span class="hilite">start</span> <span class="hilite">the</span> <span class="hilite">Windows</span> <span class="hilite">Time</span> <span class="hilite">service</span> on Local Computer.<br />
Error <span class="hilite">1058</span>: <span class="hilite">The</span> <span class="hilite">service</span> cannot be started, either because it is disabled or because it has no enabled devices associated with it. &#8220;</em></p>
<p>Solution:</p>
<ul>
<li>Click &#8216;Start -&gt; Run&#8217;</li>
<li>type &#8216;regsvr32  w32time.dll&#8217;, click ok</li>
<li>when it says &#8216;DllRegisterServer in w32time.dll succeeded&#8217;, click &#8216;ok&#8217;</li>
<li>Start the time service.</li>
</ul>
<p>The error will now be resolved and the internet connection wizard should go through without error.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.willmays.com/2007/03/20/sbs-2003-windows-time-error-1058/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
