<?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>isthewebsitedown &#187; Windows 2003</title>
	<atom:link href="http://www.isthewebsitedown.com/category/windows-2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isthewebsitedown.com</link>
	<description>if you are asking, probably not. if I am asking, probably so</description>
	<lastBuildDate>Fri, 30 Apr 2010 16:07:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SBS new install checklist</title>
		<link>http://www.isthewebsitedown.com/2010/04/sbs-new-install-checklist/</link>
		<comments>http://www.isthewebsitedown.com/2010/04/sbs-new-install-checklist/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 16:07:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[SBS 2003]]></category>
		<category><![CDATA[SBS 2008]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://www.isthewebsitedown.com/?p=206</guid>
		<description><![CDATA[I was going to make one, but this guys is much better: http://blog.mpecsinc.ca/2009/05/sbs-2008-setup-checklist-v111.html I am working on a checklist for a migration from standard server or sbs 2003/2000. Look for it soon.]]></description>
			<content:encoded><![CDATA[<p>I was going to make one, but this guys is much better: <a href="http://blog.mpecsinc.ca/2009/05/sbs-2008-setup-checklist-v111.html">http://blog.mpecsinc.ca/2009/05/sbs-2008-setup-checklist-v111.html</a></p>
<p>I am working on a checklist for a migration from standard server or sbs 2003/2000. Look for it soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.isthewebsitedown.com/2010/04/sbs-new-install-checklist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download HKCRScan.exe tool for troubleshooting MS Article ID 823159</title>
		<link>http://www.isthewebsitedown.com/2009/12/hkcrscan-exe-tool-for-troubleshooting-ms-article-id-823159/</link>
		<comments>http://www.isthewebsitedown.com/2009/12/hkcrscan-exe-tool-for-troubleshooting-ms-article-id-823159/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:05:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Utils]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://www.isthewebsitedown.com/?p=152</guid>
		<description><![CDATA[Users were getting a &#8220;HTTP/1.1 503 Service Unavailable&#8221; on both https://&#60;servername&#62;/Exchange , https://&#60;servername&#62;/Public and on https://&#60;servername&#62;/microsoft-server-activesync, they get a login prompt and then a &#8220;HTTP 501/HTTP 505&#8243; The below tool should be run from the command prompt. It should identify and remove registry keys over the 259 character limit. It will kick back any errors. [...]]]></description>
			<content:encoded><![CDATA[<p>Users were getting a &#8220;HTTP/1.1 503 Service Unavailable&#8221; on both https://&lt;servername&gt;/Exchange , https://&lt;servername&gt;/Public and on https://&lt;servername&gt;/microsoft-server-activesync, they get a login prompt and then a &#8220;HTTP 501/HTTP 505&#8243;</p>
<p>The below tool should be run from the command prompt. It should identify and remove registry keys over the 259 character limit. It will kick back any errors. If you have null keys (keys that are faulty but unremovable), you can use <a href="http://technet.microsoft.com/en-us/sysinternals/bb897445.aspx" target="_blank">RootKitRevealer </a>from sysinternals and get rid of them. I understand that <a href="http://technet.microsoft.com/en-us/sysinternals/bb897448.aspx" target="_blank">regdelnull</a> can do something similar, but in this case, it was a corrupt key, not a key with null characters.</p>
<p>In my case, the affected key was relating to the driver for the Intel storage controller (VEN_8086&amp;DEV_24D3&amp;SUBSYS_458015D9&amp;REV_02). Not cool. I could not delete or rename the key and could not set/view permissions on it. Ran RootKitRevealer, which caused a stop error/reboot (crap) but successfully removed the key. <span style="text-decoration: underline;">IN OTHER WORDS, DO NOT DO THIS IF YOU DO NOT HAVE A <strong>TESTED </strong>BACKUP</span>.</p>
<p>&#8220;To help troubleshoot this issue, run the HKCRScan tool 		  (HKCRScan.exe). The HKCRScan tool enumerates the HKEY_CLASSES_ROOT registry 		  hive to locate subkeys that contain more than 259 characters. Additionally, 		  HKCRScan helps determine if there is an invalid discretionary access control 		  list by returning error code 0&#215;5. This error code means &#8220;Access denied&#8221; when it 		  enumerates a registry key. The HKCRScan tool is an internal tool developed by 		  Microsoft.&#8221;</p>
<p><a href="http://www.isthewebsitedown.com/wp-content/uploads/2009/12/HKCRScan.zip" target="_blank">Download: HKCRScan</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.isthewebsitedown.com/2009/12/hkcrscan-exe-tool-for-troubleshooting-ms-article-id-823159/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Weird Problem of the Day: Windows 2008 R2 and Windows 2003 DC&#8217;s Not Replicating</title>
		<link>http://www.isthewebsitedown.com/2009/11/weird-problem-of-the-day-windows-2008-r2-and-windows-2003-dcs-not-replicating/</link>
		<comments>http://www.isthewebsitedown.com/2009/11/weird-problem-of-the-day-windows-2008-r2-and-windows-2003-dcs-not-replicating/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 17:42:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FRS]]></category>
		<category><![CDATA[R2]]></category>
		<category><![CDATA[Replication]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://www.isthewebsitedown.com/?p=116</guid>
		<description><![CDATA[OK, one of our techs was onsite upgrading a basic single server DC/File Server/App Server. He joined the server to the domain, promoted it and ensured that the files in the sysvol share were replicating. Everything looked fine. He transferred the FSMO roles, again without error. When he ran the dcpromo on the old server [...]]]></description>
			<content:encoded><![CDATA[<p>OK, one of our techs was onsite upgrading a basic single server DC/File Server/App Server. He joined the server to the domain, promoted it and ensured that the files in the sysvol share were replicating. Everything looked fine. He transferred the FSMO roles, again without error. When he ran the dcpromo on the old server to demote it, he got an errors saying that</p>
<blockquote><p>&#8220;The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers&#8221;</p></blockquote>
<p>Weird. So I had him do all the normal steps, moving FSMO back and forth, waiting 15 minutes, restarting netlogon and FRS services. Nothing helped. FRS was running, stuff was replicating, but apparently something was still missing.</p>
<p>Running &#8220;repadmin /showreps&#8221; yielded a few errors:</p>
<blockquote><p>&#8220;Last attempt @ 2009-11-12 18:45:37 failed, result 1256 (0x4e8): The remote system is not available. For information about network troubleshooting, see Windows Help.&#8221;</p></blockquote>
<p>Bottom line, R2 and 2003 servers sometimes have security problems replicating between them. There is a hotfix, probably the worst-titled one in history, to fix it.</p>
<p><a href="http://support.microsoft.com/kb/939820/en-us" target="_blank">&#8220;Events 1925, 1006, 1645, 1055, 40961 on a Windows Server 2008-based domain controller or error message: &#8220;No authority could be contacted for authentication&#8221; when you use Remote Desktop Connection&#8221;</a></p>
<p>Crap huh? No way you would find that if you were searching for a problem with AD replication. There is a tiny note in there that one of the problems you might experience is replication-related. So we requested and ran the hotfix, rebooted and magically dcpromo worked as the maker intended it to. I hope that this makes it into a service pack or critical update at some point soon, because we have a lot of Windows 2003 servers that are eventually going to need to be replaced.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.isthewebsitedown.com/2009/11/weird-problem-of-the-day-windows-2008-r2-and-windows-2003-dcs-not-replicating/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
