<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.5" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>briannordmann (dot) com</title>
		<link>http://www.briannordmann.com/blogs/index.php</link>
		<description>Brian Nordmann's blog entries</description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.5"/>
		<ttl>60</ttl>
				<item>
			<title>Administrative Issue</title>
			<link>http://www.briannordmann.com/blogs/index.php/2010/03/31/administrative-issue</link>
			<pubDate>Wed, 31 Mar 2010 22:09:07 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="main">Announcements</category>			<guid isPermaLink="false">70@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;I have, at least temporarily, disabled new user registration and any new comments will need to be approved before they are posted. Sorry for the inconvenience as I always enjoy getting comments on my posts!&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>I have, at least temporarily, disabled new user registration and any new comments will need to be approved before they are posted. Sorry for the inconvenience as I always enjoy getting comments on my posts!</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2010/03/31/administrative-issue#comments</comments>
		</item>
				<item>
			<title>Excel Calculation Service error</title>
			<link>http://www.briannordmann.com/blogs/index.php/2010/01/18/excel-calculation-service-error</link>
			<pubDate>Tue, 19 Jan 2010 03:56:03 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="alt">Server Administration</category>
<category domain="main">Sharepoint</category>			<guid isPermaLink="false">69@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;The Excel Web Part error on the SharePoint site is: &quot;&lt;b&gt;An error has occurred. Please contact your system administrator&lt;/b&gt;&quot;&lt;/p&gt;

&lt;p&gt;When looking in the application log on the server I saw:&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Event ID: 5226 - Excel Calculation Service&lt;br /&gt;
&lt;em&gt;Unable to create or access workbook cache at C:\Windows\TEMP\Excel server\FileCache\SharedServices1-942760090\Ranges. Excel Services is unable to function without a workbook cache.&lt;/em&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Googling the error will present you with posts to check that the disk is not full, that the account running the application pool tied to Excel Services has appropriate permissions to TEMP and to try restarting the Excel Services service. Great places to start, but I found my issue was much simpler:&lt;/p&gt;

&lt;p&gt;It turns out previous to the error I ran CCleaner on the server, which goes through the system and removes &quot;unneeded&quot; files...which included some of the subfolders in temp. I did have all the structure down to C:\Windows\TEMP\Excel server\FileCache\SharedServices1-942760090\ but missing subfolders. It seems that it's OK to delete all of TEMP (it will simply recreate the cache), but if the subfolders are missing Excel Services gets confused.&lt;/p&gt;

&lt;p&gt;So browse to the directory in question under \FileCache\[SSP Path Name]\ you should create 3 subfolders: \Ranges, \Charts, and \SavedWorkbooks.&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>The Excel Web Part error on the SharePoint site is: "<b>An error has occurred. Please contact your system administrator</b>"</p>

<p>When looking in the application log on the server I saw:</p>

<p><b>Event ID: 5226 - Excel Calculation Service<br />
<em>Unable to create or access workbook cache at C:\Windows\TEMP\Excel server\FileCache\SharedServices1-942760090\Ranges. Excel Services is unable to function without a workbook cache.</em></b></p>

<p>Googling the error will present you with posts to check that the disk is not full, that the account running the application pool tied to Excel Services has appropriate permissions to TEMP and to try restarting the Excel Services service. Great places to start, but I found my issue was much simpler:</p>

<p>It turns out previous to the error I ran CCleaner on the server, which goes through the system and removes "unneeded" files...which included some of the subfolders in temp. I did have all the structure down to C:\Windows\TEMP\Excel server\FileCache\SharedServices1-942760090\ but missing subfolders. It seems that it's OK to delete all of TEMP (it will simply recreate the cache), but if the subfolders are missing Excel Services gets confused.</p>

<p>So browse to the directory in question under \FileCache\[SSP Path Name]\ you should create 3 subfolders: \Ranges, \Charts, and \SavedWorkbooks.</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2010/01/18/excel-calculation-service-error#comments</comments>
		</item>
				<item>
			<title>MOSS 2007 Web Part Error</title>
			<link>http://www.briannordmann.com/blogs/index.php/2009/05/31/webparterror</link>
			<pubDate>Sun, 31 May 2009 15:43:00 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="alt">Announcements</category>
<category domain="alt">Microsoft</category>
<category domain="alt">Server Administration</category>
<category domain="main">Sharepoint</category>			<guid isPermaLink="false">68@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;I recently got the below error message across all of my sites in a farm; every web part was displaying this message instead of the content. Very scary:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Web Part Error: One of the properties of the Web Part has an incorrect format. Windows SharePoint Services cannot deserialize the Web Part. Check the format of the properties and try again.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;You'll quickly find the following MS KB article for the error message: &lt;a href=&quot;http://support.microsoft.com/kb/826786&quot;&gt;KB 826786&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It boils down to SharePoint needing to work out of the WinDir\Temp and WinDir\System32\logfiles directories. Which &lt;em&gt;may&lt;/em&gt; be a permissions issue as noted in the KB article.&lt;/p&gt;

&lt;p&gt;This can also be caused by your virus scan software. For example, McAfee's On-Access Scanner may be blocking executables from being written to the Temp directory: SharePoint writes .dlls to temp which will be blocked, which would be blocked from functioning and cause the noted error.&lt;/p&gt;

&lt;p&gt;So in short, if you are getting the above error message it might be a good first step to disable your virus scan and see if the message goes away, if it does work from there to readjust your virus scan settings.&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>I recently got the below error message across all of my sites in a farm; every web part was displaying this message instead of the content. Very scary:</p>

<blockquote><p>Web Part Error: One of the properties of the Web Part has an incorrect format. Windows SharePoint Services cannot deserialize the Web Part. Check the format of the properties and try again.</p></blockquote>

<p>You'll quickly find the following MS KB article for the error message: <a href="http://support.microsoft.com/kb/826786">KB 826786</a>.</p>

<p>It boils down to SharePoint needing to work out of the WinDir\Temp and WinDir\System32\logfiles directories. Which <em>may</em> be a permissions issue as noted in the KB article.</p>

<p>This can also be caused by your virus scan software. For example, McAfee's On-Access Scanner may be blocking executables from being written to the Temp directory: SharePoint writes .dlls to temp which will be blocked, which would be blocked from functioning and cause the noted error.</p>

<p>So in short, if you are getting the above error message it might be a good first step to disable your virus scan and see if the message goes away, if it does work from there to readjust your virus scan settings.</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2009/05/31/webparterror#comments</comments>
		</item>
				<item>
			<title>Important Information on MOSS 2007 Service Pack 2</title>
			<link>http://www.briannordmann.com/blogs/index.php/2009/05/24/attention-important-information-on-servi-2</link>
			<pubDate>Sun, 24 May 2009 20:58:19 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="alt">Microsoft</category>
<category domain="alt">Server Administration</category>
<category domain="main">Sharepoint</category>			<guid isPermaLink="false">67@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;From the &lt;a href=&quot;http://blogs.msdn.com/sharepoint/archive/2009/05/21/attention-important-information-on-service-pack-2.aspx&quot;&gt;SharePoint Team Blog&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;During the installation of SP2, a product expiration date is improperly activated. This means SharePoint will expire as though it was a trial installation 180 days after SP2 is deployed. &lt;/p&gt;&lt;a href=&quot;http://www.briannordmann.com/blogs/index.php/2009/05/24/attention-important-information-on-servi-2#more67&quot;&gt;Read more &amp;raquo;&lt;/a&gt;</description>
			<content:encoded><![CDATA[<p>From the <a href="http://blogs.msdn.com/sharepoint/archive/2009/05/21/attention-important-information-on-service-pack-2.aspx">SharePoint Team Blog</a>:</p>

<p>During the installation of SP2, a product expiration date is improperly activated. This means SharePoint will expire as though it was a trial installation 180 days after SP2 is deployed. </p><a href="http://www.briannordmann.com/blogs/index.php/2009/05/24/attention-important-information-on-servi-2#more67">Read more &raquo;</a>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2009/05/24/attention-important-information-on-servi-2#comments</comments>
		</item>
				<item>
			<title>IIS Manager does not load on MOSS Server</title>
			<link>http://www.briannordmann.com/blogs/index.php/2009/05/24/iis-manager-does-not-load-on-moss-server</link>
			<pubDate>Sun, 24 May 2009 20:50:52 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="alt">Microsoft</category>
<category domain="alt">Server Administration</category>
<category domain="main">Sharepoint</category>			<guid isPermaLink="false">66@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;This one might scare you pretty good the first time you see it. When you launch IIS Manager either on a MOSS WFE or remotely connecting to a WFE nothing populates under your server name in the left pane: not even showing folders for App Pools, Web Sites or Web Service Extensions.&lt;/p&gt;

&lt;p&gt;This is fairly common (haven't had a chance to see if it was fixed in SP2). It looks to be a memory leak of some sort as it seems to happen over time.&lt;/p&gt;

&lt;p&gt;Luckily the fix is very simple: &lt;b&gt;simply restart &quot;Windows SharePoint Services Search&quot; and &quot;Windows SharePoint Services Timer&quot;&lt;/b&gt;. No iisreset is needed afterwards from all the cases I've seen.&lt;/p&gt;

&lt;p&gt;NOTE: Reader Richard suggests the hotfix &lt;a href=&quot;http://support.microsoft.com/default.aspx?scid=kb;EN-US;946517&quot; target=&quot;newwindow&quot;&gt;KB946517&lt;/a&gt; may resolve the issue. I will try shortly and confirm. Thanks Richard!&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>This one might scare you pretty good the first time you see it. When you launch IIS Manager either on a MOSS WFE or remotely connecting to a WFE nothing populates under your server name in the left pane: not even showing folders for App Pools, Web Sites or Web Service Extensions.</p>

<p>This is fairly common (haven't had a chance to see if it was fixed in SP2). It looks to be a memory leak of some sort as it seems to happen over time.</p>

<p>Luckily the fix is very simple: <b>simply restart "Windows SharePoint Services Search" and "Windows SharePoint Services Timer"</b>. No iisreset is needed afterwards from all the cases I've seen.</p>

<p>NOTE: Reader Richard suggests the hotfix <a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;946517" target="newwindow">KB946517</a> may resolve the issue. I will try shortly and confirm. Thanks Richard!</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2009/05/24/iis-manager-does-not-load-on-moss-server#comments</comments>
		</item>
				<item>
			<title>Hide the Quick Launch bar on the left side of your SharePoint site</title>
			<link>http://www.briannordmann.com/blogs/index.php/2008/10/22/hide-the-quick-launch-bar-on-the-left-si</link>
			<pubDate>Thu, 23 Oct 2008 04:11:23 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="main">Announcements</category>			<guid isPermaLink="false">65@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;I've had several people ask me about this one especially now that in 3.0/MOSS there is the top nav bar and breadcrumb trails. I'll have to give props to &lt;a href=&quot;http://mindsharpblogs.com/todd/&quot; target=&quot;newwindow&quot;&gt;Todd Bleeker&lt;/a&gt; for the steps on this one.&lt;/p&gt;

&lt;p&gt;The process uses a Content Editor Web Part to inject some CSS and alter the page and hide the Quick Launch bar. You won't need to know CSS though, the snippet is provided below.&lt;/p&gt;

&lt;p&gt;1. Go to your site you want to hide the Quick Launch&lt;br /&gt;
2. Click Site Actions &gt; Edit Page&lt;br /&gt;
3. Click the Add a Web Part in any section&lt;br /&gt;
4. Put a &quot;Content Editor Web Part&quot; on the page&lt;br /&gt;
5. Click &quot;open the tool pane&quot; on the new web part.&lt;br /&gt;
6. Click &quot;Source Editor&quot; and paste the below in the editor window:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/blog/sp_code.jpg&quot; /&gt;&lt;/p&gt;

&lt;p&gt;7. Click Save.&lt;br /&gt;
8. In the tool pane expand Appearance and change the title to read &quot;Hide Quick Launch&quot;&lt;br /&gt;
9. Still in the tool pane under Appearance select NONE for the chrome type.&lt;br /&gt;
10. Click OK to get out of the tool pane and exit Edit Mode.&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>I've had several people ask me about this one especially now that in 3.0/MOSS there is the top nav bar and breadcrumb trails. I'll have to give props to <a href="http://mindsharpblogs.com/todd/" target="newwindow">Todd Bleeker</a> for the steps on this one.</p>

<p>The process uses a Content Editor Web Part to inject some CSS and alter the page and hide the Quick Launch bar. You won't need to know CSS though, the snippet is provided below.</p>

<p>1. Go to your site you want to hide the Quick Launch<br />
2. Click Site Actions > Edit Page<br />
3. Click the Add a Web Part in any section<br />
4. Put a "Content Editor Web Part" on the page<br />
5. Click "open the tool pane" on the new web part.<br />
6. Click "Source Editor" and paste the below in the editor window:</p>

<p><img src="http://www.briannordmann.com/images/blog/sp_code.jpg" /></p>

<p>7. Click Save.<br />
8. In the tool pane expand Appearance and change the title to read "Hide Quick Launch"<br />
9. Still in the tool pane under Appearance select NONE for the chrome type.<br />
10. Click OK to get out of the tool pane and exit Edit Mode.</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2008/10/22/hide-the-quick-launch-bar-on-the-left-si#comments</comments>
		</item>
				<item>
			<title>Remove/Change the "Title" column from a SharePoint list</title>
			<link>http://www.briannordmann.com/blogs/index.php/2008/10/21/remove-change-the-title-column-from-a-sh</link>
			<pubDate>Wed, 22 Oct 2008 02:39:29 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="main">Sharepoint</category>			<guid isPermaLink="false">64@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;The &quot;Title&quot; column comes default on any list you are going to create in SharePoint, it's also by default a &quot;Single line of text&quot; type. This introduces problems if a) You don't want a Title column or b) you want that Title column to be a lookup or another column type.&lt;/p&gt;

&lt;p&gt;If you have searched on how to remove the Title column from a SharePoint list you probably found a few articles on how to edit the &quot;Item&quot; content type to hide the Title column. This solves your issue if you just want to solve a) above. But you'll notice if you try to create a new column named &quot;Title&quot; with a different column type, say Lookup, you'll get an error that Title still exists.&lt;/p&gt;

&lt;p&gt;I will quickly run through resolving both a) and b) if you still want &quot;Title&quot; but want it to be a different column type.&lt;/p&gt;

&lt;p&gt;1. Go to Settings &gt; List Settings &gt; Advanced Settings on the list in question&lt;br /&gt;
2. Click YES to allow management of content types and click OK&lt;br /&gt;
3. You will now see the &quot;Item&quot; content type under &quot;Content Types&quot;, click &quot;Item&quot;&lt;br /&gt;
4. Click on the Title column&lt;br /&gt;
5. Select the radio button to make &quot;Title&quot; Hidden and click OK.&lt;br /&gt;
6. (Optional if you want to make a new &quot;Title&quot; column under a different column type) Click Title again and then click &quot;Edit column in new window&quot;. In that new window change &quot;Title&quot; to anything else, make sure &quot;Require that this column...&quot; is set to NO. And click OK. Close the new window and click OK on your main window.&lt;br /&gt;
7. You will now see Title is no longer there when you click &quot;New&quot;&lt;br /&gt;
8. You will want to go through any views you have and remove any references to the know hidden column. You can also now create a new column, name it &quot;Title&quot; and give it any column type you want.&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>The "Title" column comes default on any list you are going to create in SharePoint, it's also by default a "Single line of text" type. This introduces problems if a) You don't want a Title column or b) you want that Title column to be a lookup or another column type.</p>

<p>If you have searched on how to remove the Title column from a SharePoint list you probably found a few articles on how to edit the "Item" content type to hide the Title column. This solves your issue if you just want to solve a) above. But you'll notice if you try to create a new column named "Title" with a different column type, say Lookup, you'll get an error that Title still exists.</p>

<p>I will quickly run through resolving both a) and b) if you still want "Title" but want it to be a different column type.</p>

<p>1. Go to Settings > List Settings > Advanced Settings on the list in question<br />
2. Click YES to allow management of content types and click OK<br />
3. You will now see the "Item" content type under "Content Types", click "Item"<br />
4. Click on the Title column<br />
5. Select the radio button to make "Title" Hidden and click OK.<br />
6. (Optional if you want to make a new "Title" column under a different column type) Click Title again and then click "Edit column in new window". In that new window change "Title" to anything else, make sure "Require that this column..." is set to NO. And click OK. Close the new window and click OK on your main window.<br />
7. You will now see Title is no longer there when you click "New"<br />
8. You will want to go through any views you have and remove any references to the know hidden column. You can also now create a new column, name it "Title" and give it any column type you want.</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2008/10/21/remove-change-the-title-column-from-a-sh#comments</comments>
		</item>
				<item>
			<title>Sorry I've been absent + quick blurb on Exchange Public Folder migrations to MOSS2007</title>
			<link>http://www.briannordmann.com/blogs/index.php/2008/10/10/sorry-i-ve-been-absent-quick-blurb-on-ex</link>
			<pubDate>Fri, 10 Oct 2008 21:06:36 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="main">Announcements</category>
<category domain="alt">Microsoft</category>
<category domain="alt">Sharepoint</category>			<guid isPermaLink="false">63@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;So I upgraded my blog 2 weeks ago, promised more updates, and gave you none.&lt;/p&gt;

&lt;p&gt;I've been spending time brushing up on my all-around MOSS knowledge for several reasons including taking the MCTS SharePoint exam (70-630), which I took and passed with a nearly perfect score earlier today.&lt;/p&gt;

&lt;p&gt;What I want to touch on briefly today is the move from &lt;b&gt;Exchange Public Folders to SharePoint&lt;/b&gt;. Once upon a time Exchange public folders were one of the best ways to store shared calendar events and a quick and easy way for users to store emails, files and contacts that could also be easily made available for offline use.&lt;/p&gt;

&lt;p&gt;With the release of SharePoint 3.0 there is now no real advantage to using Exchange public folders, with all the functionality you see in public folders improved upon with the SharePoint features: email enabled document libraries, alerting, Outlook 2007 integration including data made available offline. Microsoft itself is endorsing SharePoint as its collaboration platform to replace public folders in the future.&lt;/p&gt;

&lt;p&gt;If you are a heavy user of Public Folders there is no rush to migrate off to SharePoint as MS will continue to support public folders through at least the next major release after Exchange 2007. But small to medium implementations of public folders may want to look at migrating their content to SharePoint.&lt;/p&gt;

&lt;p&gt;There are currently no migration utilities available from Microsoft to migrate existing public folder content to SharePoint, but there are several 3rd party apps that will make the conversion painless (eg: AvePoint, Quest). I recently demoed the &lt;a href=&quot;http://www.quest.com/public-folder-migrator-for-sharepoint/&quot;&gt;Quest Public Folder Migrator for SharePoint&lt;/a&gt; and was pleasantly surprised at how well it worked.&lt;/p&gt;

&lt;p&gt;The Quest utility provides many options I didn't even think about including linking the old Public Folder in the Outlook client to the new location where the data lives on SharePoint, even displaying the SharePoint page directly in Outlook. Once you have the software installed and the appropriate permissions where they need to be, the migration wizard steps you through choosing a target Public folder (calendar, folder, or folder tree) and a destination. There are options regarding how you want to handle the permissions and whether you want this to be a recurring schedule that keeps updating the SharePoint site when items are added to the Outlook side or if you simply want to delete the public folder for Outlook altogether.&lt;/p&gt;

&lt;p&gt;Moving to SharePoint gives you an easier tool to administer, you can probably use existing team and project sites, and frees up some space on your mailstores: they always have a knack for running out of space, don't they?&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>So I upgraded my blog 2 weeks ago, promised more updates, and gave you none.</p>

<p>I've been spending time brushing up on my all-around MOSS knowledge for several reasons including taking the MCTS SharePoint exam (70-630), which I took and passed with a nearly perfect score earlier today.</p>

<p>What I want to touch on briefly today is the move from <b>Exchange Public Folders to SharePoint</b>. Once upon a time Exchange public folders were one of the best ways to store shared calendar events and a quick and easy way for users to store emails, files and contacts that could also be easily made available for offline use.</p>

<p>With the release of SharePoint 3.0 there is now no real advantage to using Exchange public folders, with all the functionality you see in public folders improved upon with the SharePoint features: email enabled document libraries, alerting, Outlook 2007 integration including data made available offline. Microsoft itself is endorsing SharePoint as its collaboration platform to replace public folders in the future.</p>

<p>If you are a heavy user of Public Folders there is no rush to migrate off to SharePoint as MS will continue to support public folders through at least the next major release after Exchange 2007. But small to medium implementations of public folders may want to look at migrating their content to SharePoint.</p>

<p>There are currently no migration utilities available from Microsoft to migrate existing public folder content to SharePoint, but there are several 3rd party apps that will make the conversion painless (eg: AvePoint, Quest). I recently demoed the <a href="http://www.quest.com/public-folder-migrator-for-sharepoint/">Quest Public Folder Migrator for SharePoint</a> and was pleasantly surprised at how well it worked.</p>

<p>The Quest utility provides many options I didn't even think about including linking the old Public Folder in the Outlook client to the new location where the data lives on SharePoint, even displaying the SharePoint page directly in Outlook. Once you have the software installed and the appropriate permissions where they need to be, the migration wizard steps you through choosing a target Public folder (calendar, folder, or folder tree) and a destination. There are options regarding how you want to handle the permissions and whether you want this to be a recurring schedule that keeps updating the SharePoint site when items are added to the Outlook side or if you simply want to delete the public folder for Outlook altogether.</p>

<p>Moving to SharePoint gives you an easier tool to administer, you can probably use existing team and project sites, and frees up some space on your mailstores: they always have a knack for running out of space, don't they?</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2008/10/10/sorry-i-ve-been-absent-quick-blurb-on-ex#comments</comments>
		</item>
				<item>
			<title>Upgraded my blog, more content coming soon</title>
			<link>http://www.briannordmann.com/blogs/index.php/2008/09/26/upgraded-my-blog-more-content-coming-soo</link>
			<pubDate>Fri, 26 Sep 2008 23:52:04 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="main">Announcements</category>			<guid isPermaLink="false">60@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;I have upgraded my blog software and &lt;strike&gt;am still playing with the layout a bit&lt;/strike&gt; think I have finalized the layout. I also added a new IM app on the side bar, try it out!&lt;/p&gt;

&lt;p&gt;In addition I am hoping to add more content shortly; I have compiled a list of items I want to blog about so look for those over the next few days.&lt;/p&gt;

&lt;p&gt;I am excited to see in the logs I am getting a lot of hits for searches on errors messages and issues and hopefully my posts are helping you out. Feel free to hit the comment button on a post and leave your feedback.&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>I have upgraded my blog software and <strike>am still playing with the layout a bit</strike> think I have finalized the layout. I also added a new IM app on the side bar, try it out!</p>

<p>In addition I am hoping to add more content shortly; I have compiled a list of items I want to blog about so look for those over the next few days.</p>

<p>I am excited to see in the logs I am getting a lot of hits for searches on errors messages and issues and hopefully my posts are helping you out. Feel free to hit the comment button on a post and leave your feedback.</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2008/09/26/upgraded-my-blog-more-content-coming-soo#comments</comments>
		</item>
				<item>
			<title>Infopath error in MOSS after migration</title>
			<link>http://www.briannordmann.com/blogs/index.php/2008/08/13/infopath_error_in_moss_after_migration</link>
			<pubDate>Wed, 13 Aug 2008 19:05:00 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="alt">Microsoft</category>
<category domain="main">Sharepoint</category>			<guid isPermaLink="false">59@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;After a recent SharePoint migration from WSS2.0 to MOSS (database migration) I had one site that was giving the following error (screenshot below) when clicking &quot;Fill out this form&quot; in an Infopath form library:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;&lt;a href=&quot;http://briannordmann.com/images/screenshots/moss_error1.jpg&quot;&gt;&lt;img src=&quot;http://briannordmann.com/images/screenshots/moss_error1_thumb.jpg&quot; alt=&quot;MOSS 2007 Error&quot; title=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
(click thumbnail for full image)&lt;br /&gt;
&lt;font size=&quot;1&quot;&gt;The document could not be created. The required application may not be installed installed properly, or the template for this document library cannot be opened.&lt;/font&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;&lt;center&gt;Follow the jump for the solution:&lt;/center&gt;&lt;/p&gt;
&lt;a href=&quot;http://www.briannordmann.com/blogs/index.php/2008/08/13/infopath_error_in_moss_after_migration#more59&quot;&gt;Read more &amp;raquo;&lt;/a&gt;</description>
			<content:encoded><![CDATA[<p>After a recent SharePoint migration from WSS2.0 to MOSS (database migration) I had one site that was giving the following error (screenshot below) when clicking "Fill out this form" in an Infopath form library:</p>

<p><center><a href="http://briannordmann.com/images/screenshots/moss_error1.jpg"><img src="http://briannordmann.com/images/screenshots/moss_error1_thumb.jpg" alt="MOSS 2007 Error" title="" /></a><br />
(click thumbnail for full image)<br />
<font size="1">The document could not be created. The required application may not be installed installed properly, or the template for this document library cannot be opened.</font></center></p>

<p><center>Follow the jump for the solution:</center></p>
<a href="http://www.briannordmann.com/blogs/index.php/2008/08/13/infopath_error_in_moss_after_migration#more59">Read more &raquo;</a>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2008/08/13/infopath_error_in_moss_after_migration#comments</comments>
		</item>
				<item>
			<title>MOSS - My Links not synching</title>
			<link>http://www.briannordmann.com/blogs/index.php/2008/08/13/moss_my_links_not_synching</link>
			<pubDate>Wed, 13 Aug 2008 18:38:17 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="alt">Microsoft</category>
<category domain="alt">Server Administration</category>
<category domain="main">Sharepoint</category>			<guid isPermaLink="false">58@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;SharePoint MOSS 2007 has introduced a great feature set in My Site and My Links. Unfortunately there seem to be some kinks in keeping the My Links in sync so they actually show you all the sites you are a member of.&lt;/p&gt;

&lt;p&gt;I recently did a WSS2.0 to MOSS2007 database migration. The new server had MOSS installed well before the migration and it was used as a dev instance before moving the production databases over to it.&lt;/p&gt;

&lt;p&gt;Here is the problem: after moving the prod DBs over and renaming the new server with it's PROD name all the My Links still pointed to sites using the dev url. Even new sites I added myself to would not show up under My Links.&lt;/p&gt;

&lt;p&gt;&lt;center&gt;Follow the jump for the solution:&lt;/center&gt;&lt;/p&gt;
&lt;a href=&quot;http://www.briannordmann.com/blogs/index.php/2008/08/13/moss_my_links_not_synching#more58&quot;&gt;Read more &amp;raquo;&lt;/a&gt;</description>
			<content:encoded><![CDATA[<p>SharePoint MOSS 2007 has introduced a great feature set in My Site and My Links. Unfortunately there seem to be some kinks in keeping the My Links in sync so they actually show you all the sites you are a member of.</p>

<p>I recently did a WSS2.0 to MOSS2007 database migration. The new server had MOSS installed well before the migration and it was used as a dev instance before moving the production databases over to it.</p>

<p>Here is the problem: after moving the prod DBs over and renaming the new server with it's PROD name all the My Links still pointed to sites using the dev url. Even new sites I added myself to would not show up under My Links.</p>

<p><center>Follow the jump for the solution:</center></p>
<a href="http://www.briannordmann.com/blogs/index.php/2008/08/13/moss_my_links_not_synching#more58">Read more &raquo;</a>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2008/08/13/moss_my_links_not_synching#comments</comments>
		</item>
				<item>
			<title>Error opening Office documents in Sharepoint</title>
			<link>http://www.briannordmann.com/blogs/index.php/2008/05/21/error_opening_office_documents_in_ie</link>
			<pubDate>Wed, 21 May 2008 20:32:56 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="main">Microsoft</category>
<category domain="alt">Sharepoint</category>			<guid isPermaLink="false">56@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;I recently had my PC start giving errors everytime I tried opening a MS Office document in Sharepoint (WSS2.0). It would cause IE to crash and gave the following error in the application logs:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Event Type:	Information&lt;br /&gt;
Event Source:	Application Popup&lt;br /&gt;
Event ID:	26&lt;/p&gt;

&lt;p&gt;Description:&lt;br /&gt;
Application popup: IEXPLORE.EXE - Application Error : The instruction at &quot;0x30cb0d78&quot; referenced memory at &quot;0x00000000&quot;. The memory could not be &quot;written&quot;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Thanks to visitor Kevin, I'm slightly modifying my solution:&lt;/p&gt;

&lt;p&gt;At the following path: C:\Program Files\Microsoft Office\&lt;/p&gt;

&lt;p&gt;You will see one of the two possibilities:&lt;/p&gt;

&lt;p&gt;1: office10 and office11 folders&lt;br /&gt;
2: office 11 and office12 folders &lt;/p&gt;

&lt;p&gt;Copy the owssupp.dll file from the lower numbered office folder and paste it to the upper numbered folder e.g. copy the file from office11 and paste it to office12. Office12 will also have this file, just back up that file before the above procedure and save it somewhere on the disk, instead of overwriting it with the office11 file. &lt;/p&gt;

&lt;p&gt;Now&lt;br /&gt;
1. Go to Start Menu &lt;br /&gt;
2. Run&lt;br /&gt;
3. Type regsvr32 &quot;C:\Program Files\Microsoft Office\Office12\OWSSUPP.DLL&quot;&lt;br /&gt;
4. Click ok to the error message.&lt;/p&gt;

&lt;p&gt;This worked for me instantly.&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>I recently had my PC start giving errors everytime I tried opening a MS Office document in Sharepoint (WSS2.0). It would cause IE to crash and gave the following error in the application logs:</p>
<blockquote>
<p>Event Type:	Information<br />
Event Source:	Application Popup<br />
Event ID:	26</p>

<p>Description:<br />
Application popup: IEXPLORE.EXE - Application Error : The instruction at "0x30cb0d78" referenced memory at "0x00000000". The memory could not be "written".</p>
</blockquote>

<p>Thanks to visitor Kevin, I'm slightly modifying my solution:</p>

<p>At the following path: C:\Program Files\Microsoft Office\</p>

<p>You will see one of the two possibilities:</p>

<p>1: office10 and office11 folders<br />
2: office 11 and office12 folders </p>

<p>Copy the owssupp.dll file from the lower numbered office folder and paste it to the upper numbered folder e.g. copy the file from office11 and paste it to office12. Office12 will also have this file, just back up that file before the above procedure and save it somewhere on the disk, instead of overwriting it with the office11 file. </p>

<p>Now<br />
1. Go to Start Menu <br />
2. Run<br />
3. Type regsvr32 "C:\Program Files\Microsoft Office\Office12\OWSSUPP.DLL"<br />
4. Click ok to the error message.</p>

<p>This worked for me instantly.</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2008/05/21/error_opening_office_documents_in_ie#comments</comments>
		</item>
				<item>
			<title>SMS Service Pack Level</title>
			<link>http://www.briannordmann.com/blogs/index.php/2008/05/19/sms_service_pack_level</link>
			<pubDate>Mon, 19 May 2008 17:33:18 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="alt">SQL</category>
<category domain="main">SMS</category>			<guid isPermaLink="false">55@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;Another example of MS making it hard to quickly check what version of a software you are running.&lt;/p&gt;

&lt;p&gt;Use the SQL script below to find your SMS sites service pack version level for SMS 2.0 or SMS 2003 sites.&lt;/p&gt;

&lt;p&gt;SQL Query:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Select&lt;br /&gt;
SiteCode,&lt;br /&gt;
SiteServer,&lt;br /&gt;
SiteName,&lt;/p&gt;

&lt;p&gt;'Version' = Case&lt;br /&gt;
When Version between '2.00.1239.0000' And '2.00.1239.0999'&lt;br /&gt;
Then 'SMS Version 2.0 RTM'&lt;br /&gt;
When Version between '2.00.1380.1000' And '2.00.1380.1999'&lt;br /&gt;
Then 'SMS Version 2.0 Service Pack 1'&lt;br /&gt;
When Version between '2.00.1493.2000' And '2.00.1493.2999'&lt;br /&gt;
Then 'SMS Version 2.0 Service Pack 2'&lt;br /&gt;
When Version between '2.00.1493.3000' And '2.00.1493.3999'&lt;br /&gt;
Then 'SMS Version 2.0 Service Pack 3'&lt;br /&gt;
When Version between '2.00.1493.4000' And '2.00.1493.4999'&lt;br /&gt;
Then 'SMS Version 2.0 Service Pack 4'&lt;br /&gt;
When Version between '2.00.1493.5000' And '2.00.1493.5999'&lt;br /&gt;
Then 'SMS Version 2.0 Service Pack 5'&lt;br /&gt;
When Version = '2.50.2726.0018'&lt;br /&gt;
Then 'SMS 2003 RTM'&lt;br /&gt;
When Version = '2.50.3174.1018'&lt;br /&gt;
Then 'SMS 2003 SP 1'&lt;br /&gt;
When Version = '2.50.4160.2000'&lt;br /&gt;
Then 'SMS 2003 SP 2'&lt;br /&gt;
Else 'Unable To Determine Service Pack!'&lt;br /&gt;
End&lt;/p&gt;

&lt;p&gt;From Sites&lt;/p&gt;&lt;/blockquote&gt;</description>
			<content:encoded><![CDATA[<p>Another example of MS making it hard to quickly check what version of a software you are running.</p>

<p>Use the SQL script below to find your SMS sites service pack version level for SMS 2.0 or SMS 2003 sites.</p>

<p>SQL Query:</p>
<blockquote>
<p>Select<br />
SiteCode,<br />
SiteServer,<br />
SiteName,</p>

<p>'Version' = Case<br />
When Version between '2.00.1239.0000' And '2.00.1239.0999'<br />
Then 'SMS Version 2.0 RTM'<br />
When Version between '2.00.1380.1000' And '2.00.1380.1999'<br />
Then 'SMS Version 2.0 Service Pack 1'<br />
When Version between '2.00.1493.2000' And '2.00.1493.2999'<br />
Then 'SMS Version 2.0 Service Pack 2'<br />
When Version between '2.00.1493.3000' And '2.00.1493.3999'<br />
Then 'SMS Version 2.0 Service Pack 3'<br />
When Version between '2.00.1493.4000' And '2.00.1493.4999'<br />
Then 'SMS Version 2.0 Service Pack 4'<br />
When Version between '2.00.1493.5000' And '2.00.1493.5999'<br />
Then 'SMS Version 2.0 Service Pack 5'<br />
When Version = '2.50.2726.0018'<br />
Then 'SMS 2003 RTM'<br />
When Version = '2.50.3174.1018'<br />
Then 'SMS 2003 SP 1'<br />
When Version = '2.50.4160.2000'<br />
Then 'SMS 2003 SP 2'<br />
Else 'Unable To Determine Service Pack!'<br />
End</p>

<p>From Sites</p></blockquote>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2008/05/19/sms_service_pack_level#comments</comments>
		</item>
				<item>
			<title>What version of SQL Server am I running?</title>
			<link>http://www.briannordmann.com/blogs/index.php/2008/03/31/what_version_of_sql_server_am_i_running</link>
			<pubDate>Mon, 31 Mar 2008 18:51:59 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="alt">Microsoft</category>
<category domain="main">SQL</category>
<category domain="alt">Server Administration</category>			<guid isPermaLink="false">53@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;Often software will request a certain service pack level or version of SQL Server. (IE: MOSS 2007 requires SQL 2005 SP2). There is no simple Help &gt; About to see the version of SQL you are running.&lt;/p&gt;

&lt;p&gt;For SQL Server 2000 and up, run the below query (2000 - open Query Analyzer, 2005 - right-click a DB and select New Query):&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&lt;font color=&quot;blue&quot; size=&quot;1&quot;&gt;SELECT 'SQL Server ' &lt;br /&gt;
+ CAST(SERVERPROPERTY('productversion') AS VARCHAR) + ' - ' &lt;br /&gt;
+ CAST(SERVERPROPERTY('productlevel') AS VARCHAR) + ' (' &lt;br /&gt;
+ CAST(SERVERPROPERTY('edition') AS VARCHAR) + ')'&lt;/font&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This will return your version. You can see the build charts for more detailed information:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.aspfaq.com/sql2000Builds.asp&quot;&gt;SQL Server 2000 Build Chart&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.aspfaq.com/sql2005/show.asp?id=20&quot;&gt;SQL Server 2005 Build Chart&lt;/a&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>Often software will request a certain service pack level or version of SQL Server. (IE: MOSS 2007 requires SQL 2005 SP2). There is no simple Help > About to see the version of SQL you are running.</p>

<p>For SQL Server 2000 and up, run the below query (2000 - open Query Analyzer, 2005 - right-click a DB and select New Query):</p>

<p><code><font color="blue" size="1">SELECT 'SQL Server ' <br />
+ CAST(SERVERPROPERTY('productversion') AS VARCHAR) + ' - ' <br />
+ CAST(SERVERPROPERTY('productlevel') AS VARCHAR) + ' (' <br />
+ CAST(SERVERPROPERTY('edition') AS VARCHAR) + ')'</font></code></p>

<p>This will return your version. You can see the build charts for more detailed information:</p>

<p><a href="http://www.aspfaq.com/sql2000Builds.asp">SQL Server 2000 Build Chart</a><br />
<a href="http://www.aspfaq.com/sql2005/show.asp?id=20">SQL Server 2005 Build Chart</a></p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2008/03/31/what_version_of_sql_server_am_i_running#comments</comments>
		</item>
				<item>
			<title>how to shrink sql 2000 ldf files</title>
			<link>http://www.briannordmann.com/blogs/index.php/2008/03/27/how_to_shrink_sql_2000_ldf_files</link>
			<pubDate>Fri, 28 Mar 2008 02:41:17 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="alt">Microsoft</category>
<category domain="main">SQL</category>
<category domain="alt">Server Administration</category>			<guid isPermaLink="false">52@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;When dealing with some large ldf log files I started investigating the best methods to backup/compact/just generally deal with them.&lt;/p&gt;

&lt;p&gt;Since the &quot;shrink database&quot; command within SQL 2000 Enterprise Manager doesn't always seem to do what you'd expect, here is the command to run in Query Analyzer.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&lt;font color=&quot;blue&quot;&gt;backup log db_name_here with truncate_only&lt;br /&gt;
dbcc shrinkfile(db_log_filename_here,truncateonly)&lt;/font&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;You could script this to run on a regular basis or just as a one-off while doing manual maintenance on your dbs.&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>When dealing with some large ldf log files I started investigating the best methods to backup/compact/just generally deal with them.</p>

<p>Since the "shrink database" command within SQL 2000 Enterprise Manager doesn't always seem to do what you'd expect, here is the command to run in Query Analyzer.</p>

<p><code><font color="blue">backup log db_name_here with truncate_only<br />
dbcc shrinkfile(db_log_filename_here,truncateonly)</font></code></p>

<p>You could script this to run on a regular basis or just as a one-off while doing manual maintenance on your dbs.</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2008/03/27/how_to_shrink_sql_2000_ldf_files#comments</comments>
		</item>
				<item>
			<title>ASP .NET and .NET framework</title>
			<link>http://www.briannordmann.com/blogs/index.php/2008/03/27/asp_net_and_net_framework</link>
			<pubDate>Fri, 28 Mar 2008 02:17:15 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="main">Microsoft</category>
<category domain="alt">Web Dev</category>
<category domain="alt">Sharepoint</category>			<guid isPermaLink="false">51@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;When going through a test installation of MOSS 2007 I ran into a little bit of confusion when it came to the .NET requirements.&lt;/p&gt;

&lt;p&gt;1) Need .NET framework 3.0&lt;br /&gt;
2) Need ASP .NET 2.0 enabled in IIS &gt; Web Service Extensions&lt;/p&gt;

&lt;p&gt;So I downloaded .NET Framework 3.0 from &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=10CC340B-F857-4A14-83F5-25634C3BF043&amp;amp;displaylang=en&quot;&gt;Microsoft's website&lt;/a&gt; and installed it. I started digging around for the ASP .NET and found the below:&lt;/p&gt;

&lt;p&gt;If you installed IIS before .NET 3.0 (or any other version for that matter), you will need to register ASP.NET with IIS using the following command&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&lt;font color=&quot;blue&quot;&gt;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i&lt;/font&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;At this point you can now go into IIS and enable ASP .NET web service extensions.&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>When going through a test installation of MOSS 2007 I ran into a little bit of confusion when it came to the .NET requirements.</p>

<p>1) Need .NET framework 3.0<br />
2) Need ASP .NET 2.0 enabled in IIS > Web Service Extensions</p>

<p>So I downloaded .NET Framework 3.0 from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=10CC340B-F857-4A14-83F5-25634C3BF043&amp;displaylang=en">Microsoft's website</a> and installed it. I started digging around for the ASP .NET and found the below:</p>

<p>If you installed IIS before .NET 3.0 (or any other version for that matter), you will need to register ASP.NET with IIS using the following command</p>

<p><code><font color="blue">C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i</font></code></p>

<p>At this point you can now go into IIS and enable ASP .NET web service extensions.</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2008/03/27/asp_net_and_net_framework#comments</comments>
		</item>
				<item>
			<title>More coming soon</title>
			<link>http://www.briannordmann.com/blogs/index.php/2008/03/09/more_coming_soon</link>
			<pubDate>Mon, 10 Mar 2008 02:45:58 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="main">Announcements</category>			<guid isPermaLink="false">50@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;I've been getting more and more emails and comments lately regarding posts on my blog solving their problems. And I really only have a few posts up!&lt;/p&gt;

&lt;p&gt;It's great to hear my posts are helping and I promise I am going to be adding more content soon (I've been saving up some odds and ends for posting, but haven't gotten around to it).&lt;/p&gt;

&lt;p&gt;One thing I hate is getting a specific error and not being able to find a solution on it, but finally you'll find something where a person paraphased the error message, etc. I always try my best to describe the situation and include specific errors. So hopefully this blog will help more in the future.&lt;/p&gt;

&lt;p&gt;Stand by.&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>I've been getting more and more emails and comments lately regarding posts on my blog solving their problems. And I really only have a few posts up!</p>

<p>It's great to hear my posts are helping and I promise I am going to be adding more content soon (I've been saving up some odds and ends for posting, but haven't gotten around to it).</p>

<p>One thing I hate is getting a specific error and not being able to find a solution on it, but finally you'll find something where a person paraphased the error message, etc. I always try my best to describe the situation and include specific errors. So hopefully this blog will help more in the future.</p>

<p>Stand by.</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2008/03/09/more_coming_soon#comments</comments>
		</item>
				<item>
			<title>Upgrading a DFS namespace server</title>
			<link>http://www.briannordmann.com/blogs/index.php/2007/05/29/upgrading_a_dfs_namespace_server</link>
			<pubDate>Tue, 29 May 2007 20:44:12 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="main">Microsoft</category>
<category domain="alt">DFS</category>
<category domain="alt">Server Administration</category>			<guid isPermaLink="false">49@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;I recently put a question out to the internet on what needs to be done if you upgrade a server that acts as a DFS namespace server and is pointed to by several DFS folders.&lt;/p&gt;

&lt;p&gt;If the new server has a new name, you will need to remove the old server as a Namespace Server for each domain-based DFS namespace it is a member of. In addition, you will have to remove and re-point each folder target to the new path.&lt;/p&gt;

&lt;p&gt;In my scenario we were doing an in-place upgrade and the server would keep the same name. But since the upgrade results in the machine having a new SID in AD there is some work that needs to be done. I found in this situation you only need to remove the server as a Namespace Server and re-add it once the new server is in place so the new SID is used in AD's DFS configuration. All the DFS folder targets can be left alone as SID is not used here, just the path.&lt;/p&gt;

&lt;p&gt;We are not using DFS-R on these folders, but I believe if you were, you would need to redo the replication partners as DFS-R relies on the SID information stored in Active Directory.&lt;/p&gt;
</description>
			<content:encoded><![CDATA[<p>I recently put a question out to the internet on what needs to be done if you upgrade a server that acts as a DFS namespace server and is pointed to by several DFS folders.</p>

<p>If the new server has a new name, you will need to remove the old server as a Namespace Server for each domain-based DFS namespace it is a member of. In addition, you will have to remove and re-point each folder target to the new path.</p>

<p>In my scenario we were doing an in-place upgrade and the server would keep the same name. But since the upgrade results in the machine having a new SID in AD there is some work that needs to be done. I found in this situation you only need to remove the server as a Namespace Server and re-add it once the new server is in place so the new SID is used in AD's DFS configuration. All the DFS folder targets can be left alone as SID is not used here, just the path.</p>

<p>We are not using DFS-R on these folders, but I believe if you were, you would need to redo the replication partners as DFS-R relies on the SID information stored in Active Directory.</p>
]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2007/05/29/upgrading_a_dfs_namespace_server#comments</comments>
		</item>
				<item>
			<title>Save some time...</title>
			<link>http://www.briannordmann.com/blogs/index.php/2007/05/29/save_some_time</link>
			<pubDate>Tue, 29 May 2007 20:36:08 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="main">Microsoft</category>
<category domain="alt">Server Administration</category>			<guid isPermaLink="false">48@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;This past weekend we migrated a file server to new hardware. The file server presents 2 SAN luns and shares on an MSA20 array. In the past when we moved the SAN luns + the array storage between servers we have had to manually reshare all the shares on the new server. Here are the steps to bypass that by migrating the share information. &lt;/p&gt;

&lt;p&gt;- On the current server, navigate to \HKLM\SYSTEM\ControlSet001\Services\lanmanserver\Shares&lt;/p&gt;

&lt;p&gt;- Export this into a reg file and copy the file to the new server&lt;/p&gt;

&lt;p&gt;- Ensure the drives use the same drive letters when presented to the new server&lt;/p&gt;

&lt;p&gt;- Import the reg file on the new server&lt;/p&gt;

&lt;p&gt;- Restart the server service&lt;/p&gt;

&lt;p&gt;It's a quick and easy process that will save you from resharing all your shares and eliminates the human errors associated with that.&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>This past weekend we migrated a file server to new hardware. The file server presents 2 SAN luns and shares on an MSA20 array. In the past when we moved the SAN luns + the array storage between servers we have had to manually reshare all the shares on the new server. Here are the steps to bypass that by migrating the share information. </p>

<p>- On the current server, navigate to \HKLM\SYSTEM\ControlSet001\Services\lanmanserver\Shares</p>

<p>- Export this into a reg file and copy the file to the new server</p>

<p>- Ensure the drives use the same drive letters when presented to the new server</p>

<p>- Import the reg file on the new server</p>

<p>- Restart the server service</p>

<p>It's a quick and easy process that will save you from resharing all your shares and eliminates the human errors associated with that.</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2007/05/29/save_some_time#comments</comments>
		</item>
				<item>
			<title>serving mdb files via IIS</title>
			<link>http://www.briannordmann.com/blogs/index.php/2007/03/23/serving_mdb_files_via_iis</link>
			<pubDate>Fri, 23 Mar 2007 16:32:49 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="main">Microsoft</category>
<category domain="alt">Web Dev</category>
<category domain="alt">Server Administration</category>			<guid isPermaLink="false">47@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;On a default install of IIS you will receive the below error when trying to access hosted mdb files via a website:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Server Error in '/' Application.&lt;br /&gt;
--------------------------------------------------------------------------------&lt;/p&gt;

&lt;p&gt;This type of page is not served. &lt;br /&gt;
Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.mdb' may be incorrect. Please review the URL below and make sure that it is spelled correctly. &lt;/p&gt;

&lt;p&gt;Requested Url: /directory/file_requested.mdb&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So reading this error you can assume there is a place where you explicitly forbid different file extensions from being served from your IIS sites. So I started Googling this since I did not know where these settings were. 9 out of 10 results suggested zipping the mdb up and having the user download the zip. Of course that is always a work around, but not what I was looking for.&lt;/p&gt;


&lt;p&gt;- Launch the IIS Management console&lt;br /&gt;
- Right click your application or the root of your website(s)&lt;br /&gt;
- Go to the Home Directory Tab and click &quot;Configuration&quot;&lt;br /&gt;
- Go to the Mapping tab and delete the association of the file type MDB&lt;/p&gt;

&lt;p&gt;You do however need to keep the MDB extension as an allowable MIME type on win2003, so you do not need to make any setting changes there as this would result in a 404 error. &lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>On a default install of IIS you will receive the below error when trying to access hosted mdb files via a website:</p>

<blockquote><p>Server Error in '/' Application.<br />
--------------------------------------------------------------------------------</p>

<p>This type of page is not served. <br />
Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.mdb' may be incorrect. Please review the URL below and make sure that it is spelled correctly. </p>

<p>Requested Url: /directory/file_requested.mdb</p>
</blockquote>

<p>So reading this error you can assume there is a place where you explicitly forbid different file extensions from being served from your IIS sites. So I started Googling this since I did not know where these settings were. 9 out of 10 results suggested zipping the mdb up and having the user download the zip. Of course that is always a work around, but not what I was looking for.</p>


<p>- Launch the IIS Management console<br />
- Right click your application or the root of your website(s)<br />
- Go to the Home Directory Tab and click "Configuration"<br />
- Go to the Mapping tab and delete the association of the file type MDB</p>

<p>You do however need to keep the MDB extension as an allowable MIME type on win2003, so you do not need to make any setting changes there as this would result in a 404 error. </p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2007/03/23/serving_mdb_files_via_iis#comments</comments>
		</item>
				<item>
			<title>A couple cool utils</title>
			<link>http://www.briannordmann.com/blogs/index.php/2007/03/23/a_couple_cool_utils</link>
			<pubDate>Fri, 23 Mar 2007 16:20:12 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="alt">General Technical Ramblings</category>
<category domain="main">Server Administration</category>			<guid isPermaLink="false">46@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;Over the last couple of weeks I've come across 2 cool tools that make my life a little easier: File Commander (credit: Mark M) and OpenedFilesView (genuis name, right?)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.nikeware.com/diffcmd.htm&quot; target=&quot;newwindow&quot;&gt;File Commander&lt;/a&gt; (shareware) - This utility came in very handy when needing to compare the files on our backup server after users were failed over to it and then failed back to production. This utility will scan 2 directories and come back with a color-coded report of which files are different in the directories and allows you to do one and two-way syncs of that data. There are lots of little features that come along with it as well and it proved to be a powerful and useful little tool.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.nirsoft.net/utils/opened_files_view.html&quot; target=&quot;newwindow&quot;&gt;OpenedFilesView&lt;/a&gt; (freeware) - I came across this utility when users were reporting the following error when trying to delete or modify files on a file server:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Cannot delete [filename]: It is being used by another person or program. Close any programs that might be using the file and try again&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Using the built-in Windows Computer Management console and viewing open files will only show the files opened by users via shares. The files in question were not showing up as being opened by any user, but a quick run of this utility showed me these files were opened by mcshield.exe, killing the process freed the files for the users. (The problem with McAfee Virus Scan is out of scope for this post, but was another problem that needed to be dealt with)&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>Over the last couple of weeks I've come across 2 cool tools that make my life a little easier: File Commander (credit: Mark M) and OpenedFilesView (genuis name, right?)</p>

<p><a href="http://www.nikeware.com/diffcmd.htm" target="newwindow">File Commander</a> (shareware) - This utility came in very handy when needing to compare the files on our backup server after users were failed over to it and then failed back to production. This utility will scan 2 directories and come back with a color-coded report of which files are different in the directories and allows you to do one and two-way syncs of that data. There are lots of little features that come along with it as well and it proved to be a powerful and useful little tool.</p>

<p><a href="http://www.nirsoft.net/utils/opened_files_view.html" target="newwindow">OpenedFilesView</a> (freeware) - I came across this utility when users were reporting the following error when trying to delete or modify files on a file server:</p>

<blockquote><p>Cannot delete [filename]: It is being used by another person or program. Close any programs that might be using the file and try again</p></blockquote>

<p>Using the built-in Windows Computer Management console and viewing open files will only show the files opened by users via shares. The files in question were not showing up as being opened by any user, but a quick run of this utility showed me these files were opened by mcshield.exe, killing the process freed the files for the users. (The problem with McAfee Virus Scan is out of scope for this post, but was another problem that needed to be dealt with)</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2007/03/23/a_couple_cool_utils#comments</comments>
		</item>
				<item>
			<title>SMS MMC Error</title>
			<link>http://www.briannordmann.com/blogs/index.php/2007/03/02/sms_mmc_error</link>
			<pubDate>Sat, 03 Mar 2007 04:02:37 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="alt">Microsoft</category>
<category domain="main">SMS</category>			<guid isPermaLink="false">45@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;After a power outage this morning we had some issues with our local primary SMS site server. Who knows if the issues were directly related to the power outage or if they would have occurred at the next reboot, but the server would not boot - it would stall at the Windows 2003 splash screen. I got it to boot by running a repair of the OS from the CD. Everything looked to be online at that point but I got the below error when testing the SMS Admin Console mmc:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;&lt;b&gt;MMC cannot open the file [drive]:\SMS\bin\i386\sms.msc&lt;/b&gt;&lt;br /&gt;
This may be because the file does not exist, is not an MMC console, or was created by a later version of MMC. This may also be because you do not have sufficient rights to the file.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Since I had run a repair of the OS, my worst case was this somehow messed up my SMS install which would not have been pleasant. But I was able to open the admin console on other PCs so I did some research and found that the error is profile related. I read that is usually caused when you have a terminal session open with the SMS Admin console open and the session is killed.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;The resolution&lt;/b&gt; is to rename the &quot;sms&quot; file in C:\Documents and Settings\[username]\Application Data\Microsoft\MMC\SMS to something else and then start up the SMS Admin console again for it to be recreated.&lt;/p&gt;

&lt;p&gt;This fixed it for me and worth noting because the error message does not even hint at the actual problem.&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>After a power outage this morning we had some issues with our local primary SMS site server. Who knows if the issues were directly related to the power outage or if they would have occurred at the next reboot, but the server would not boot - it would stall at the Windows 2003 splash screen. I got it to boot by running a repair of the OS from the CD. Everything looked to be online at that point but I got the below error when testing the SMS Admin Console mmc:</p>

<blockquote><p><b>MMC cannot open the file [drive]:\SMS\bin\i386\sms.msc</b><br />
This may be because the file does not exist, is not an MMC console, or was created by a later version of MMC. This may also be because you do not have sufficient rights to the file.</p></blockquote>

<p>Since I had run a repair of the OS, my worst case was this somehow messed up my SMS install which would not have been pleasant. But I was able to open the admin console on other PCs so I did some research and found that the error is profile related. I read that is usually caused when you have a terminal session open with the SMS Admin console open and the session is killed.</p>

<p><b>The resolution</b> is to rename the "sms" file in C:\Documents and Settings\[username]\Application Data\Microsoft\MMC\SMS to something else and then start up the SMS Admin console again for it to be recreated.</p>

<p>This fixed it for me and worth noting because the error message does not even hint at the actual problem.</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2007/03/02/sms_mmc_error#comments</comments>
		</item>
				<item>
			<title>Mac shares on a Windows box</title>
			<link>http://www.briannordmann.com/blogs/index.php/2006/11/15/mac_shares_on_a_windows_box</link>
			<pubDate>Thu, 16 Nov 2006 01:48:48 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="main">MAC</category>			<guid isPermaLink="false">43@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;Just wanted to jot this down while I had it on my mind. We have 2 MAC users here which connect to our main file server (W2k3 R2).&lt;/p&gt;

&lt;p&gt;The shares these users needed were always shared out as &quot;MAC Shares&quot; so when we recently upgraded our server from 2000 to 2003-R2. I coordinated with them to see if they still needed the shares shared out as MAC.&lt;/p&gt;

&lt;p&gt;One user told me he no longer needed the shares shared out for MACs and that with OS X he is able to connect to the shares using smb://server/shareName so after the hardware migration he had no issues at all and I did not share out as MAC shares. Of course then the 2nd guy said he could not connect to the shares. Here are a couple of issues I ran into:&lt;/p&gt;
&lt;a href=&quot;http://www.briannordmann.com/blogs/index.php/2006/11/15/mac_shares_on_a_windows_box#more43&quot;&gt;Read more &amp;raquo;&lt;/a&gt;</description>
			<content:encoded><![CDATA[<p>Just wanted to jot this down while I had it on my mind. We have 2 MAC users here which connect to our main file server (W2k3 R2).</p>

<p>The shares these users needed were always shared out as "MAC Shares" so when we recently upgraded our server from 2000 to 2003-R2. I coordinated with them to see if they still needed the shares shared out as MAC.</p>

<p>One user told me he no longer needed the shares shared out for MACs and that with OS X he is able to connect to the shares using smb://server/shareName so after the hardware migration he had no issues at all and I did not share out as MAC shares. Of course then the 2nd guy said he could not connect to the shares. Here are a couple of issues I ran into:</p>
<a href="http://www.briannordmann.com/blogs/index.php/2006/11/15/mac_shares_on_a_windows_box#more43">Read more &raquo;</a>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2006/11/15/mac_shares_on_a_windows_box#comments</comments>
		</item>
				<item>
			<title>Changing a Sharepoint site owner</title>
			<link>http://www.briannordmann.com/blogs/index.php/2006/11/09/changing_a_sharepoint_site_owner</link>
			<pubDate>Thu, 09 Nov 2006 22:43:02 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="alt">Microsoft</category>
<category domain="main">Sharepoint</category>			<guid isPermaLink="false">42@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;Another command line-only administrative task from our friends at Microsoft.&lt;/p&gt;

&lt;p&gt;From time to time I need to update a Sharepoint site's &quot;owner&quot;. This is one of those things that is not included on the web-based admin page and can only be accomplished by running the stsadm tool via a command prompt. And then of course running stsadm.exe /? does not give us the syntax for most of the operations, one of which being the &quot;siteowner&quot; operation. So here it is:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;stsadm.exe -o siteowner -url http://full_site_url -ownerlogin YOUR_DOMAIN\username_of_new_owner&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The user must already be a member of the site on which you are attempting to make the user owner.&lt;/p&gt;

&lt;p&gt;&lt;font size=&quot;1&quot;&gt;*Note: stsadm.exe is located at C:\program files\common files\microsoft shared\web server&lt;br /&gt;
extensions\60\bin by default. I have added the aforementioned path to the PATH system variable for ease of use.&lt;/font&gt;&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>Another command line-only administrative task from our friends at Microsoft.</p>

<p>From time to time I need to update a Sharepoint site's "owner". This is one of those things that is not included on the web-based admin page and can only be accomplished by running the stsadm tool via a command prompt. And then of course running stsadm.exe /? does not give us the syntax for most of the operations, one of which being the "siteowner" operation. So here it is:</p>

<blockquote><p>stsadm.exe -o siteowner -url http://full_site_url -ownerlogin YOUR_DOMAIN\username_of_new_owner</p></blockquote>

<p>The user must already be a member of the site on which you are attempting to make the user owner.</p>

<p><font size="1">*Note: stsadm.exe is located at C:\program files\common files\microsoft shared\web server<br />
extensions\60\bin by default. I have added the aforementioned path to the PATH system variable for ease of use.</font></p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2006/11/09/changing_a_sharepoint_site_owner#comments</comments>
		</item>
				<item>
			<title>Error adding a Sharepoint user</title>
			<link>http://www.briannordmann.com/blogs/index.php/2006/11/09/error_adding_a_sharepoint_user</link>
			<pubDate>Thu, 09 Nov 2006 20:13:18 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="alt">Microsoft</category>
<category domain="main">Sharepoint</category>			<guid isPermaLink="false">40@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;One of our Sharepoint servers is isolated from our network due to fact that it is accessed from the internet via Neoteris, so it is not aware of our Active Directory, etc.&lt;/p&gt;

&lt;p&gt;This gets a bit messy when it comes time to add a new user to a Sharepoint site (even more when that user is not on our network and needs to be set up with remote access, but that is out of scope here).&lt;/p&gt;

&lt;p&gt;The process includes creating a new local user account and then adding that local account as a user to the Sharepoint site. There are several headaches that come with the creation of a local user account mainly stemming from the fact that working with local Windows accounts is not as manageable as users in ADUC.&lt;/p&gt;

&lt;p&gt;An issue I have seen a few times now is also possible in an AD environment, but probably isn't seen as often as the conditions causing the problem are less likely.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Issue -&lt;/b&gt; When you try to add a user to a 2003 Portal Server or WSS site, you receive the following error message:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Can not add the user because a user with that name already exists&lt;/p&gt;&lt;/blockquote&gt;
&lt;a href=&quot;http://www.briannordmann.com/blogs/index.php/2006/11/09/error_adding_a_sharepoint_user#more40&quot;&gt;Read more &amp;raquo;&lt;/a&gt;</description>
			<content:encoded><![CDATA[<p>One of our Sharepoint servers is isolated from our network due to fact that it is accessed from the internet via Neoteris, so it is not aware of our Active Directory, etc.</p>

<p>This gets a bit messy when it comes time to add a new user to a Sharepoint site (even more when that user is not on our network and needs to be set up with remote access, but that is out of scope here).</p>

<p>The process includes creating a new local user account and then adding that local account as a user to the Sharepoint site. There are several headaches that come with the creation of a local user account mainly stemming from the fact that working with local Windows accounts is not as manageable as users in ADUC.</p>

<p>An issue I have seen a few times now is also possible in an AD environment, but probably isn't seen as often as the conditions causing the problem are less likely.</p>

<p><b>Issue -</b> When you try to add a user to a 2003 Portal Server or WSS site, you receive the following error message:</p>

<blockquote><p>Can not add the user because a user with that name already exists</p></blockquote>
<a href="http://www.briannordmann.com/blogs/index.php/2006/11/09/error_adding_a_sharepoint_user#more40">Read more &raquo;</a>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2006/11/09/error_adding_a_sharepoint_user#comments</comments>
		</item>
				<item>
			<title>Spotlight on Windows</title>
			<link>http://www.briannordmann.com/blogs/index.php/2006/11/06/spotlight_on_windows</link>
			<pubDate>Tue, 07 Nov 2006 01:29:19 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="main">Server Administration</category>			<guid isPermaLink="false">33@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;&lt;a href=&quot;http://www.quest.com/&quot;&gt;Quest&lt;/a&gt; recently made its Spotlight on Windows application free to the public. It's a great way to view an overall dashboard status of several servers without having to connect to each server.&lt;/p&gt;

&lt;p&gt;&lt;center&gt;&lt;a href=&quot;http://briannordmann.com/images/screenshots/spotlightss1.jpg&quot; target=&quot;newwindow&quot;&gt;&lt;img src=&quot;http://briannordmann.com/images/screenshots/spotlightss1.jpg&quot; alt=&quot;Spotlight on Windows&quot; title=&quot;Spotlight on Windows&quot;  width=&quot;320&quot; height=&quot;240&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Click on image for fullsize&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;In addition to the dashboard view, you can drill down each area to get more information.&lt;/p&gt;

&lt;p&gt;Another cool piece (not free) is the Spotlight on SQL addin which shows you an overview of your SQL server(s). It can show you status of replication if you are using SQL replication, it shows how many current connections, which databases haven't been backed up in a while (using SQL native backup), and other handy stats.&lt;/p&gt;

&lt;p&gt;I used to spend a bit of time each morning RDPing into my critical servers to check disks, etc but now with this tool I can get an overview of what is going on in one dashboard.&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://www.quest.com/">Quest</a> recently made its Spotlight on Windows application free to the public. It's a great way to view an overall dashboard status of several servers without having to connect to each server.</p>

<p><center><a href="http://briannordmann.com/images/screenshots/spotlightss1.jpg" target="newwindow"><img src="http://briannordmann.com/images/screenshots/spotlightss1.jpg" alt="Spotlight on Windows" title="Spotlight on Windows"  width="320" height="240" /></a><br />Click on image for fullsize</center></p>

<p>In addition to the dashboard view, you can drill down each area to get more information.</p>

<p>Another cool piece (not free) is the Spotlight on SQL addin which shows you an overview of your SQL server(s). It can show you status of replication if you are using SQL replication, it shows how many current connections, which databases haven't been backed up in a while (using SQL native backup), and other handy stats.</p>

<p>I used to spend a bit of time each morning RDPing into my critical servers to check disks, etc but now with this tool I can get an overview of what is going on in one dashboard.</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2006/11/06/spotlight_on_windows#comments</comments>
		</item>
				<item>
			<title>Convert anything...</title>
			<link>http://www.briannordmann.com/blogs/index.php/2006/11/05/title_1</link>
			<pubDate>Sun, 05 Nov 2006 18:20:15 +0000</pubDate>			<dc:creator>Brian</dc:creator>
			<category domain="main">General Technical Ramblings</category>			<guid isPermaLink="false">31@http://www.briannordmann.com/blogs/</guid>
						<description>&lt;p&gt;&lt;a href=&quot;http://johndove.livejournal.com/277107.html&quot;&gt;John Dove&lt;/a&gt; posted this the other day and I have already used it several times.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://media-convert.com/&quot;&gt;http://media-convert.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Multiple inputs and outputs to choose from. Coolest feature is being able to convert a URL to PDF/JPG/etc.&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p><a href="http://johndove.livejournal.com/277107.html">John Dove</a> posted this the other day and I have already used it several times.</p>

<p><a href="http://media-convert.com/">http://media-convert.com/</a></p>

<p>Multiple inputs and outputs to choose from. Coolest feature is being able to convert a URL to PDF/JPG/etc.</p>]]></content:encoded>
								<comments>http://www.briannordmann.com/blogs/index.php/2006/11/05/title_1#comments</comments>
		</item>
			</channel>
</rss>
