<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>stop collaborate and listen</title>
	<atom:link href="http://vspug.com/stopcollaborateandlisten/feed/" rel="self" type="application/rss+xml" />
	<link>http://vspug.com/stopcollaborateandlisten</link>
	<description>Just another VSPUG - Virtual SharePoint User Group weblog</description>
	<lastBuildDate>Fri, 31 Jul 2009 12:29:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SharePoint Search &#8211; What does &#8220;Indexing Performance&#8221; mean?</title>
		<link>http://vspug.com/stopcollaborateandlisten/2009/07/31/sharepoint-search-what-does-indexing-performance-mean/</link>
		<comments>http://vspug.com/stopcollaborateandlisten/2009/07/31/sharepoint-search-what-does-indexing-performance-mean/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 12:29:00 +0000</pubDate>
		<dc:creator>shorttom</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[When on client sites, i often get asked &#8220;What do the Indexing Performance settings actually mean?&#8221;
They are relating to the Office SharePoint Server Search service setting for the server running the Index role.
For those that don&#8217;t know, this is access via Central Admin &#62;Operations &#62; Services on Server.&#160; Select the Server doing the Indexing and [...]]]></description>
			<content:encoded><![CDATA[<p>When on client sites, i often get asked &ldquo;What do the Indexing Performance settings actually mean?&rdquo;</p>
<p>They are relating to the Office SharePoint Server Search service setting for the server running the Index role.</p>
<p>For those that don&rsquo;t know, this is access via Central Admin &gt;Operations &gt; Services on Server.&nbsp; Select the Server doing the Indexing and select the Office SharePoint Server Search service.</p>
<p><img src="http://i8.photobucket.com/albums/a29/thomasshort/search-index-perf.jpg" alt="  " /></p>
<p>The Indexer Performance setting affects the number of threads for Server running the Office SharePoint Server Search service in Indexing mode uses when crawling content.</p>
<p>Taken from <a href="http://technet.microsoft.com/en-us/library/cc788931.aspx" title="Change the Indexer Performance setting (Office SharePoint Server 2007)">TechNet</a>, the following Table shows a&nbsp; what the indexer values actually mean.</p>
<table width="660" cellpadding="0" cellspacing="0" border="1">
<tbody>
<tr>
<td width="205" valign="top">
<p><b>Indexer Performance setting</b></p>
</td>
<td width="241" valign="top">
<p><b>Total threads available for crawling</b></p>
</td>
<td width="212" valign="top">
<p><b>Maximum threads available for crawling any particular host</b></p>
</td>
</tr>
<tr>
<td width="205" valign="top">
<p>Reduced</p>
</td>
<td width="241" valign="top">
<p>Number of processors on the index server</p>
</td>
<td width="212" valign="top">
<p>Number of processors on the index server</p>
</td>
</tr>
<tr>
<td width="205" valign="top">
<p>Partially reduced</p>
</td>
<td width="241" valign="top">
<p>4 times the number of processors on the index server</p>
</td>
<td width="212" valign="top">
<p>Number of processors on the index server plus 4</p>
</td>
</tr>
<tr>
<td width="205" valign="top">
<p>Maximum</p>
</td>
<td width="241" valign="top">
<p>16 times the number of processors on the index server</p>
</td>
<td width="212" valign="top">
<p>Number of processors on the index server plus 4</p>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>Note -&nbsp; Crawler impact rules override the Indexer Performance setting, so you can throttle te search more if you want.</p>
<p>The setting you choose depends very much on your circumstances. Things like:</p>
<ul>
<li>Server farm deployment (Single Server, </li>
<li>Server hardware Spec (specifically of your Index server) </li>
<li>Use of SharePoint (Collaboration, Content Browsing, etc.)</li>
</ul>
<p>I have always took the stance of if you have a dedicated Index server, use it for that, so set it to Maximum.&nbsp; Single server deployments of MOSS, are more tricky.&nbsp; I would recommend Reduced, maybe Partially Reduced dependent on the use of your SharePoint server, e.g.&nbsp; Heavy Collaboration &ndash; Reduced, Medium Content Browsing -Partially reduced.</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/stopcollaborateandlisten/2009/07/31/sharepoint-search-what-does-indexing-performance-mean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Search &#8211; Not returning results for Email messages (.msg)</title>
		<link>http://vspug.com/stopcollaborateandlisten/2009/07/30/sharepoint-search-not-returning-results-for-email-messages-msg/</link>
		<comments>http://vspug.com/stopcollaborateandlisten/2009/07/30/sharepoint-search-not-returning-results-for-email-messages-msg/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 12:51:00 +0000</pubDate>
		<dc:creator>shorttom</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Had an issue on regarding searching on the contents on email messages (file extension .msg).&#160;
Issue
When doing searches on known search terms they were getting varied results. Results were only returned on the contents of the beginning of some emails as if the Indexer was only indexing the first 50/60 words of .msg files.&#160; Results wouldn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Had an issue on regarding searching on the contents on email messages (file extension .msg).&nbsp;</p>
<p><span style="text-decoration:underline;"><strong>Issue</strong></span></p>
<p>When doing searches on known search terms they were getting varied results. Results were only returned on the contents of the beginning of some emails as if the Indexer was only indexing the first 50/60 words of .msg files.&nbsp; Results wouldn&rsquo;t appear for short search terms (less than 15-20 characters). Some .msg files wouldn&rsquo;t even be indexed.&nbsp; Was no definitive reason why a certain email wasn&rsquo;t indexed, had the same search issues with Plain text and HTML formatted emails.</p>
<p><span style="text-decoration:underline;"><strong>Reason</strong></span></p>
<p>Looks like its an issue with the <strong>Office SharePoint Search Service</strong> Indexer being unable to open the .msg file to index the contents as the .msg Ifilter is not activated by default.&nbsp; This is strange because <strong>MOSS 2007 &amp; WSS V3</strong> should support the indexing and searching on .msg files by out of the box.</p>
<p><span style="text-decoration:underline;"><strong>Solution</strong></span></p>
<p>Make a Registry change on the Index server.</p>
<p>Navigate to <strong>HKEY_LOCAL_MACHINESOFTWAREMicrosoftOffice Server12.0SearchSetupFilters</strong></p>
<p>Add a new &ldquo;<strong>.msg</strong>&rdquo; Key</p>
<p>Add the following key values</p>
<table width="477" cellpadding="2" cellspacing="0" border="0">
<tbody>
<tr>
<td width="137" valign="top"><strong>Name</strong></td>
<td width="131" valign="top"><strong>Type</strong></td>
<td width="207" valign="top"><strong>value</strong></td>
</tr>
<tr>
<td width="139" valign="top">Extension</td>
<td width="130" valign="top">String</td>
<td width="207" valign="top">msg</td>
</tr>
<tr>
<td width="140" valign="top">FileTypeBucket</td>
<td width="130" valign="top">DWORD</td>
<td width="206" valign="top">1</td>
</tr>
<tr>
<td width="141" valign="top">MimeTypes</td>
<td width="130" valign="top">String</td>
<td width="206" valign="top">application/vnd.ms-outlook</td>
</tr>
</tbody>
</table>
<p>&nbsp; </p>
<p><img src="http://i8.photobucket.com/albums/a29/thomasshort/msgindexingfix.jpg" alt="  " /> </p>
<p>Reboot the server to confirm the registry change.&nbsp; Restarting the <strong>Office SharePoint Search Service</strong> from the Services console also did the job.</p>
<p><strong><span style="text-decoration:underline;">Result</span></strong></p>
<p>Following this we saw the search results we would expect to see for the whole contents of emails.</p>
<p>Thanks to Gavin Adams for the information <a href="http://blog.gavin-adams.com/2007/10/09/enabling-the-inbuilt-msg-ifilter-on-sharepoint-even-64bit/">http://blog.gavin-adams.com/2007/10/09/enabling-the-inbuilt-msg-ifilter-on-sharepoint-even-64bit/</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/stopcollaborateandlisten/2009/07/30/sharepoint-search-not-returning-results-for-email-messages-msg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect Page Content type Error &#8211; It don&#039;t like spaces</title>
		<link>http://vspug.com/stopcollaborateandlisten/2009/04/30/redirect-page-content-type-error-it-don-t-like-spaces/</link>
		<comments>http://vspug.com/stopcollaborateandlisten/2009/04/30/redirect-page-content-type-error-it-don-t-like-spaces/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 15:01:00 +0000</pubDate>
		<dc:creator>shorttom</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Recently I&#160;had an interesting error issue with my companies MOSS 2007 intranet.
My marketing department were trying to create a page to redirect to a PDF newsletter.&#160; The answer was the OOTB Redirect Page.&#160; Now this worked fine for all users with edit permissions, the redirect page came up for 5 seconds and then loaded the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&nbsp;had an interesting error issue with my companies MOSS 2007 intranet.</p>
<p>My marketing department were trying to create a page to redirect to a PDF newsletter.&nbsp; The answer was the OOTB Redirect Page.&nbsp; Now this worked fine for all users with edit permissions, the redirect page came up for 5 seconds and then loaded the PDF file in the browser (as configure in Adobe Reader) as expected.&nbsp; Now all the other users who had read permissions tried to open the redirect page straight away they were displayed with a nice &quot;page cannot be found&quot; error message.</p>
<p>The redirect URL was set the <a href="http://intranet/marketingsite/Documents/Internal%20newsletters/Newsletter%20April%202009.pdf">http://intranet/marketingsite/Documents/Internal%20newsletters/Newsletter%20April%202009.pdf</a></p>
<p>After some investigation&nbsp;I worked out that the Redirect page content type does not like spaces(%20 in HTML encoding)&nbsp;in the file name or url.</p>
<p>Therefore I changed the PDF filename and Folder&nbsp;name to replacing the spaces with underscores ( _ ).&nbsp; Therefore the new url was</p>
<p><a href="http://intranet/marketing/Internal_newsletters/Newsletter_April_2009.pdf">http://intranet/marketing/Internal_newsletters/Newsletter_April_2009.pdf</a></p>
<p>Problem solved</p>
<p>Remember, always test with the redirect page with a&nbsp;user account with read only&nbsp;permissions.</p>
<p>Sorry for the lack of posts recently, been off with my knee operation and updating my Twitter more recently as its just quicker, please follow me at <a href="http://twitter.com/shorttom">http://twitter.com/shorttom</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/stopcollaborateandlisten/2009/04/30/redirect-page-content-type-error-it-don-t-like-spaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Backup &#8211; Network File Share Permissions</title>
		<link>http://vspug.com/stopcollaborateandlisten/2008/11/12/Sharepoint-Backup---Network-File-Share-Permissions/</link>
		<comments>http://vspug.com/stopcollaborateandlisten/2008/11/12/Sharepoint-Backup---Network-File-Share-Permissions/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 20:00:00 +0000</pubDate>
		<dc:creator>shorttom</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[When configuring the backups for you MOSS or WSS&#160;deployment, you need to provide it with a UNC path of a Network File Share with the correct permissions.&#160; When using either the Web Based backup or STSADM command line script,&#160;you need to configure the Network file share with the following Share and NTFS permissions: 
&#160;



&#160;
UserGroup
Permission


Share Permissions
Everyone
Change


NTFS [...]]]></description>
			<content:encoded><![CDATA[<p><span style="FONT-FAMILY:&#39;Segoe UI&#39;,&#39;sans-serif&#39;;"><font>When configuring the backups for you MOSS or WSS&nbsp;deployment, you need to provide it with a UNC path of a Network File Share with the correct permissions.<span style="">&nbsp; </span>When using either the Web Based backup or STSADM command line script,&nbsp;you need to configure the Network file share with the following Share and NTFS permissions:</font></span> </p>
<div align="center">&nbsp;</div>
<div align="center">
<table style="BORDER-COLLAPSE:collapse;mso-yfti-tbllook:1184;mso-padding-alt:0cm 0cm 0cm 0cm;" class="MsoNormalTable" cellspacing="0" cellpadding="0" class="MsoNormalTable">
<tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;">
<td style="BORDER-BOTTOM:black 1pt solid;BORDER-LEFT:black 1pt solid;PADDING-BOTTOM:0cm;BACKGROUND-COLOR:transparent;PADDING-LEFT:5.4pt;WIDTH:94.25pt;PADDING-RIGHT:5.4pt;BORDER-TOP:black 1pt solid;BORDER-RIGHT:black 1pt solid;PADDING-TOP:0cm;"><b><span style="FONT-FAMILY:&#39;Segoe UI&#39;,&#39;sans-serif&#39;;"><font>&nbsp;</font></span></b></td>
<td style="BORDER-BOTTOM:black 1pt solid;BORDER-LEFT:#f0f0f0;PADDING-BOTTOM:0cm;BACKGROUND-COLOR:transparent;PADDING-LEFT:5.4pt;WIDTH:109.05pt;PADDING-RIGHT:5.4pt;BORDER-TOP:black 1pt solid;BORDER-RIGHT:black 1pt solid;PADDING-TOP:0cm;"><b><span style="FONT-FAMILY:&#39;Segoe UI&#39;,&#39;sans-serif&#39;;"><font>UserGroup</font></span></b></td>
<td style="BORDER-BOTTOM:black 1pt solid;BORDER-LEFT:#f0f0f0;PADDING-BOTTOM:0cm;BACKGROUND-COLOR:transparent;PADDING-LEFT:5.4pt;WIDTH:61.8pt;PADDING-RIGHT:5.4pt;BORDER-TOP:black 1pt solid;BORDER-RIGHT:black 1pt solid;PADDING-TOP:0cm;"><b><span style="FONT-FAMILY:&#39;Segoe UI&#39;,&#39;sans-serif&#39;;"><font>Permission</font></span></b></td>
</tr>
<tr style="mso-yfti-irow:1;">
<td style="BORDER-BOTTOM:black 1pt solid;BORDER-LEFT:black 1pt solid;PADDING-BOTTOM:0cm;BACKGROUND-COLOR:transparent;PADDING-LEFT:5.4pt;WIDTH:94.25pt;PADDING-RIGHT:5.4pt;BORDER-TOP:#f0f0f0;BORDER-RIGHT:black 1pt solid;PADDING-TOP:0cm;"><b><span style="FONT-FAMILY:&#39;Segoe UI&#39;,&#39;sans-serif&#39;;"><font>Share Permissions</font></span></b></td>
<td style="BORDER-BOTTOM:black 1pt solid;BORDER-LEFT:#f0f0f0;PADDING-BOTTOM:0cm;BACKGROUND-COLOR:transparent;PADDING-LEFT:5.4pt;WIDTH:109.05pt;PADDING-RIGHT:5.4pt;BORDER-TOP:#f0f0f0;BORDER-RIGHT:black 1pt solid;PADDING-TOP:0cm;"><span style="FONT-FAMILY:&#39;Segoe UI&#39;,&#39;sans-serif&#39;;"><font>Everyone</font></span></td>
<td style="BORDER-BOTTOM:black 1pt solid;BORDER-LEFT:#f0f0f0;PADDING-BOTTOM:0cm;BACKGROUND-COLOR:transparent;PADDING-LEFT:5.4pt;WIDTH:61.8pt;PADDING-RIGHT:5.4pt;BORDER-TOP:#f0f0f0;BORDER-RIGHT:black 1pt solid;PADDING-TOP:0cm;"><span style="FONT-FAMILY:&#39;Segoe UI&#39;,&#39;sans-serif&#39;;"><font>Change</font></span></td>
</tr>
<tr style="mso-yfti-irow:2;mso-yfti-lastrow:yes;">
<td style="BORDER-BOTTOM:black 1pt solid;BORDER-LEFT:black 1pt solid;PADDING-BOTTOM:0cm;BACKGROUND-COLOR:transparent;PADDING-LEFT:5.4pt;WIDTH:94.25pt;PADDING-RIGHT:5.4pt;BORDER-TOP:#f0f0f0;BORDER-RIGHT:black 1pt solid;PADDING-TOP:0cm;"><b><span style="FONT-FAMILY:&#39;Segoe UI&#39;,&#39;sans-serif&#39;;"><font>NTFS Permissions</font></span></b></td>
<td style="BORDER-BOTTOM:black 1pt solid;BORDER-LEFT:#f0f0f0;PADDING-BOTTOM:0cm;BACKGROUND-COLOR:transparent;PADDING-LEFT:5.4pt;WIDTH:109.05pt;PADDING-RIGHT:5.4pt;BORDER-TOP:#f0f0f0;BORDER-RIGHT:black 1pt solid;PADDING-TOP:0cm;"><span style="FONT-FAMILY:&#39;Segoe UI&#39;,&#39;sans-serif&#39;;"><font>DomainMOSS Farm Account</font></span></td>
<td style="BORDER-BOTTOM:black 1pt solid;BORDER-LEFT:#f0f0f0;PADDING-BOTTOM:0cm;BACKGROUND-COLOR:transparent;PADDING-LEFT:5.4pt;WIDTH:61.8pt;PADDING-RIGHT:5.4pt;BORDER-TOP:#f0f0f0;BORDER-RIGHT:black 1pt solid;PADDING-TOP:0cm;"><span style="FONT-FAMILY:&#39;Segoe UI&#39;,&#39;sans-serif&#39;;"><font>Modify</font></span></td>
</tr>
</table>
</div>
<div align="center">&nbsp;</div>
<p><span style="FONT-FAMILY:&#39;Segoe UI&#39;,&#39;sans-serif&#39;;"><font>&nbsp;</font></span><span style="FONT-FAMILY:&#39;Segoe UI&#39;,&#39;sans-serif&#39;;"><font>I know you are granting &#8220;Everyone&#8221; change permissions but they will be denied the ability to change anything by the fact they have no NTFS permissions.</font></span></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/stopcollaborateandlisten/2008/11/12/Sharepoint-Backup---Network-File-Share-Permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot start the WSS Search Service &amp; Office SharePoint Search not working &#8211; Same SQL &amp; WSSMOSS Server</title>
		<link>http://vspug.com/stopcollaborateandlisten/2008/11/11/cannot-start-the-wss-search-service-amp-office-sharepoint-search-not-working-same-sql-amp-wss-moss-server/</link>
		<comments>http://vspug.com/stopcollaborateandlisten/2008/11/11/cannot-start-the-wss-search-service-amp-office-sharepoint-search-not-working-same-sql-amp-wss-moss-server/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 12:12:00 +0000</pubDate>
		<dc:creator>shorttom</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Cannot start the WSS Search Service &#38; Office SharePoint Search not working &#8211; Same SQL &#38; WSSMOSS Server
&#160;
Problem
Running SQL and MOSS on the same server, I was unable to start the WSS Search Service and the Office SharePoint Search service was showing errors in the SSP Site.&#160; I had the following errors in my Event [...]]]></description>
			<content:encoded><![CDATA[<p style="LINE-HEIGHT:normal;MARGIN-BOTTOM:0pt;"><span style="FONT-FAMILY:&#39;Segoe UI&#39;,sans-serif;">Cannot start the WSS Search Service &amp; Office SharePoint Search not working &#8211; Same SQL &amp; WSSMOSS Server</span></p>
<p style="LINE-HEIGHT:normal;MARGIN-BOTTOM:0pt;"><span style="FONT-FAMILY:&#39;Segoe UI&#39;,sans-serif;"></span>&nbsp;</p>
<p style="LINE-HEIGHT:normal;MARGIN-BOTTOM:0pt;"><b><u><span style="FONT-FAMILY:&#39;Segoe UI&#39;,sans-serif;">Problem</span></u></b></p>
<p style="LINE-HEIGHT:normal;MARGIN-BOTTOM:0pt;"><span style="FONT-FAMILY:&#39;Segoe UI&#39;,sans-serif;">Running SQL and MOSS on the same server, I was unable to start the WSS Search Service and the Office SharePoint Search service was showing errors in the SSP Site.&nbsp; I had the following errors in my Event viewer:</span></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;"></span></i>&nbsp;</p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">Event Type:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Error</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">Event Source:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Windows SharePoint Services 3 Search</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">Event Category:&nbsp;&nbsp; Gatherer </span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">Event ID:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10034</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">Description: Could not access the Search service configuration database.</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">Context: Application &#39;8f7d4cbe-8cb1-4d32-b406-1737af554479&#39;</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">Details:The filename or extension is too long.&nbsp;&nbsp; (0&#215;800700ce)</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">&nbsp;&nbsp;</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">Event Type:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Error</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">Event Source:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Office SharePoint Server</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">Event Category:&nbsp;&nbsp; Office Server Shared Services </span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">Event ID:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6482</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">Description:Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (9d344ee4-eacc-4460-8dc6-bb66bd5ab982).</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">Reason: The path is not of a legal form.</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">Techinal Support Details:</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">System.ArgumentException: The path is not of a legal form.</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">&nbsp;&nbsp; at Microsoft.Office.Server.Search.Administration.SearchApi.RunOnServer[T](CodeToRun`1 remoteCode, CodeToRun`1 localCode, Boolean useCurrentSecurityContext, Int32 versionIn)</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">&nbsp;&nbsp; at Microsoft.Office.Server.Search.Administration.SearchApi.AddApp(Role role)</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">&nbsp;&nbsp; at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.InstallGathererApplicationIf()</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">&nbsp;&nbsp; at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()</span></i></p>
<p><i><span style="LINE-HEIGHT:115%;FONT-FAMILY:&#39;Arial&#39;,&#39;sans-serif&#39;;FONT-SIZE:9pt;">&nbsp;&nbsp; at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)</span></i></p>
<p style="LINE-HEIGHT:normal;MARGIN-BOTTOM:0pt;"><b><u><span style="FONT-FAMILY:&#39;Segoe UI&#39;,sans-serif;TEXT-DECORATION:none;"></span></u></b>&nbsp;</p>
<p style="LINE-HEIGHT:normal;MARGIN-BOTTOM:0pt;"><b><u><span style="FONT-FAMILY:&#39;Segoe UI&#39;,sans-serif;">Reason</span></u></b></p>
<p style="LINE-HEIGHT:normal;MARGIN-BOTTOM:0pt;"><span style="FONT-FAMILY:&#39;Segoe UI&#39;,sans-serif;">If you are running SQL and WSS/MOSS on the same server you will need to specify the Database Server, in the SharePoint Configuration Wizard as the NetBIOS name (Server01) and not the FQDN (Server01.Domain.com).&nbsp; Seems to be a bug in SharePoint as I always use the FQDN wherever possible</span></p>
<p style="LINE-HEIGHT:normal;MARGIN-BOTTOM:0pt;"><span style="FONT-FAMILY:&#39;Segoe UI&#39;,sans-serif;"></span>&nbsp;</p>
<p style="LINE-HEIGHT:normal;MARGIN-BOTTOM:0pt;"><b><u><span style="FONT-FAMILY:&#39;Segoe UI&#39;,sans-serif;">Solution</span></u></b></p>
<p style="LINE-HEIGHT:normal;MARGIN-BOTTOM:0pt;"><span style="FONT-FAMILY:&#39;Segoe UI&#39;,sans-serif;">Disconnect from the SharePoint Farm (by running the SharePoint Configuration Wizard) and reconnect, this time using the NetBIOS name for the DB server.&nbsp; You will need to set the Indexer for any SSP&#39;s you have created and restart some of the Services on the SharePoint Server but you should get back up and running.</span></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/stopcollaborateandlisten/2008/11/11/cannot-start-the-wss-search-service-amp-office-sharepoint-search-not-working-same-sql-amp-wss-moss-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visio Shapes for MOSS 2007 &amp; WSS V3</title>
		<link>http://vspug.com/stopcollaborateandlisten/2008/02/11/visio-shapes-for-moss-2007-amp-wss-v3/</link>
		<comments>http://vspug.com/stopcollaborateandlisten/2008/02/11/visio-shapes-for-moss-2007-amp-wss-v3/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 14:19:00 +0000</pubDate>
		<dc:creator>shorttom</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[As I spend a large amount of time producing wonderfully artistic Network Diagrams and SharePoint Server Farm Configurations with Visio, I decided to produce the following set of Visio Shapes.&#160; 
Please feel free to download them
&#160;
Download Link
]]></description>
			<content:encoded><![CDATA[<p><font face="Tahoma">As I spend a large amount of time producing wonderfully artistic Network Diagrams and SharePoint Server Farm Configurations with Visio, I decided to produce the following set of Visio Shapes.&nbsp; </font></p>
<p><font face="Tahoma">Please feel free to download them</font></p>
<p><font face="Tahoma">&nbsp;<a href="http://cid-71fb9faad34ac4e1.skydrive.live.com/self.aspx/Public/MOSS%20Servers.vss" target="_blank"><img alt="Photobucket" src="http://i8.photobucket.com/albums/a29/thomasshort/MOSSServers.png" border="0" /></a></font></p>
<p><font face="Tahoma"><a href="http://cid-71fb9faad34ac4e1.skydrive.live.com/self.aspx/Public/MOSS%20Servers.vss">Download Link</a></font></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/stopcollaborateandlisten/2008/02/11/visio-shapes-for-moss-2007-amp-wss-v3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WOOHOO!! Passed WSS Exam 70-631</title>
		<link>http://vspug.com/stopcollaborateandlisten/2008/01/24/woohoo-passed-wss-exam-70-631/</link>
		<comments>http://vspug.com/stopcollaborateandlisten/2008/01/24/woohoo-passed-wss-exam-70-631/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 11:36:00 +0000</pubDate>
		<dc:creator>shorttom</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Just sat and Passed the WSS Exam 70-631.
Passed it using Micosoft eLearning material and the useful offline player.
Now&#160;I am a MCTS, Happy Days

&#160;
Now onto the MOSS Exam 70-630
]]></description>
			<content:encoded><![CDATA[<p>Just sat and Passed the WSS Exam 70-631.</p>
<p>Passed it using <a href="https://www.microsoftelearning.com/">Micosoft eLearning</a> material and the useful offline player.</p>
<p>Now&nbsp;I am a MCTS, Happy Days</p>
<p><img style="WIDTH:100px;HEIGHT:75px;" height="75" src="http://www.chrisrue.com/funcave/graphics/mcts_thumb.jpg" width="100" align="absMiddle" alt="  " /></p>
<p>&nbsp;</p>
<p>Now onto the MOSS Exam 70-630</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/stopcollaborateandlisten/2008/01/24/woohoo-passed-wss-exam-70-631/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#039;m Back Baby!!!</title>
		<link>http://vspug.com/stopcollaborateandlisten/2008/01/15/i-m-back-baby/</link>
		<comments>http://vspug.com/stopcollaborateandlisten/2008/01/15/i-m-back-baby/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 14:31:00 +0000</pubDate>
		<dc:creator>shorttom</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello,
Finally recoverd my Blog following the SharePoinBlogs disaster of 2007 and my extended annual leave.
New Years Resolution &#8211; Share more information
&#160;Cheers Tom
]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>Finally recoverd my Blog following the SharePoinBlogs disaster of 2007 and my extended annual leave.</p>
<p>New Years Resolution &#8211; Share more information</p>
<p>&nbsp;Cheers Tom</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/stopcollaborateandlisten/2008/01/15/i-m-back-baby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Delete the Default SSP</title>
		<link>http://vspug.com/stopcollaborateandlisten/2007/04/03/How-to-Delete-the-default-ssp/</link>
		<comments>http://vspug.com/stopcollaborateandlisten/2007/04/03/How-to-Delete-the-default-ssp/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 09:17:00 +0000</pubDate>
		<dc:creator>shorttom</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Having been on a few customer sites and needed to remove the default SSP due to an error on the initial configuration,&#160;I found 
http://laurataverner.blogspot.com/2007/01/deleting-default-ssp.html 
&#160;Very helpful
]]></description>
			<content:encoded><![CDATA[<p>Having been on a few customer sites and needed to remove the default SSP due to an error on the initial configuration,&nbsp;I found </p>
<p><a href="http://laurataverner.blogspot.com/2007/01/deleting-default-ssp.html"><font color="#890b00">http://laurataverner.blogspot.com/2007/01/deleting-default-ssp.html</font></a> </p>
<p>&nbsp;Very helpful</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/stopcollaborateandlisten/2007/04/03/How-to-Delete-the-default-ssp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating &amp; Attaching Content DB&#039;s &#8211; the Lazy Man&#039;s Way</title>
		<link>http://vspug.com/stopcollaborateandlisten/2007/03/16/creating-amp-attaching-content-db-s-the-lazy-man-s-way/</link>
		<comments>http://vspug.com/stopcollaborateandlisten/2007/03/16/creating-amp-attaching-content-db-s-the-lazy-man-s-way/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 09:15:00 +0000</pubDate>
		<dc:creator>shorttom</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[A very useful article on how to create and attach content databases to your MOSS web application with minimal effort. 
From my esteemed colleague Matt Groves blog, Nuff respect 
]]></description>
			<content:encoded><![CDATA[<p>A very <a href="/mattg/pages/attaching-content-db-s-in-moss-wss3.aspx" target="_blank"><u><font color="#810081">useful article</font></u></a> on how to create and attach content databases to your MOSS web application with minimal effort. </p>
<p>From my esteemed colleague <a href="/mattg/"><u><font color="#810081">Matt Groves</font></u></a> blog, Nuff respect </p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/stopcollaborateandlisten/2007/03/16/creating-amp-attaching-content-db-s-the-lazy-man-s-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
