<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Brain Litter</title>
        <link>http://www.brainlitter.com/</link>
        <description>Inside the mind of Sean Wallbridge</description>
        <language>en</language>
        <copyright>Copyright 2008</copyright>
        <lastBuildDate>Tue, 26 Aug 2008 21:58:42 -0800</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Nice, simple, elegant Email reputation lookup tool</title>
            <description><![CDATA[<p>Nice.  Easy, graphical, find out if your domain/email has been naughty.</p>

<p><a href="http://bsn.borderware.com/">http://bsn.borderware.com/</a></p>

<p>And don't forget <a href="http://www.mxtoolbox.com">www.mxtoolbox.com</a></p>]]></description>
            <link>http://www.brainlitter.com/archives/2008/08/email-reputation.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/08/email-reputation.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">I Get Asked &apos;This&apos; A Lot...</category>
            
            
            <pubDate>Tue, 26 Aug 2008 21:58:42 -0800</pubDate>
        </item>
        
        <item>
            <title>WSS/SharePoint Event ID 2424 Search Errors (two possible reasons)</title>
            <description><![CDATA[<p>Ok, this week alone, I've run into two different scenarios, where I've gotten Application Event ID 2424 errors, when WSS Search is attempting to perform a search/catalog update.  </p>

<p><strong>Symptoms:</strong><br />
<ul><br />
	<li>Search returns no results, but no errors either, in WSS - simply that no results were found, when there definitely should be something there.</li><br />
	<li>Event ID 2424 and the error (along the lines of) "The update cannot be started because the content sources cannot be accessed. Fix the errors and try the update again.  Context: Application 'Search', Catalog 'index file on the search server search'</li><br />
</ul></p>

<p><strong>Solutions (for me (this week, 2 different issues/2 different fixes)</strong><br />
<ol><br />
	<li>On one install, it was a brand new WSS site.  All configured, all tuned, everything cool but missing SP1. Soon as I applied it and rebooted, my search started working - Whoopee! Happy.</li><br />
	<li>On the other install, it was a little more complicated but ultimately made perfect sense. My WSS server was on a private IP network (192.168.5.x).  The URL I assigned it, instead of setting up a local web application and extending it (what I really should have done), actually resolved to the public IP of the site (67.44.44.x).  Therefore, when search attempted to run, it itself was unable to *visit* the website, in order to search it.  The quick fix was to resolve the IP's internally by modifying the local hosts file. The real solution will be to rebuild the sites (backup/restore collection) to local web applications, that are extended for public access.</li><br />
</ol></p>

<p>I'll add more solutions, when/if I come across them. Hope this helps someone, somewhere.<br />
</p>]]></description>
            <link>http://www.brainlitter.com/archives/2008/08/wsssharepoint-e.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/08/wsssharepoint-e.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">SharePoint Groovies</category>
            
            
            <pubDate>Tue, 26 Aug 2008 01:07:52 -0800</pubDate>
        </item>
        
        <item>
            <title>WSS List form, Columns not ordered the way you think...</title>
            <description><![CDATA[<p>Well, I helped solve this by accident, but mostly Zac came to this conclusion.</p>

<p><strong>Problem:</strong></p>

<p>You have a SharePoint list/form that you want to control the order of data entry into. No matter what way you order the columns in the list or view, it doesn't show them the way you'd expect.</p>

<p><strong>Answer:</strong></p>

<p>The column ordering is based on the content type's ordering, and then list settings ordering is applied after. I think the rules are that it applies the content type's ordering first, and then orders any additional columns that you have added later. </p>

<p>To change the ordering of the content type, you need to first enable the management of content types on that list (Advanced settings), then select the content type (Issue, in my case), and re-order the columns there.</p>

<p>Zac wrote and discovered it first, so it would be rude not to point out the reference :)<br />
<a href="http://www.sharepointu.com/forums/p/1494/4056.aspx">http://www.sharepointu.com/forums/p/1494/4056.aspx</a></p>]]></description>
            <link>http://www.brainlitter.com/archives/2008/08/wss-list-form-c.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/08/wss-list-form-c.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">SharePoint Groovies</category>
            
            
            <pubDate>Mon, 25 Aug 2008 17:14:34 -0800</pubDate>
        </item>
        
        <item>
            <title>Elegant WSS Site collection backup script</title>
            <description><![CDATA[<p>Nice to be the boss. I gave my man Dougie my requirements and the skeleton for a script and he produced the rest.  <a href="http://www.itgroove.net/central/Scripts/WSSbackup.zip">Download it if you want</a>...  </p>

<p>It provides an automated mechanism (that can be scheduled via your task scheduler) for WSS Site Collection Backups (multiple sites, via CSV selection list)</p>

<p>Download the script here - <strong><em>NOTE</em>: you use this at your own risk</strong>.  I'm just being a nice guy here.  <a href="http://www.itgroove.net/central/Scripts/WSSbackup.zip">http://www.itgroove.net/central/Scripts/WSS.zip</a></p>

<p>Simply copy the script to your server, fill out the few required variables and modify the CSV file to suit. CSV format is as following:</p>

<p>ClientName,PortalURL,friendlyname</p>

<p>E.g.</p>

<p>itgroove,https://portal.itgroove.net:443,itgroovePortal</p>]]></description>
            <link>http://www.brainlitter.com/archives/2008/08/elegant-wss-sit.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/08/elegant-wss-sit.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">SharePoint Groovies</category>
            
            
            <pubDate>Sun, 24 Aug 2008 23:49:46 -0800</pubDate>
        </item>
        
        <item>
            <title>How to *hide* the TITLE field in SharePoint Lists</title>
            <description><![CDATA[<p>This dude has prepared a lovely and simple detail/method for hiding (don't remove!) the TITLE field in a SharePoint list, so why write it myself? :)</p>

<p><a href="http://dlocc.com/sharepoint/35-customization/46-how-to-remove-the-qtitleq-column-from-a-sharepoint-list.html">http://dlocc.com/sharepoint/35-customization/46-how-to-remove-the-qtitleq-column-from-a-sharepoint-list.html</a></p>]]></description>
            <link>http://www.brainlitter.com/archives/2008/08/how-to-hide-the.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/08/how-to-hide-the.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">SharePoint Groovies</category>
            
            
            <pubDate>Fri, 22 Aug 2008 11:16:31 -0800</pubDate>
        </item>
        
        <item>
            <title>Difference between ESXi and Licensed ESXi</title>
            <description><![CDATA[<p>Ran into some confusion today and found this fella's blog.  Very useful indeed.</p>

<p><a href="http://vmetc.com/2008/08/10/whats-the-difference-between-free-esxi-and-licensed-esxi/">http://vmetc.com/2008/08/10/whats-the-difference-between-free-esxi-and-licensed-esxi</a></p>

<p><strong>And this ESX vs ESXi comparison:</strong><br />
<a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1006543"></a></p>]]></description>
            <link>http://www.brainlitter.com/archives/2008/08/difference-betw.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/08/difference-betw.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Links</category>
            
            
            <pubDate>Wed, 20 Aug 2008 11:05:34 -0800</pubDate>
        </item>
        
        <item>
            <title>Sweet - Free SharePoint Colour Calendar Component</title>
            <description><![CDATA[<p>Don't mind me, just bookmarking...</p>

<p><a href="http://planetwilson.blogspot.com/2008/02/version-2-of-colour-calendar-released.html">http://planetwilson.blogspot.com/2008/02/version-2-of-colour-calendar-released.html</a></p>]]></description>
            <link>http://www.brainlitter.com/archives/2008/08/sweet-free-shar.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/08/sweet-free-shar.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">SharePoint Groovies</category>
            
            
            <pubDate>Mon, 18 Aug 2008 13:08:25 -0800</pubDate>
        </item>
        
        <item>
            <title>WSS 3.0 (from 2.0 upgrade) Authentication Issue</title>
            <description><![CDATA[<p>Ok, so this drove me bonkers. I'm not loving the workaround (basic authentication) but I'm happy enough, as I have an SSL cert protecting the site anyways, thus auth is secured.</p>

<p>But even after blowing away the web application and site collection, creating a new web application and restoring the site collection from backup, this problem would just reappear (errors below):</p>

<p><em><strong>You are not authorized to view this page</strong></p>

<p>You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept. </p>

<p>HTTP Error 401.2 - Unauthorized: Access is denied due to server configuration.<br />
Internet Information Services (IIS)</em></p>

<p>For me, what worked was this...</p>

<p>This was the article that got me thinking about the problem:<br />
<a href="http://support.microsoft.com/default.aspx/kb/832769">http://support.microsoft.com/default.aspx/kb/832769</a></p>

<p>And then I did this...</p>

<p>Configure Basic authentication (I disabled NTLM/Integrated, to get mine to work) on the Web application from SharePoint 3.0 Central Administration.</p>

<ol>
	<li>Click Start, Administrative Tools, and then double-click SharePoint Central Administration.</li>
	<li>Click the Application Management tab, and then click Authentication Providers.</li>
	<li>In the Web Application list, select the Web application that you have to update.</li>
	<li>Click the Zone that you want.</li>
	<li>On the Edit Authentication page for the IIS Authentication Settings, Integrated Windows authentication, click Basic authentication (and uncheck or try/alternate with Integrated Windows Authentication turned off).</li>
	<li>To apply the change, click Save. </li>
</ol>

<p><br />
</p>]]></description>
            <link>http://www.brainlitter.com/archives/2008/08/wss-30-from-20.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/08/wss-30-from-20.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">SharePoint Groovies</category>
            
            
            <pubDate>Thu, 14 Aug 2008 04:47:34 -0800</pubDate>
        </item>
        
        <item>
            <title>SharePoint server returned &apos;non-specific error when trying to get data from the data source&quot;</title>
            <description><![CDATA[<p>This from Zac Mullett today, blog ready, I just needed to cut and paste. Nice :)</p>

<p>I resolved the problem I was having where I would create a DataViewWebPart for one of our lists and get this:</p>

<p><em><blockquote>The server returned a non-specific error when trying to get data from the data source. Check the format and content of your query and try again. If the problem persists, contact the server administrator.</blockquote></em></p>

<p>It turns out that amongst the 100 fields the list has there was one that was tripping it up. That field just so happened to be a look-up to that list itself (self-referential). Whether or not it was because of the nature of the reference or some other spurious mal-formatted data is yet to be assessed.<br />
</p>]]></description>
            <link>http://www.brainlitter.com/archives/2008/08/sharepoint-serv-1.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/08/sharepoint-serv-1.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">SharePoint Groovies</category>
            
            
            <pubDate>Wed, 06 Aug 2008 17:24:38 -0800</pubDate>
        </item>
        
        <item>
            <title>How to connect to a SharePoint Windows Internal Database (WIB) with SQL Management Studio Express (2005)</title>
            <description><![CDATA[<p>Well this came in handy the other day&#8230;</p>

<p>Use this path, to connect to your local SharePoint Windows Internal Database (WIB) using SQL Server Management Studio Express (2005).</p>

<p><strong>&#46;\pipe\MSSQL$MICROSOFT##SSEE\sql\query</strong></p>

<p>(note: there are two backslashes at the front of that syntax that aren&#8217;t shown via HTML, so don&#8217;t forget those)</p>
]]></description>
            <link>http://www.brainlitter.com/archives/2008/08/how-to-connect-1.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/08/how-to-connect-1.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">SharePoint Groovies</category>
            
            
            <pubDate>Wed, 06 Aug 2008 00:02:43 -0800</pubDate>
        </item>
        
        <item>
            <title>itgroove Testimonials</title>
            <description><![CDATA[<p>Hey,</p>

<p>When you've got it, flaunt it, right?</p>

<p>itgroove Testimonials, online and available.</p>

<p><a href="http://www.itgroove.net/cms/index.php?option=com_content&view=article&id=1&Itemid=3">http://www.itgroove.net/cms/index.php?option=com_content&view=article&id=1&Itemid=3</a></p>]]></description>
            <link>http://www.brainlitter.com/archives/2008/08/itgroove-testim-1.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/08/itgroove-testim-1.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Links</category>
            
            
            <pubDate>Fri, 01 Aug 2008 00:11:06 -0800</pubDate>
        </item>
        
        <item>
            <title>1326 errors trying to connect to user sessions on a terminal server</title>
            <description><![CDATA[<p>We recently encountered an issue where Terminal Services was installed on a Domain Controller, and an administrator would try and use the 'Connect To' feature built into Terminal Services Manager, but would result in error. Whenever an administrator tried to 'Connect To' a Terminal Server user session, the administrator would be prompted to enter the end user's password, and after doing so, an error message would pop up informing the administrator that a 'wrong password was entered', and event ID 1326 was logged in the application event log. The administrator in question had tried all sorts of group memberships and GPO configurations, but all resulted in failure. </p>

<p>Although not reported by Microsoft as a problem (pretty much no info on the net), through some testing, we were able to ascertain that the problem was being caused by permissions and restrictions, more than likely because of the server being a domain controller. The test results concluded that if the end user was an 'administrator', the 'Connect To' feature worked perfectly in Terminal Services Manager, which gave us a flash back of the 'Windows 2000, Log on Locally' privilege. Of course, ever since Windows 2003, there's been the introduction of the 'Remote Desktop Users' group, that by default, is not granted the 'Log on Locally' privilege (although it allows you to connect to the server with a TS client). As soon as we granted the 'Remote Desktop User's group the 'log on locally' privilege in the Default Domain Controller's Group Policy object...BAM!...everything was working with 'as expected' functionality.</p>

<p>Thanks to Avi for the write up :)</p>]]></description>
            <link>http://www.brainlitter.com/archives/2008/08/1326-errors-try.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/08/1326-errors-try.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">I Get Asked &apos;This&apos; A Lot...</category>
            
            
            <pubDate>Fri, 01 Aug 2008 00:06:29 -0800</pubDate>
        </item>
        
        <item>
            <title>Need to traceroute from somewhere else, to validate your routes?</title>
            <description><![CDATA[<p>So, this was nice of this guy, and handy.  If you ever need to validate an IP route from somewhere other than where you are sitting (perhaps to ensure it 'isn't just you'), this guy gives a web interface to try the route from where his machine is sitting.</p>

<p>Cool.</p>

<p><a href="http://www.bdhtechnology.com/tools/traceroute.php">http://www.bdhtechnology.com/tools/traceroute.php</a></p>

<p>And thanks to my buddy Karl, here's another:</p>

<p><a href="http://www.net.berkeley.edu/cgi-bin/traceroute">http://www.net.berkeley.edu/cgi-bin/traceroute</a></p>

<p>So then I figured I'd google for more - and sure enough, there are tonnes :)</p>

<p><a href="http://www.traceroute.org">http://www.traceroute.org</a></p>]]></description>
            <link>http://www.brainlitter.com/archives/2008/07/need-to-tracero.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/07/need-to-tracero.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">I Get Asked &apos;This&apos; A Lot...</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Links</category>
            
            
            <pubDate>Thu, 24 Jul 2008 22:02:35 -0800</pubDate>
        </item>
        
        <item>
            <title>CMS Matrix</title>
            <description><![CDATA[<p>Cool, someone is maintaining a list of CMS sites and features.</p>

<p><a href="http://www.cmsmatrix.org/">http://www.cmsmatrix.org/</a><br />
</p>]]></description>
            <link>http://www.brainlitter.com/archives/2008/07/cms-matrix.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/07/cms-matrix.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Links</category>
            
            
            <pubDate>Thu, 24 Jul 2008 21:36:30 -0800</pubDate>
        </item>
        
        <item>
            <title>Information regarding Microsoft Windows and 3rd party VM technology</title>
            <description><![CDATA[<p>Thanks to Dave Webb for digging this up for me. I'm posting it, as I end up having to refer to it on occasion...</p>

<p>Microsoft allows you to use the same VM licensing with any VM platform, even bare metal VM platforms like ESX. The same licensing that applies to the MS VM's applies to all VM technology.<br />
 <br />
<ul><br />
	<li>Windows 2003 Standard - 1 instance VM or Physical</li><br />
	<li>Windows 2008 Standard - 1 Physical + Virtual </li><br />
	<li>Windows Server Enterprise 2003-2008 - 1 Physical + 4 VM</li><br />
	<li>Windows Datacenter 2003 -2008 - 1 Physical Unlimited VM</li><br />
</ul><br />
 <br />
Here is an article in PC World Magazine that explains:<br />
 <br />
<ul><br />
	<li><a href="http://www.pcworld.com/article/132838-1/microsoft_clarifies_virtualization_licensing.html">http://www.pcworld.com/article/132838-1/microsoft_clarifies_virtualization_licensing.html</a></li><br />
</ul> <br />
 <br />
Here is the actual Calculator from Microsoft to calculate how many licenses you need to buy for virtualization. It allows you to choose MS Virtualization technologies or 3rd party (VMWARE ESX) products in the wizard. <br />
 <br />
This is fairly definitive.<br />
 <br />
<ul><br />
	<li><a href="http://www.microsoft.com/windowsserver2003/howtobuy/licensing/calculator.mspx">http://www.microsoft.com/windowsserver2003/howtobuy/licensing/calculator.mspx</a></li><br />
</ul></p>]]></description>
            <link>http://www.brainlitter.com/archives/2008/07/information-reg.htm</link>
            <guid>http://www.brainlitter.com/archives/2008/07/information-reg.htm</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Links</category>
            
            
            <pubDate>Mon, 14 Jul 2008 22:06:15 -0800</pubDate>
        </item>
        
    </channel>
</rss>
