<?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>The Firstwave &#187; SBS 2003</title>
	<atom:link href="http://www.great-one.co.uk/archives/category/sbs-2003/feed" rel="self" type="application/rss+xml" />
	<link>http://www.great-one.co.uk</link>
	<description>My corner of the internet</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:42:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>IPSEC service fails to start</title>
		<link>http://www.great-one.co.uk/archives/244</link>
		<comments>http://www.great-one.co.uk/archives/244#comments</comments>
		<pubDate>Wed, 07 Dec 2011 16:08:52 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[ipsec]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=244</guid>
		<description><![CDATA[<p>I found on several of our servers that the ipsec service fail&#8217;s to start on some of our SBS servers, this is because the DNS service randomly picks 2500 ports and seems to pick the port ipsec uses, to fix this you need to add some exclusions into the registry.</p> <p>Open regedit and go to  [...]]]></description>
			<content:encoded><![CDATA[<p>I found on several of our servers that the ipsec service fail&#8217;s to start on some of our SBS servers, this is because the DNS service randomly picks 2500 ports and seems to pick the port ipsec uses, to fix this you need to add some exclusions into the registry.</p>
<p>Open regedit and go to  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\ReservedPorts and type the following numbers in addition to the ones already there.</p>
<ul>
<li>1645-1646 &#8211; Used by IAS</li>
<li>1701-1701 &#8211; Used by L2TP</li>
<li>1812-1813 &#8211; Used by IAS</li>
<li>2883-2883 &#8211; Used by AUTD</li>
<li>4500-4500 &#8211; Used by IPSEC</li>
</ul>
<p>I found this info on the <a href="http://blogs.technet.com/b/sbs/archive/2008/07/17/some-services-may-fail-to-start-or-may-not-work-properly-after-installing-ms08-037-951746-and-951748.aspx" target="_blank">Official SBS Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/244/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting Windows 2008 Terminal Server to SBS 2003</title>
		<link>http://www.great-one.co.uk/archives/171</link>
		<comments>http://www.great-one.co.uk/archives/171#comments</comments>
		<pubDate>Wed, 04 May 2011 21:49:02 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Terminal Server]]></category>
		<category><![CDATA[terminal server]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=171</guid>
		<description><![CDATA[<p>When joining a Windows 2008 server to a SBS 2003 network to be used as a terminal server it doesn&#8217;t automatically show up on the RWW as an Application Sharing Server to add the server to RWW you need to modify some registry keys on both the SBS2003 server and the 2008 server.</p> <p>First on [...]]]></description>
			<content:encoded><![CDATA[<p>When joining a Windows 2008 server to a SBS 2003 network to be used as a terminal server it doesn&#8217;t automatically show up on the RWW as an Application Sharing Server to add the server to RWW you need to modify some registry keys on both the SBS2003 server and the 2008 server.</p>
<p>First on the SBS 2003 server modify the following registry key.</p>
<p>HKLM\SOFTWARE\Microsoft\SmallBusinessServer\RemoteUserPortal\KWLinks\AppTS is set to 1</p>
<p>Next on the 2008 server modify the following key, this key was actually missing on my installation so i created a new dword value key</p>
<p>HKLM\System\CurrentControlSet\Control\Terminal Server\TSEnabled =1  <span style="font-size: x-small;"><span style="font-family: arial,helvetica,sans-serif;"><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/171/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSUS 3.0 Fails with error regarding performance counters</title>
		<link>http://www.great-one.co.uk/archives/141</link>
		<comments>http://www.great-one.co.uk/archives/141#comments</comments>
		<pubDate>Fri, 25 Feb 2011 11:57:11 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[sbs2003]]></category>
		<category><![CDATA[WSUS 3 sp1]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=141</guid>
		<description><![CDATA[<p>I came across an error today when trieing to install WSUS 3 on one of our servers, it appeared to get to the end of the installation process and then failed with the error.</p> <p>&#8216;Windows Server Update Services 3.0 SP2 could not install WSUSService and the performance counters. For more information, see the Setup logs&#8217;</p> [...]]]></description>
			<content:encoded><![CDATA[<p>I came across an error today when trieing to install WSUS 3 on one of our servers, it appeared to get to the end of the installation process and then failed with the error.</p>
<p>&#8216;Windows Server Update Services 3.0 SP2 could not install WSUSService and the performance counters. For more information, see the Setup logs&#8217;</p>
<p>To rebuild the performance counters goto a command prompt and run</p>
<p>C:\windows\system32&gt; lodctr /R</p>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/141/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opening Office 2007 documents from the Companyweb in SBS2003</title>
		<link>http://www.great-one.co.uk/archives/136</link>
		<comments>http://www.great-one.co.uk/archives/136#comments</comments>
		<pubDate>Tue, 08 Feb 2011 14:47:27 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[companyweb]]></category>
		<category><![CDATA[sbs2003]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=136</guid>
		<description><![CDATA[<p>I recently encountered a problem where we couldn&#8217;t open documents using the new office file format when opening them from the Companyweb on SBS2003, and if I tried to save them it saved them as a zip file.</p> <p>After a bit of research I narrowed it down to being mime entries being missing from iis manager, I assumed this is because we are running Sharepoint Services [...]]]></description>
			<content:encoded><![CDATA[<p>I recently encountered a problem where we couldn&#8217;t open documents using the new office file format when opening them from the Companyweb on SBS2003, and if I tried to save them it saved them as a zip file.</p>
<p>After a bit of research I narrowed it down to being mime entries being missing from iis manager, I assumed this is because we are running Sharepoint Services v2 which was part of the sbs install and you can&#8217;t upgrade to WSS3 from 2 but thats a different topic.</p>
<p>Anyway I managed to fix this by running this script on the server, paste this into notepad and save as 2007.vbs if you run this multiple times you will end up with multiple entries in your mime types.</p>
<blockquote><p>&#8216;This script adds the necessary Office 2007 MIME types to an IIS Server.<br />
&#8216;To use this script, just double-click or execute it from a command line.<br />
&#8216;Running this script multiple times results in multiple entries in the IIS MimeMap.</p>
<p>Dim MimeMapObj, MimeMapArray, MimeTypesToAddArray, WshShell, oExec<br />
Const ADS_PROPERTY_UPDATE = 2</p>
<p>&#8216;Set the MIME types to be added<br />
&#8216; MimeTypesToAddArray = Array(&#8220;.manifest&#8221;, &#8220;application/manifest&#8221;, _<br />
&#8216; &#8220;.xaml&#8221;, &#8220;application/xaml+xml&#8221;, &#8220;.application&#8221;, &#8220;application/x-ms-application&#8221;, &#8220;.deploy&#8221;, &#8220;application/octet-stream&#8221;, _<br />
&#8216; &#8220;.xbap&#8221;, &#8220;application/x-ms-xbap&#8221;)<br />
MimeTypesToAddArray = Array( _<br />
&#8220;.docm&#8221;,&#8221;application/vnd.ms-word.document.macroEnabled.12&#8243; , _<br />
&#8220;.docx&#8221;,&#8221;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#8221; , _<br />
&#8220;.dotm&#8221;,&#8221;application/vnd.ms-word.template.macroEnabled.12&#8243; , _<br />
&#8220;.dotx&#8221;,&#8221;application/vnd.openxmlformats-officedocument.wordprocessingml.template&#8221; , _<br />
&#8220;.potm&#8221;,&#8221;application/vnd.ms-powerpoint.template.macroEnabled.12&#8243; , _<br />
&#8220;.potx&#8221;,&#8221;application/vnd.openxmlformats-officedocument.presentationml.template&#8221; , _<br />
&#8220;.ppam&#8221;,&#8221;application/vnd.ms-powerpoint.addin.macroEnabled.12&#8243; , _<br />
&#8220;.ppsm&#8221;,&#8221;application/vnd.ms-powerpoint.slideshow.macroEnabled.12&#8243; , _<br />
&#8220;.ppsx&#8221;,&#8221;application/vnd.openxmlformats-officedocument.presentationml.slideshow&#8221; , _<br />
&#8220;.pptm&#8221;,&#8221;application/vnd.ms-powerpoint.presentation.macroEnabled.12&#8243; , _<br />
&#8220;.pptx&#8221;,&#8221;application/vnd.openxmlformats-officedocument.presentationml.presentation&#8221; , _<br />
&#8220;.xlam&#8221;,&#8221;application/vnd.ms-excel.addin.macroEnabled.12&#8243; , _<br />
&#8220;.xlsb&#8221;,&#8221;application/vnd.ms-excel.sheet.binary.macroEnabled.12&#8243; , _<br />
&#8220;.xlsm&#8221;,&#8221;application/vnd.ms-excel.sheet.macroEnabled.12&#8243; , _<br />
&#8220;.xlsx&#8221;,&#8221;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#8221; , _<br />
&#8220;.xltm&#8221;,&#8221;application/vnd.ms-excel.template.macroEnabled.12&#8243; , _<br />
&#8220;.xltx&#8221;,&#8221;application/vnd.openxmlformats-officedocument.spreadsheetml.template&#8221; _<br />
)</p>
<p>&#8216;Get the mimemap object<br />
Set MimeMapObj = GetObject(&#8220;IIS://LocalHost/MimeMap&#8221;)</p>
<p>&#8216;Call AddMimeType for every pair of extension/MIME type<br />
For counter = 0 to UBound(MimeTypesToAddArray) Step 2<br />
AddMimeType MimeTypesToAddArray(counter), MimeTypesToAddArray(counter+1)<br />
Next</p>
<p>&#8216;Create a Shell object<br />
Set WshShell = CreateObject(&#8220;WScript.Shell&#8221;)</p>
<p>&#8216;Stop and Start the IIS Service<br />
Set oExec = WshShell.Exec(&#8220;net stop w3svc&#8221;)<br />
Do While oExec.Status = 0<br />
WScript.Sleep 100<br />
Loop</p>
<p>Set oExec = WshShell.Exec(&#8220;net start w3svc&#8221;)<br />
Do While oExec.Status = 0<br />
WScript.Sleep 100<br />
Loop</p>
<p>Set oExec = Nothing</p>
<p>&#8216;Report status to user<br />
WScript.Echo &#8220;Mime Types have been added.&#8221;</p>
<p>&#8216;AddMimeType Sub<br />
Sub AddMimeType (Ext, MType)</p>
<p>&#8216;Get the mappings from the MimeMap property.<br />
MimeMapArray = MimeMapObj.GetEx(&#8220;MimeMap&#8221;)</p>
<p>&#8216; Add a new mapping.<br />
i = UBound(MimeMapArray) + 1<br />
Redim Preserve MimeMapArray(i)<br />
Set MimeMapArray(i) = CreateObject(&#8220;MimeMap&#8221;)<br />
MimeMapArray(i).Extension = Ext<br />
MimeMapArray(i).MimeType = MType<br />
MimeMapObj.PutEx ADS_PROPERTY_UPDATE, &#8220;MimeMap&#8221;, MimeMapArray<br />
MimeMapObj.SetInfo<br />
End Sub</p></blockquote>
<p>I found this on <a href="http://social.answers.microsoft.com/Forums/en-US/InternetExplorer/thread/5986eb70-96e9-4755-bfc2-217698debb7d" target="_blank">Microsoft Answers</a> Credit for this must goto <a rel="nofollow" href="http://social.answers.microsoft.com/Profile/en-US/?user=Brad_Saide&amp;referrer=http%3a%2f%2fsocial.answers.microsoft.com%2fForums%2fen-US%2fInternetExplorer%2fthread%2f5986eb70-96e9-4755-bfc2-217698debb7d&amp;rh=hGDrAuxYxLXleWsJckmD6VR%2bPxlIRWbriSfB2Vmo3D0%3d&amp;sp=forums">Brad_Saide</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/136/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Default WSUS 3 groups for SBS 2003</title>
		<link>http://www.great-one.co.uk/archives/110</link>
		<comments>http://www.great-one.co.uk/archives/110#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:57:04 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[sbs2003]]></category>
		<category><![CDATA[WSUS 3 sp1]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=110</guid>
		<description><![CDATA[<p>I noticed after the WSUS server was upgraded on some of our servers the default groups seem to have disappeared here is a list of the default ones.</p> <p>Unassigned Computers</p> <p>Update Services Client Computers</p> <p>Update Services Excluded Computers</p> <p>Update Services Server Computers</p> ]]></description>
			<content:encoded><![CDATA[<p>I noticed after the WSUS server was upgraded on some of our servers the default groups seem to have disappeared here is a list of the default ones.</p>
<p>Unassigned Computers</p>
<p>Update Services Client Computers</p>
<p>Update Services Excluded Computers</p>
<p>Update Services Server Computers</p>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/110/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SBS 2003 Console does not manage update after installing WSUS 3 SP1</title>
		<link>http://www.great-one.co.uk/archives/104</link>
		<comments>http://www.great-one.co.uk/archives/104#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:54:38 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[sbs2003]]></category>
		<category><![CDATA[WSUS 3 sp1]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=104</guid>
		<description><![CDATA[<p>If you make a change to WSUS administration console or update the software to WSUS 3 it will stop the SBS console reporting the status of updates on your network.</p> <p>The following things can disable updates on the console</p> <p>Under Automatic Approvals, the Default Automatic Approval Rule is enabled in Options. Under Products and Classifications, [...]]]></description>
			<content:encoded><![CDATA[<p>If you make a change to WSUS administration console or update the software to WSUS 3 it will stop the SBS console reporting the status of updates on your network.</p>
<p>The following things can disable updates on the console</p>
<p>Under <strong>Automatic Approvals</strong>, the<strong> Default Automatic Approval Rule</strong> is <strong>enabled</strong> in Options.<br />
Under <strong>Products and Classifications</strong>, <strong>All Microsoft Products</strong> is <strong>not </strong>selected in Options.<br />
Under <strong>Synchronization Schedule</strong>, the <strong>Synchronize manually</strong> option is <strong>selected </strong>in Options.<br />
Under <strong>Computers</strong>, the <strong>Use Group Policy or Registry settings on computers</strong> option is <strong>enabled </strong>in Options.<br />
The <strong>Update Services</strong> service is stopped.</p>
<p>If these conditions do not apply, the Approve for Detection setting may have been disabled when you upgraded to WSUS 3.0 SP1. However, the option to change this is not available after you upgrade to WSUS 3.0 SP1. In this case, you must use a script to change the Approve for Detection setting.</p>
<p>Download the following file or copy and paste it into notepad and rename it to fixr2.sql <a href="http://www.great-one.co.uk/wp-content/uploads/2009/11/fixr2.txt" target="_blank">Click here for fixr2</a> and copy to local c: then</p>
<p>Open a command prompt<var></var></p>
<p>Navigate to<var> %programfiles%</var> \Update Services\Setup</p>
<p>At the command prompt, type the following command, and then press ENTER:</p>
<p><span>executesql.exe -S MICROSOFT##SSEE -i   C:\FixR2.SQL    -l   <var>C:\Output.log</var></span><br />
This was taken from Microsoft <a href="http://support.microsoft.com/kb/945985" target="_blank">KB945985</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/104/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Problems on a client machine connected to SBS 2003 network</title>
		<link>http://www.great-one.co.uk/archives/99</link>
		<comments>http://www.great-one.co.uk/archives/99#comments</comments>
		<pubDate>Tue, 27 Oct 2009 11:03:20 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[companies house]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[sbs2003]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=99</guid>
		<description><![CDATA[<p>I have just come across a strange problem accessing ftp site via IE7 on a client machine on an SBS 2003 nework specifically the companies house website, when the client tried to right click and save as, they would get  &#8216; The connection the the server has been reset &#8216; error message and the good [...]]]></description>
			<content:encoded><![CDATA[<p>I have just come across a strange problem accessing ftp site via IE7 on a client machine on an SBS 2003 nework specifically the companies house website, when the client  tried to right click and save as, they would get  &#8216; The connection the the server has been reset &#8216; error message and the good old  &#8216; This page cannot be displayed &#8216;  when trying to browse the ftp site.</p>
<p>On their particular setup they have a adsl modem connected to the 2nd nic on the sbs server so all the internet traffic is routed via the server.</p>
<p>To cut a long story short the solution was to disable Receive Side Scaling on the Server (Broadcom) nic not the internet nic i right clicked the Local Area Connection and clicked properties, click configure next the to the network adaptor, click the advanced tab, choose Receive Side Scaling and set to disable, (Warning this temporarily disconnects the server from the network).</p>
<p>After a little bit more research on this problem i came across a KB article on the subject appearently it effects serveral versions of Windows server 2003 SP1 &amp; SP2 and SBS 2003 &amp; R2, in this article Microsoft suggest disabling RSS via a registry key although i have not tried this solution. <a href="http://support.microsoft.com/kb/927695" target="_blank">KB927695</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/99/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shutdown is very slow in SBS 2003</title>
		<link>http://www.great-one.co.uk/archives/66</link>
		<comments>http://www.great-one.co.uk/archives/66#comments</comments>
		<pubDate>Tue, 15 Sep 2009 16:02:47 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[sbs2003]]></category>
		<category><![CDATA[slow shutdown]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=66</guid>
		<description><![CDATA[<p>A couple of our SBS servers were very slow to shutdown this was taken from the MS website KB827610 it is todo with the  WaitToKillServiceTimeout registry entry not being set to two minutes. To do this, follow these steps.</p> Start Registry Editor. To do this, click Start, click Run, type regedit in the Open box, [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of our SBS servers were very slow to shutdown this was taken from the MS website <a href="http://support.microsoft.com/kb/827610" target="_blank">KB827610</a> it is todo with the  <strong>WaitToKillServiceTimeout</strong> registry entry not being set to two minutes. To do this, follow these steps.</p>
<ol>
<li>Start Registry Editor. To do this, click <strong>Start</strong>, click <strong>Run</strong>, type <span>regedit</span> in the <strong>Open</strong> box, and then click <strong>OK</strong>.</li>
<li>Locate and then click the following registry subkey:
<div><strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control</strong></div>
</li>
<li>In the right pane, double-click the <strong>WaitToKillServiceTimeout</strong> value.</li>
<li>In the <strong>Value data</strong> box, type <span>120000</span>, and then click <strong>OK</strong>.</li>
<li>Quit Registry Editor, and then restart Windows Small Business Server 2003.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/66/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing Companyweb from the Server Itself after 963027 or Windows 2008 SP 2</title>
		<link>http://www.great-one.co.uk/archives/48</link>
		<comments>http://www.great-one.co.uk/archives/48#comments</comments>
		<pubDate>Wed, 26 Aug 2009 09:57:36 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[SBS 2008]]></category>
		<category><![CDATA[companyweb]]></category>
		<category><![CDATA[sbs2003]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=48</guid>
		<description><![CDATA[<p>I came across an issue on SBS 2003 and SBS 2008 accessing http://companyweb on the server, after installing the cumulative security update for Internet Explorer (963027 or 969897) or Internet Explorer 8.0 or Windows Server 2008 Service Pack 2.</p> <p>To fix the problem</p> SBS2003 <p>On an SBS 2003 server this issue can be fixed by [...]]]></description>
			<content:encoded><![CDATA[<p>I came across an issue on SBS 2003 and SBS 2008 accessing http://companyweb on the server, after installing the cumulative security update for Internet Explorer (963027 or 969897) or Internet Explorer 8.0 or Windows Server 2008 Service Pack 2.</p>
<p>To fix the problem</p>
<h5>SBS2003</h5>
<p>On an SBS 2003 server this issue can be fixed by applying update <a href="http://support.microsoft.com/kb/961143">KB961143</a>.</p>
<p>Note: You must have .NET Framework 2.0 installed before you apply this update.</p>
<h5>SBS2008</h5>
<p>On an SBS 2008 server this issue can be fixed by applying SBS 2008 Update Rollup 2 (960911).  This update is now available on Microsoft Update and WSUS.</p>
<p>Or you can use this method <a href="http://support.microsoft.com/kb/963027" target="_blank">KB963027</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/48/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to access ftp site from a client machine on an SBS 2003 network</title>
		<link>http://www.great-one.co.uk/archives/13</link>
		<comments>http://www.great-one.co.uk/archives/13#comments</comments>
		<pubDate>Thu, 18 Jun 2009 10:07:44 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[sbs2003]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=13</guid>
		<description><![CDATA[<p>I have just come across a strange problem accessing ftp site via ie7 on a client machine on an SBS 2003 nework specifically the companies house website, when the client right tried to right click and save as they would get &#8216;The connection the the server has been reset&#8217; error message and the good old [...]]]></description>
			<content:encoded><![CDATA[<p>I have just come across a strange problem accessing ftp site via ie7 on a client machine on an SBS 2003 nework specifically the companies house website, when the client right tried to right click and save as they would get &#8216;The connection the the server has been reset&#8217; error message and the good old this page cannot be displayed when trying to browse the ftp site.</p>
<p>On their particular setup they have a adsl modem connected to the 2nd nic on the sbs server so all the internet traffic is routed via the server.</p>
<p>The solution was to disable Receive Side Scaling on the Server (Broadcom) nic not the internet nic i right clicked the Local Area Connection and clicked properties,click configure next the to the networ adaptor, click the advanced tab, choose Receive Side Scaling and set to disable, (Warning this temporarily disconnects the server from the network).</p>
<p>After a little bit more research on this problem i came across a KB article on the subject appearently it effects serveral versions of Windows server 2003 SP1 &amp; SP2 and SBS 2003 &amp; R2, in this article Microsoft suggest disabling RSS via a registry key although i have not tried this solution. <a href="http://support.microsoft.com/kb/927695" target="_blank">KB927695</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/13/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

