<?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>Rick Whitworth&#039;s Blog</title>
	<atom:link href="http://www.whitworth.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whitworth.org</link>
	<description>insights from managing a microsoft enterprise infrastructure</description>
	<lastBuildDate>Mon, 08 Mar 2010 02:33:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Useful SCOM SQL Queries &#124; Pavleck.NET</title>
		<link>http://www.whitworth.org/2010/03/07/useful-scom-sql-queries-pavleck-net/</link>
		<comments>http://www.whitworth.org/2010/03/07/useful-scom-sql-queries-pavleck-net/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 02:33:57 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[SCOM]]></category>
		<category><![CDATA[SCOM 2007 R2]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/03/07/useful-scom-sql-queries-pavleck-net/</guid>
		<description><![CDATA[Useful SCOM Queries 
I’m essentially mirroring this from the original one on my blog, but since I’ve decided to transition to a tech blog and a non-tech blog, it seems like a good idea.
I’ve taken the listing of SQL queries from Kevin Holman’s original post, cleaned them up a bit, and made it into one [...]]]></description>
			<content:encoded><![CDATA[<p>Useful SCOM Queries </p>
<blockquote><p>I’m essentially mirroring this from the <a href="http://pavleck.com/blog/2008/05/29/useful-operations-manager-2007-sql-queries-prettified-and-poshified/">original one</a> on my <a href="http://pavleck.com/blog/">blog</a>, but since I’ve decided to transition to a tech blog and a non-tech blog, it seems like a good idea.</p>
<p>I’ve taken the listing of SQL queries from <a href="http://blogs.technet.com/kevinholman/default.aspx">Kevin Holman</a>’s <a href="http://blogs.technet.com/kevinholman/archive/2007/10/18/useful-operations-manager-2007-sql-queries.aspx">original post</a>, cleaned them up a bit, and made it into one file which you can download and load into SQL Studio Manager, instead of copying and pasting individual queries. I’ll also be showing you how to automate a lot of these with PoSh, but right now I’m swamped and haven’t had the time to clean things up proper – so you’ll just have to wait.</p>
</blockquote>
<p><a href="http://www.pavleck.net/2008/06/useful-scom-sql-queries/">Useful SCOM SQL Queries | Pavleck.NET</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/03/07/useful-scom-sql-queries-pavleck-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Move the OperationsManager Database in Operations Manager 2007</title>
		<link>http://www.whitworth.org/2010/03/07/how-to-move-the-operationsmanager-database-in-operations-manager-2007/</link>
		<comments>http://www.whitworth.org/2010/03/07/how-to-move-the-operationsmanager-database-in-operations-manager-2007/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 02:26:43 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[SCOM]]></category>
		<category><![CDATA[SCOM 2007 R2]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/03/07/how-to-move-the-operationsmanager-database-in-operations-manager-2007/</guid>
		<description><![CDATA[Planning to move SCOM database to new server, here are the notes. 
Updated: May 22, 2009
Applies To: Operations Manager 2007 R2, Operations Manager 2007 SP1
After the initial deployment of Microsoft System Center Operations Manager 2007, you might need to move the Operations Manager database from one Microsoft SQL Server-based computer to another.
SQL Server 2005 and [...]]]></description>
			<content:encoded><![CDATA[<p>Planning to move SCOM database to new server, here are the notes. </p>
<blockquote><p>Updated: May 22, 2009</p>
<p>Applies To: Operations Manager 2007 R2, Operations Manager 2007 SP1</p>
<p>After the initial deployment of Microsoft System Center Operations Manager 2007, you might need to move the Operations Manager database from one Microsoft SQL Server-based computer to another.</p>
<p>SQL Server 2005 and SQL Server 2008 support the ability to change the location of the data files and of the log files between SQL Server-based computers, between instances on the same SQL Server-based computer, and different volumes on the same SQL Server-based computer. For more information about using this function in SQL Server, see the <a href="http://go.microsoft.com/fwlink/?LinkId=93787">SQL Server documentation</a> (http://go.microsoft.com/fwlink/?LinkId=93787).</p>
<p>The high-level steps of moving the OperationsManager database are as follows:</p>
<ol>
<li>Back up the OperationsManager database.</li>
<li>Uninstall the OperationsManager database.</li>
<li>Delete the Operations Manager database.</li>
<li>Restore the OperationsManager database.</li>
<li>Update management servers with the new database server name.</li>
<li>Update the Operations Manager database with the new database server name.</li>
<li>Update the Operations Manager database logins on the new database server. Ensure that for the root management server, the SDK Account and the Action Account are included in the logins and that they have appropriate permissions. If reporting is installed, ensure that the Data Warehouse Action Account has appropriate permissions.</li>
<li>Set ENABLE_BROKER if needed.</li>
<li>Verify that the move is successful by ensuring that the console is displaying valid data.</li>
</ol>
</blockquote>
<p><a href="http://technet.microsoft.com/en-us/library/cc540384.aspx">How to Move the OperationsManager Database in Operations Manager 2007</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/03/07/how-to-move-the-operationsmanager-database-in-operations-manager-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kevin Holman&#8217;s OpsMgr Blog : New Base OS MP 6.0.6667.0 adds file fragmentation monitor to all Logical Disks</title>
		<link>http://www.whitworth.org/2010/03/05/kevin-holmans-opsmgr-blog-new-base-os-mp-6-0-6667-0-adds-file-fragmentation-monitor-to-all-logical-disks/</link>
		<comments>http://www.whitworth.org/2010/03/05/kevin-holmans-opsmgr-blog-new-base-os-mp-6-0-6667-0-adds-file-fragmentation-monitor-to-all-logical-disks/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 14:19:27 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[SCOM]]></category>
		<category><![CDATA[SCOM 2007 R2]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/03/05/kevin-holmans-opsmgr-blog-new-base-os-mp-6-0-6667-0-adds-file-fragmentation-monitor-to-all-logical-disks/</guid>
		<description><![CDATA[Here Kevin discusses how to tune the settings for disk fragmentation that ship with the Base OS Management Pack. 
New Base OS MP 6.0.6667.0 adds file fragmentation monitor to all Logical Disks
I recently blogged about the new Base OS MP that was recently released:&#160; HERE
One of the things you will notice RIGHT off the bat… [...]]]></description>
			<content:encoded><![CDATA[<p>Here Kevin discusses how to tune the settings for disk fragmentation that ship with the Base OS Management Pack. </p>
<blockquote><h4>New Base OS MP 6.0.6667.0 adds file fragmentation monitor to all Logical Disks</h4>
<p>I recently blogged about the new Base OS MP that was recently released:&#160; <a href="http://blogs.technet.com/kevinholman/archive/2009/09/22/new-base-os-mp-released-9-18-2009-version-6-0-6667-0-to-add-support-for-windows-server-2008r2-and-other-fixes.aspx">HERE</a></p>
<p>One of the things you will notice RIGHT off the bat… is that a huge percentage of your logical disks will go into a warning state, if you don&#8217;t already have some sort of scheduled defragmentation set up.&#160; This will be true for virtual machines and physical machines…. anything over 10 percent file fragmentation (or the OS recommended setting) will get hit:</p>
<p><a href="http://blogs.technet.com/blogfiles/kevinholman/WindowsLiveWriter/New.0addsfilefragmentationmonitortoallLo_9CC7/image_2.png"><img title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/kevinholman/WindowsLiveWriter/New.0addsfilefragmentationmonitortoallLo_9CC7/image_thumb.png" width="327" height="364" /></a></p>
</blockquote>
<p><a href="http://blogs.technet.com/kevinholman/archive/2009/09/28/new-base-os-mp-6-0-6667-0-adds-file-fragmentation-monitor-to-all-logical-disks.aspx">Kevin Holman&#8217;s OpsMgr Blog : New Base OS MP 6.0.6667.0 adds file fragmentation monitor to all Logical Disks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/03/05/kevin-holmans-opsmgr-blog-new-base-os-mp-6-0-6667-0-adds-file-fragmentation-monitor-to-all-logical-disks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Center Operations Manager : Designing a custom performance report</title>
		<link>http://www.whitworth.org/2010/03/05/system-center-operations-manager-designing-a-custom-performance-report/</link>
		<comments>http://www.whitworth.org/2010/03/05/system-center-operations-manager-designing-a-custom-performance-report/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 14:17:40 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[SCOM]]></category>
		<category><![CDATA[SCOM R2]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/03/05/system-center-operations-manager-designing-a-custom-performance-report/</guid>
		<description><![CDATA[&#160;
Designing a custom performance report 
On February 27th 2009 I presented a TechNet Webcast to show how to author your own custom performance reports using Operations Manager 2007.
 The webcast can be viewed from 
https://www.livemeeting.com/cc/mseventsbmo/view?id=1032399073&#38;role=attend&#38;pw=9CAB8380         
Attached to this blog are the step by step instructions and sample [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><h4>Designing a custom performance report </h4>
<p>On February 27th 2009 I presented a TechNet Webcast to show how to author your own custom performance reports using Operations Manager 2007.</p>
<p> The webcast can be viewed from </p>
<p><u><a href="https://www.livemeeting.com/cc/mseventsbmo/view?id=1032399073&amp;role=attend&amp;pw=9CAB8380">https://www.livemeeting.com/cc/mseventsbmo/view?id=1032399073&amp;role=attend&amp;pw=9CAB8380         <br /></a></u></p>
<p>Attached to this blog are the step by step instructions and sample files that accompany the webcast. Extract files to view.</p>
<p>Using both the webcast and instructions you should be able to walk through and create your own report.</p>
<p>Daniel</p>
<p><a href="wlmailhtml:{84EE7E90-6B40-46C8-8B03-4241A4015580}mid://00000002/!x-usc:http://blogs.technet.com/momteam">http://blogs.technet.com/momteam</a></p>
</blockquote>
<p><a href="http://blogs.technet.com/momteam/archive/2009/03/05/designing-a-custom-performance-report.aspx">System Center Operations Manager : Designing a custom performance report</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/03/05/system-center-operations-manager-designing-a-custom-performance-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Connecting SharePoint (MOSS) to a CMIS Repository</title>
		<link>http://www.whitworth.org/2010/02/17/how-to-connecting-sharepoint-moss-to-a-cmis-repository/</link>
		<comments>http://www.whitworth.org/2010/02/17/how-to-connecting-sharepoint-moss-to-a-cmis-repository/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 22:47:35 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Admin]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/02/17/how-to-connecting-sharepoint-moss-to-a-cmis-repository/</guid>
		<description><![CDATA[&#160;
Microsoft has played a major role in the development of the Content Management Interoperability Specification (CMIS) that is currently in the hands of the OASIS working group. Committed as the team has been, they (including Microsoft) have not provided much information or examples of how CMIS will work with Microsoft&#8217;s SharePoint Server 2007 (MOSS). Until [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><p>Microsoft has played a major role in the development of the <a href="http://www.cmswire.com/news/topic/cmis">Content Management Interoperability Specification (CMIS)</a> that is currently in the hands of the OASIS working group. Committed as the team has been, they (including Microsoft) have not provided much information or examples of how CMIS will work with Microsoft&#8217;s SharePoint Server 2007 (MOSS). Until now.</p>
<p>A new MSDN article has arrived that demonstrates how one can integrate an external document repository with MOSS (or the free version of SharePoint, WSS) — which is exactly what the CMIS spec is all about. Our interest piqued, we took a look and in the following article, we share what we found.</p>
</blockquote>
<p><a href="http://www.cmswire.com/cms/enterprise-cms/how-to-connecting-sharepoint-moss-to-a-cmis-repository-003928.php">How To: Connecting SharePoint (MOSS) to a CMIS Repository</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/02/17/how-to-connecting-sharepoint-moss-to-a-cmis-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Feature Administration and Clean Up Tool</title>
		<link>http://www.whitworth.org/2010/01/25/sharepoint-feature-administration-and-clean-up-tool/</link>
		<comments>http://www.whitworth.org/2010/01/25/sharepoint-feature-administration-and-clean-up-tool/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 22:46:27 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/01/25/sharepoint-feature-administration-and-clean-up-tool/</guid>
		<description><![CDATA[Tool that was very useful in cleaning up my Sharepoint site in preparation for upgrade to 2010. 
Project Description      Find faulty FeatureDefinitions and cleanly uninstall them.      Find Feature remainders in Sites, SiteCollections, WebApps and in the Farm, from e.g. forcefully uninstalled Features from farm without [...]]]></description>
			<content:encoded><![CDATA[<p>Tool that was very useful in cleaning up my Sharepoint site in preparation for upgrade to 2010. </p>
<blockquote><p><b>Project Description</b>      <br />Find faulty FeatureDefinitions and cleanly uninstall them.      <br />Find Feature remainders in Sites, SiteCollections, WebApps and in the Farm, from e.g. forcefully uninstalled Features from farm without deactivating them before, causing errors.      <br />Also, de-/activate Features Farm wide.      <br /><b>Screenshots</b>      <br />Feature View &#8211; remove Features      <br /><img title="features2.0.gif" alt="features2.0.gif" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=FeatureAdmin&amp;DownloadId=83023" /></p>
</blockquote>
<p><a href="http://featureadmin.codeplex.com/">SharePoint Feature Administration and Clean Up Tool</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/01/25/sharepoint-feature-administration-and-clean-up-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ask the Directory Services Team : Windows 7, Windows Server 2008 R2 and the Group Policy Central Store</title>
		<link>http://www.whitworth.org/2010/01/15/ask-the-directory-services-team-windows-7-windows-server-2008-r2-and-the-group-policy-central-store/</link>
		<comments>http://www.whitworth.org/2010/01/15/ask-the-directory-services-team-windows-7-windows-server-2008-r2-and-the-group-policy-central-store/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 15:29:08 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Server 2008 R2]]></category>
		<category><![CDATA[Group Policy]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/01/15/ask-the-directory-services-team-windows-7-windows-server-2008-r2-and-the-group-policy-central-store/</guid>
		<description><![CDATA[Article that highlights some of the problems with using a Group Policy Central Store along with Windows 7 and 2008 R2. Great timing, I just finally got around to changing to a central store a month ago, and now I see that I will probably need to change back.
&#160;
Mike here again to help bring clarity [...]]]></description>
			<content:encoded><![CDATA[<p>Article that highlights some of the problems with using a Group Policy Central Store along with Windows 7 and 2008 R2. Great timing, I just finally got around to changing to a central store a month ago, and now I see that I will probably need to change back.</p>
<p>&#160;</p>
<blockquote><p>Mike here again to help bring clarity to something we are seeing with Windows Server 2008 R2 and existing Group Policy central store. Before that discussion, let us cover some background information.</p>
<h5>ADMX Files and the Group Policy Central Store</h5>
<p>Microsoft introduced the ADMX file format with Windows Vista and Windows Server 2008. This XML-based file format replaced the token-based ADM file format used by earlier versions of Windows to define administrative templates. Group Policy uses administrative templates to represent registry-based policy settings that appear when editing Group Policy. The content included in administrative templates describes the user interface used by Group Policy editors and registry locations where Windows stores policy settings. Windows Server 2008 R2 and Windows 7 provide a new set of administrative template files in the ADMX format. </p>
</blockquote>
<p><a href="http://blogs.technet.com/askds/archive/2009/12/09/windows-7-windows-server-2008-r2-and-the-group-policy-central-store.aspx">Ask the Directory Services Team : Windows 7, Windows Server 2008 R2 and the Group Policy Central Store</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/01/15/ask-the-directory-services-team-windows-7-windows-server-2008-r2-and-the-group-policy-central-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing Invalid SharePoint 2007 Features due to a Failed, Missing, or Unsuccessful Activation SharePoint WSP &#8211; Gilham Consulting Microsoft Notepad</title>
		<link>http://www.whitworth.org/2010/01/12/removing-invalid-sharepoint-2007-features-due-to-a-failed-missing-or-unsuccessful-activation-sharepoint-wsp-gilham-consulting-microsoft-notepad/</link>
		<comments>http://www.whitworth.org/2010/01/12/removing-invalid-sharepoint-2007-features-due-to-a-failed-missing-or-unsuccessful-activation-sharepoint-wsp-gilham-consulting-microsoft-notepad/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 15:16:10 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Admin]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/01/12/removing-invalid-sharepoint-2007-features-due-to-a-failed-missing-or-unsuccessful-activation-sharepoint-wsp-gilham-consulting-microsoft-notepad/</guid>
		<description><![CDATA[&#160;
Great tip if you ave issues removing WSP solution packages and web parts from third parties and find they don&#8217;t install or uninstall properly.&#160; You may also have trouble activating or deactivating features in site settings when these invalid features crop up.
Errors that could be shown in SharePoint when installing or activating a feature &#34;An [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><p>Great tip if you ave issues removing WSP solution packages and web parts from third parties and find they don&#8217;t install or uninstall properly.&#160; You may also have trouble activating or deactivating features in site settings when these invalid features crop up.</p>
<p>Errors that could be shown in SharePoint when installing or activating a feature &quot;<strong>An unexpected error has occurred&quot;, &quot;Failed to compare two elements in the array&quot;</strong> or various other error messages may be shown while activating, deactivating, or browsing to a recently failed deployment of a WSP solution .</p>
<p>To check or remove invalid features on SharePoint 2007 site:</p>
<ol>
<li>First, run the <a href="http://code.msdn.microsoft.com/WssAnalyzeFeatures">WssAnalyzeFeatures</a> tool and view the Problems Log for invalid feature id (guids) </li>
<li>Try running STSADM -o deactivatefeature -id %featureIdFromLogFile% -force </li>
<li>Run the <a href="http://code.msdn.microsoft.com/WssAnalyzeFeatures">WssAnalyzeFeatures</a> tool and see if the problems we&#8217;re resolved. </li>
<li>If feature can&#8217;t be removed or is in a subsite for a failed WSP solution uninstall&#8230;try running the <a href="http://code.msdn.microsoft.com/WssRemoveFeatureFrom">WssRemoveFeatureFromSite</a> to forcefully invalid old features. </li>
<li>Remove the feature ID&#8217;s until <a href="http://code.msdn.microsoft.com/WssAnalyzeFeatures">WssAnalyzeFeatures</a> shows no errors.</li>
</ol>
</blockquote>
<p><a href="http://www.gilham.org/Blog/Lists/Posts/Post.aspx?List=aab85845-88d2-4091-8088-a6bbce0a4304&amp;ID=229">Removing Invalid SharePoint 2007 Features due to a Failed, Missing, or Unsuccessful Activation SharePoint WSP &#8211; Gilham Consulting Microsoft Notepad</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/01/12/removing-invalid-sharepoint-2007-features-due-to-a-failed-missing-or-unsuccessful-activation-sharepoint-wsp-gilham-consulting-microsoft-notepad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Information Services 6.0 may not function correctly after installing KB973917</title>
		<link>http://www.whitworth.org/2010/01/05/internet-information-services-6-0-may-not-function-correctly-after-installing-kb973917/</link>
		<comments>http://www.whitworth.org/2010/01/05/internet-information-services-6-0-may-not-function-correctly-after-installing-kb973917/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 19:47:28 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2010/01/05/internet-information-services-6-0-may-not-function-correctly-after-installing-kb973917/</guid>
		<description><![CDATA[&#160;
Consider the following scenario.&#160; You have an Internet Information Services (IIS) 6.0 web server running on Windows Server 2003 Service Pack 2.&#160; The Microsoft update KB973917 gets installed on the server.&#160; After installing KB973917, the IIS 6.0 application pools cannot start up successfully.&#160; An inspection of the event logs show that the IIS worker processes [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><p>Consider the following scenario.&#160; You have an Internet Information Services (IIS) 6.0 web server running on Windows Server 2003 Service Pack 2.&#160; The Microsoft update KB973917 gets installed on the server.&#160; After installing KB973917, the IIS 6.0 application pools cannot start up successfully.&#160; An inspection of the event logs show that the IIS worker processes are terminating unexpectedly, showing event messages similar to the following:</p>
<blockquote><p><strong>Event Type: Warning         <br /></strong><strong>Event Source: W3SVC         <br /></strong><strong>Event Category: None         <br /></strong><strong>Event ID: 1009         <br /></strong><strong>Date:&#160; 12/9/2009         <br /></strong><strong>Time:&#160; 10:55:01 AM         <br /></strong><strong>User:&#160; N/A         <br /></strong><strong>Computer: WEBSERVER01         <br /></strong><strong>Description:         <br /></strong><strong>A process serving application pool &#8216;DefaultAppPool&#8217; terminated unexpectedly. The process id was &#8216;1234&#8242;.          <br />The process exit code was &#8216;0xffffffff&#8217;.&#160; </strong></p>
</blockquote>
</blockquote>
<p><a href="http://support.microsoft.com/Default.aspx?kbid=2009746">Internet Information Services 6.0 may not function correctly after installing KB973917</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2010/01/05/internet-information-services-6-0-may-not-function-correctly-after-installing-kb973917/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jie Li&#8217;s GeekWorld : User Profile Sync Setup in SharePoint Server 2010 Beta</title>
		<link>http://www.whitworth.org/2009/12/02/jie-lis-geekworld-user-profile-sync-setup-in-sharepoint-server-2010-beta/</link>
		<comments>http://www.whitworth.org/2009/12/02/jie-lis-geekworld-user-profile-sync-setup-in-sharepoint-server-2010-beta/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 20:35:21 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2009/12/02/jie-lis-geekworld-user-profile-sync-setup-in-sharepoint-server-2010-beta/</guid>
		<description><![CDATA[Excerpt from another very useful post on setting up Profile Syncs in Sharepoint 2010 
This is how I setup user profile sync for SharePoint Server 2010 Beta on my machine. You should not take this as an official guide. But the steps may help if you have been drive crazy.   
You should also [...]]]></description>
			<content:encoded><![CDATA[<p>Excerpt from another very useful post on setting up Profile Syncs in Sharepoint 2010 </p>
<blockquote><p>This is how I setup user profile sync for SharePoint Server 2010 Beta on my machine. You should not take this as an official guide. But the steps may help if you have been drive crazy. <img src='http://www.whitworth.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>You should also check out <a href="http://technet.microsoft.com/en-us/library/ee721049(office.14).aspx">TechNet article</a> and <a href="http://blogs.msdn.com/sharepoint/archive/2009/11/18/path-to-user-profile-synchronization-success-in-sharepoint-2010-beta.aspx">the steps on our team blog</a> first, they are more &quot;official&quot;. And it&#8217;s not come from &quot;another MS guy in the wild&quot; like me:)</p>
<p><strong>[Update - we are considering to gather all information and put it back to TechNet article, could be video walkthrough, screenshots, and hope that could help. After that is done, i may remove the content here.]</strong></p>
<p>The following steps in done on Windows Server 2008 R2. But it also applies to Windows Server 2008. The WCF fix for R2 and Win7 is <strike>not currently available to public but it will be released in coming days</strike> <a href="http://go.microsoft.com/fwlink/?LinkID=166231">here</a>.</p>
<ol>
<li>Start with a fresh SharePoint Farm installation, make sure WCF fix (Please refer to <a href="http://blogs.msdn.com/opal/archive/2009/11/16/installation-notice-for-sharepoint-2010-public-beta.aspx">my pervious post</a>) is already applied on the machine. </li>
<li>A web application is already created at port 80. A site collection is also created. </li>
<li>Don’t do anything on User Profile Service Application now…If you did, you may need to rebuild the farm. (am i kidding? no… this is beta.) </li>
</ol>
</blockquote>
<p><a href="http://blogs.msdn.com/opal/archive/2009/11/19/user-profile-sync-setup-in-sharepoint-server-2010-beta.aspx">Jie Li&#8217;s GeekWorld : User Profile Sync Setup in SharePoint Server 2010 Beta</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2009/12/02/jie-lis-geekworld-user-profile-sync-setup-in-sharepoint-server-2010-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.449 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-07 21:35:43 -->
