<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The SharePoint Farmer's Almanac : Error Messages, How Do I</title><link>http://msmvps.com/blogs/shane/archive/tags/Error+Messages/How+Do+I/default.aspx</link><description>Tags: Error Messages, How Do I</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Fixing MOSS Search </title><link>http://msmvps.com/blogs/shane/archive/2009/04/13/fixing-moss-search.aspx</link><pubDate>Mon, 13 Apr 2009 14:56:13 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1687185</guid><dc:creator>Shane</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/shane/rsscomments.aspx?PostID=1687185</wfw:commentRss><comments>http://msmvps.com/blogs/shane/archive/2009/04/13/fixing-moss-search.aspx#comments</comments><description>&lt;p&gt;Had a client today (last week now) who broke search all the way.  And in their attempts to straighten it out they changed some pieces that weren&amp;#39;t broken. Then while they were in the process of trying to put it all back together I called and said let me at it so they just stopped. Needless to say I picked up the farm in an odd state or more exactly Search was dead.
&lt;/p&gt;&lt;p&gt;So the first step always when Search is broke is to go to the SSP Admin and check out things.  
&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Open the SSP Administration page
&lt;/li&gt;&lt;li&gt;Click on Search Administration and see what it has to say. (if you don&amp;#39;t see Search Administration this means you have not installed the infrastructure update. I would highly recommend at a minimum you have that installed. Get the latest update install guide &lt;a href="http://msmvps.com/blogs/shane/archive/2009/03/11/install-guide-february-cumulative-updates-for-sharepoint.aspx"&gt;here&lt;/a&gt;)
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;When I opened the page I saw a Crawl status of Error.  That is about worthless.
&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.sharepoint911.com/blog%20images/041309_1456_FixingMOSSS1.png" alt="" /&gt;
	&lt;/p&gt;&lt;p&gt;That is pretty much as generic as they come. You get the same Error when the server is on fire as you do when there is small hiccup.  So a much better thing to do is:
&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Go back to the SSP administration page
&lt;/li&gt;&lt;li&gt;Click on Search Settings (which is what we used pre infrastructure update)
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;This page does a much better job of giving you tangible errors. Here is what I got:
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;Error: An indexer is not assigned to the Shared Services Provider &amp;#39;SharedServices1&amp;#39;.&lt;br /&gt;&lt;br /&gt;Link to: Configure an indexer and a search database for this Shared Services Provider 
&lt;/p&gt;&lt;p&gt;Well that is fixable but how did they end up like this? They stopped the Indexing service in the farm by:
&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Go to Central Admin
&lt;/li&gt;&lt;li&gt;Click on Operations
&lt;/li&gt;&lt;li&gt;Click Services on Server
&lt;/li&gt;&lt;li&gt;They choose their Index server
&lt;/li&gt;&lt;li&gt;Then clicked Stop to the right of Office SharePoint Search Service
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;This doesn&amp;#39;t just stop the service. This actually removes the service completely.  This also removes the Index server from any SSP configured to use it. Now if you did want to just start and stop the service there is a way to do this:
&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Open a command prompt
&lt;/li&gt;&lt;li&gt;Type net stop osearch and press enter
&lt;/li&gt;&lt;li&gt;Type net start osearch and press enter
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;img src="http://www.sharepoint911.com/blog%20images/041309_1456_FixingMOSSS2.png" alt="" /&gt;
	&lt;/p&gt;&lt;p&gt;This will cycle the search service. Usually the only time you need to do something like this is after installing a new ifilter but sometimes it makes you feel better to give it a shot and see if that helps your problem. I do it more often than I should just for that reason.
&lt;/p&gt;&lt;p&gt;Back to the task at hand clearing up that error!  I double checked and they had already reconfigured the Office SharePoint Search Service on the Index server so all I need to do is go back to the Index server and re-associate the indexer.
&lt;/p&gt;&lt;ol&gt;&lt;li&gt;From Central Administration click on Shared Services Administration from the left hand side of the page.
&lt;/li&gt;&lt;li&gt;Hover over the SSP name, click the drop down arrow and click Edit properties
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;img src="http://www.sharepoint911.com/blog%20images/041309_1456_FixingMOSSS3.png" alt="" /&gt;
	&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Scroll to the bottom of the page and select your Index server from the Index Server dropdown. If you see No Indexers in red you need to go back to your Services on Server and make sure you have the Office SharePoint Search service started and configured for the Index role.
&lt;/li&gt;&lt;li&gt;Confirm that you have the correct index location. Usually the C: drive is less than ideal.
&lt;/li&gt;&lt;li&gt;Click Ok
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;The SSP is now configured with an Indexer. Let&amp;#39;s go make sure Search is happy.
&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Now click on the Shared Services Provider name to open the SSP admin site.
&lt;/li&gt;&lt;li&gt;Click Search Settings
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Don&amp;#39;t be surprised if you get this error:
&lt;/p&gt;&lt;p&gt;Error: The search service is currently offline. Visit the Services on Server page in SharePoint Central Administration to verify whether the service is enabled. This might also be because an indexer move is in progress.
&lt;/p&gt;&lt;p&gt;Typically this is because the wheels of Search can move slowly. I have seen this error come up for 10 minutes or so in some farms. What Search is really telling you is it is busy getting the index and the database ready to go so you can start indexing. Be patient grass hopper.  At the client this was gone after about 2 minutes.
&lt;/p&gt;&lt;p&gt;Once I was able to get to a happy Search Settings page I went ahead and reset the Index back to zero. Not always necessary but they had 33,000 items in the index and 140,000 or errors. I thought better to start everything back to 0.
&lt;/p&gt;&lt;p&gt;In order to reset the Index.
&lt;/p&gt;&lt;ol&gt;&lt;li&gt;From the SSP admin screen click Search Administration
&lt;/li&gt;&lt;li&gt;From the left hand column (quick launch for those who know terminology) click Reset all crawled content
&lt;/li&gt;&lt;li&gt;Select Deactivate search alerts during reset
&lt;/li&gt;&lt;li&gt;Click Reset now
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Now you have a completely blank index. Why did we choose to deactivate search alerts?  This is to keep from annoying the users. We don&amp;#39;t want them all to get new alerts when new content is discovered when we recrawl in a minute. Once the index is back to normal we will re enable the alerts for them.
&lt;/p&gt;&lt;p&gt;Ok so now the next step should be doing a full crawl. So let&amp;#39;s try that.  
&lt;/p&gt;&lt;ol&gt;&lt;li&gt;From your SSP Administration home page click Search Administration
&lt;/li&gt;&lt;li&gt;From the Quick Launch bar (on the left) click Content Sources
&lt;/li&gt;&lt;li&gt;Hover over your Content Source, click the drop down arrow, and select full crawl
&lt;/li&gt;&lt;li&gt;Now go back to the home page of Search Administration and watch to see if the crawl is running
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Unfortunately in our case after about a minute I was left with 0 items in the index and 3 errors.  After checking the errors I got Access Denied. &lt;span style="font-family:Wingdings;"&gt;L&lt;/span&gt; If you haven&amp;#39;t done any monkeying around with changing your default content access account then it should have been automatically granted full access to your content source.  You can confirm this by checking your Policy for web application in Central administration. If you forget how to do that check this blog post for a reminder.  &lt;a href="http://msmvps.com/blogs/shane/archive/2007/01/21/become-administrator-of-the-entire-web-application.aspx"&gt;http://msmvps.com/blogs/shane/archive/2007/01/21/become-administrator-of-the-entire-web-application.aspx&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;If that checked out ok then the next thing I would check is to make sure your web application is set to integrated authentication and not basic authentication. MOSS will not pass basic authentication by default. So if you changed your web application from integrated to basic, so people users don&amp;#39;t have to enter their domain for example, then you need to setup a custom crawl rule to pass basic authentication.
&lt;/p&gt;&lt;ol&gt;&lt;li&gt;From your SSP Administration home page click Search Administration
&lt;/li&gt;&lt;li&gt;In the Quick Launch bar click Crawl rules
&lt;/li&gt;&lt;li&gt;Click New Crawl Rule
&lt;/li&gt;&lt;li&gt;For path enter your web app URL ex: http://portal.company.com/*
&lt;/li&gt;&lt;li&gt;For Crawl Configuration select Include all items in this path
&lt;/li&gt;&lt;li&gt;For Specify Authentication select Specify a different content access account
&lt;/li&gt;&lt;li&gt;Now fill in username and password remembering your domain\username form. I would recommended using your normal search account as you know it already has read access to the content. 
&lt;/li&gt;&lt;li&gt;Key step de-select the box to Do not allow Basic Authentication
&lt;/li&gt;&lt;li&gt;Now do a full crawl. Also, remember if you have multiple web apps you may need more than one of this rules.
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;For the client this was not this issue but it is an important and often over looked troubleshooting step so I thought throwing it in here would be helpful. 
&lt;/p&gt;&lt;p&gt;The next thing I take a look at is the dreaded loopback fix.  I showed this one to Todd Klindt one time and he wrote a nice post on the issue and a like to the KB for fixing it. &lt;a href="http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=107"&gt;http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=107&lt;/a&gt; It is all but a guarantee these days if you have the WFE and Index role on the same server you are going to need to do this.  A lot of farms have ran fine for a long time and just recently they have started requiring it. Must have been a Windows update that is causing this to be needed more but I haven&amp;#39;t identified it.  Another note even though this fix is only listed as applying to Windows 2003 it also applies to Windows 2008, had a different client need it last week. &lt;span style="font-family:Wingdings;"&gt;J&lt;/span&gt;
	&lt;/p&gt;&lt;p&gt;Loopback fix in and the server rebooted I tried another Full crawl. Success!  Seems this was the root of their issues but as is often the case that happens to all of us, trying to fix it only made the problem worse. LOL  
&lt;/p&gt;&lt;p&gt;Don&amp;#39;t forget to re-enable those search alerts.
&lt;/p&gt;&lt;ol&gt;&lt;li&gt;From your SSP administration home page click Search Administration
&lt;/li&gt;&lt;li&gt;In the System Status section in the center of the page click Search alerts status Enable
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Another troubleshooting step I skipped, because the client had already done it was resetting search permissions.  Read the blog post &lt;a href="http://www.sharepoint911.com/blogs/john"&gt;John Ross&lt;/a&gt; did summing up the steps to get permissions back on the up and up for the Search Service.  &lt;a href="http://www.sharepoint911.com/blogs/john/archive/2009/04/03/change-to-group-policy-broke-sharepoint-search-–-thanks-conficker-scare.aspx"&gt;http://www.sharepoint911.com/blogs/john/archive/2009/04/03/change-to-group-policy-broke-sharepoint-search-–-thanks-conficker-scare.aspx&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Something I learned that was new
&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I am guessing since I didn&amp;#39;t realize this is an option (or more probably I knew and forgot) you probably didn&amp;#39;t either. So run stsadm –o help like below and take a look at the output.
&lt;/p&gt;&lt;p&gt;Use Stsadm.exe from the 12 hive (c:\program files\common files\Microsoft shared\web server extensions\12\). Actually 12\bin to be exact.
&lt;/p&gt;&lt;p&gt;C:\ &amp;gt;stsadm -help osearch
&lt;/p&gt;&lt;p&gt;stsadm -o osearch
&lt;/p&gt;&lt;p&gt;    [-action &amp;lt;list|start|stop|showdefaultsspadmin&amp;gt;] required parameters for &amp;#39;start&amp;#39; (if not already set): role, farmcontactemail, service credentials
&lt;/p&gt;&lt;p&gt;    [-f (suppress prompts)]
&lt;/p&gt;&lt;p&gt;    [-role &amp;lt;Index|Query|IndexQuery&amp;gt;]
&lt;/p&gt;&lt;p&gt;    [-farmcontactemail &amp;lt;email&amp;gt;]
&lt;/p&gt;&lt;p&gt;    [-farmperformancelevel &amp;lt;Reduced|PartlyReduced|Maximum&amp;gt;]
&lt;/p&gt;&lt;p&gt;    [-farmserviceaccount &amp;lt;DOMAIN\name&amp;gt; (service credentials)]
&lt;/p&gt;&lt;p&gt;    [-farmservicepassword &amp;lt;password&amp;gt;]
&lt;/p&gt;&lt;p&gt;    [-defaultindexlocation &amp;lt;directory&amp;gt;]
&lt;/p&gt;&lt;p&gt;    [-propagationlocation &amp;lt;directory&amp;gt;]
&lt;/p&gt;&lt;p&gt;    [-cleansearchdatabase &amp;lt;true|false&amp;gt;]
&lt;/p&gt;&lt;p&gt;    [-ssp &amp;lt;ssp name&amp;gt;] required parameter for &amp;#39;cleansearchdatabase&amp;#39;
&lt;/p&gt;&lt;p&gt;So really very similar to the options you have available to you from the GUI. The reason I used it was one of the Query servers was stuck in the starting state. In the GUI there is no stop until the service gets too started, not even a reboot will help. With stsadm you can do a stop and get out of the perpetual starting. &lt;span style="font-family:Wingdings;"&gt;J&lt;/span&gt; A very helpful trick.
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;If you are still fighting with Search here are couple of other Search troubleshooting things I wrote a while back
&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://msmvps.com/blogs/shane/archive/2008/04/01/more-problems-with-sql-server-high-cpu-and-moss-search.aspx"&gt;More Problems with SQL Server High CPU and MOSS Search&lt;/a&gt;&lt;strong&gt;
			&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msmvps.com/blogs/shane/archive/2007/07/23/another-day-another-new-error-message.aspx"&gt;Another day, another new error message&lt;/a&gt;&lt;strong&gt;
			&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Hope you enjoy what feels like a small book
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;Shane – &lt;a href="http://www.sharepoint911.com"&gt;SharePoint Consulting&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1687185" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/shane/archive/tags/How+Do+I/default.aspx">How Do I</category><category domain="http://msmvps.com/blogs/shane/archive/tags/Error+Messages/default.aspx">Error Messages</category><category domain="http://msmvps.com/blogs/shane/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://msmvps.com/blogs/shane/archive/tags/SSP/default.aspx">SSP</category></item><item><title>InfoPath Form displayed on anonymous site causes login prompt</title><link>http://msmvps.com/blogs/shane/archive/2009/01/13/infopath-form-displayed-on-anonymous-site-causes-login-prompt.aspx</link><pubDate>Tue, 13 Jan 2009 01:54:24 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1661213</guid><dc:creator>Shane</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/shane/rsscomments.aspx?PostID=1661213</wfw:commentRss><comments>http://msmvps.com/blogs/shane/archive/2009/01/13/infopath-form-displayed-on-anonymous-site-causes-login-prompt.aspx#comments</comments><description>&lt;p&gt;Had this one pop up for a second time today so thought I would blog it this time.  
&lt;/p&gt;&lt;p&gt;Client created a public website for baseball signups.  It was a simply publishing portal with anonymous enabled.  He then created an InfoPath form and set it up to generate an email with the info from the form.  He published this form to a form library using Forms Services and then embedded the form using a page viewer web part on a new ASPX page so people could just navigate and fill out the page.   
&lt;/p&gt;&lt;p&gt;The problem – the site would pop up an authentication box every time an anonymous person would visit the site.  Even stranger if someone would get the authentication box and then enter proper credentials for the remainder of the day anonymous access worked fine.  Then each morning back to the same problem.  ODD.
&lt;/p&gt;&lt;p&gt;Turns out the issue was the lockdown feature used with the publishing portal.  Not everyone realizes it but when you create a site collection using the publishing portal there is a hidden feature that fires called ViewFormPagesLockdown.  This feature, among other things, sets it so /_layouts directory is not available to the anonymous user.  For more details see the ECM Team blog &lt;a href="http://blogs.msdn.com/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx"&gt;post&lt;/a&gt;.  So we simply deactivated the feature and reset the anonymous permissions and life was good again.
&lt;/p&gt;&lt;p&gt;One thing to pay particular attention to with this feature every time you toggle this feature on or off you need to disable and enable anonymous access for the new settings to take effect.  That part can drive you bonkers.    
&lt;/p&gt;&lt;p&gt;Shane – &lt;a href="http://www.sharepoint911.com/"&gt;SharePoint help&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1661213" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/shane/archive/tags/How+Do+I/default.aspx">How Do I</category><category domain="http://msmvps.com/blogs/shane/archive/tags/Error+Messages/default.aspx">Error Messages</category><category domain="http://msmvps.com/blogs/shane/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Windows Server 2008 WFE will not allow large file uploads</title><link>http://msmvps.com/blogs/shane/archive/2008/12/17/windows-server-2008-wfe-will-not-allow-large-file-uploads.aspx</link><pubDate>Wed, 17 Dec 2008 18:51:35 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1657027</guid><dc:creator>Shane</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/shane/rsscomments.aspx?PostID=1657027</wfw:commentRss><comments>http://msmvps.com/blogs/shane/archive/2008/12/17/windows-server-2008-wfe-will-not-allow-large-file-uploads.aspx#comments</comments><description>&lt;p&gt;I had a client a couple weeks ago who upgraded from SPS 2003 to MOSS 2007 using the database attach method.  This means the MOSS farm was built on new hardware which we chose Windows Server 2008 for.  This was a very challenging upgrade for several reasons but primarly because the 2003 site database was in bad shape.  Once we worked through the issues and got things up we noticed strange behavior.  When uploading a large file (anything larger than 28 MB) the browser would instantly come back with a 404 error.  So our first thought was check the three normal settings for large uploads.
&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Central Admin &amp;gt; Application Management &amp;gt; General web application settings.  By default this is 50 MB.  You can increase to 2 GB.
&lt;/li&gt;&lt;li&gt;Then you can go into IIS.  Find your web application and go to properties.  Then change the IIS timeout from 120 seconds to a much larger setting.
&lt;/li&gt;&lt;li&gt;Upload.aspx is an application page.  Application pages have their own web.config which controls their timeout.  The default for these pages is 360 seconds.  You need to increase this.
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;All of these settings apply whether you are using w2k3 or w2k8 and are covered in this kb &lt;a href="http://support.microsoft.com/kb/925083"&gt;http://support.microsoft.com/kb/925083&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;We made all of those changes and no change in behavior.  And besides we didn&amp;#39;t have a timeout issue because on a 27 MB file is processed for a few seconds and then uploaded no problem.  On a 30 MB or greater file it failed instantly.   
&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.toddklindt.com/blog"&gt;Todd Klindt&lt;/a&gt; to the rescue he pointed me at this KB944981 - &lt;a href="http://support.microsoft.com/kb/944981"&gt;You cannot upload files that are larger than 28 MB on a Windows Server 2008-based computer that is running Windows SharePoint Services 3.0&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;So I gave it a try and it actually made things worse.  What the heck?  Well then I reread it. They tell you to make a change to the web.config and say just put the change in the &amp;lt;configuration&amp;gt; section.  WRONG!  Well kind of.  You need to make the change in the &amp;lt;configuration&amp;gt; section but it has to be after the &amp;lt;/configSections&amp;gt; tag.  So I recommend you paste their change between &amp;lt;/configSections&amp;gt; and the &amp;lt;SharePoint&amp;gt; tag.  
&lt;/p&gt;&lt;p&gt;Now everything works great.  Do note their change only allows you to upload files with a size of 50 MB.  If you want larger you will need to increase the maxAllowedContentLength=.
&lt;/p&gt;&lt;p&gt;If you are going to be playing with Windows Server 2008 and SharePoint I recommend you go poke around the SharePoint and w2k8 resource center at &lt;a href="http://technet.microsoft.com/en-us/office/sharepointserver/bb735844.aspx"&gt;http://technet.microsoft.com/en-us/office/sharepointserver/bb735844.aspx&lt;/a&gt;. Thanks to &lt;a href="http://twitter.com/emilysc"&gt;Emily Schroeder&lt;/a&gt; for the tweet on that page which she runs. &lt;span style="font-family:Wingdings;"&gt;J&lt;/span&gt;
	&lt;/p&gt;&lt;p&gt;Even better yet Todd and I have some fun new stuff coming on Windows Server 2008 and 64 bit before the end of the year.  
&lt;/p&gt;&lt;p&gt;Shane – &lt;a href="http://www.sharepoint911.com/"&gt;SharePoint Consulting&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1657027" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/shane/archive/tags/How+Do+I/default.aspx">How Do I</category><category domain="http://msmvps.com/blogs/shane/archive/tags/Error+Messages/default.aspx">Error Messages</category><category domain="http://msmvps.com/blogs/shane/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://msmvps.com/blogs/shane/archive/tags/w2k8/default.aspx">w2k8</category></item><item><title>Whole farm is down because timer jobs are not running</title><link>http://msmvps.com/blogs/shane/archive/2008/10/09/whole-farm-is-down-because-timer-jobs-are-not-running.aspx</link><pubDate>Thu, 09 Oct 2008 19:50:04 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1650366</guid><dc:creator>Shane</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/shane/rsscomments.aspx?PostID=1650366</wfw:commentRss><comments>http://msmvps.com/blogs/shane/archive/2008/10/09/whole-farm-is-down-because-timer-jobs-are-not-running.aspx#comments</comments><description>&lt;p&gt;One of my clients this week managed to take his entire farm offline this week by upsetting the timer service.  First a little background – currently they are scrambling to get SharePoint back to a happy state.  Why?  Well, as happens with lots of customers, SharePoint is too successful.  When we originally setup their farm and upgraded from SPS2003 to MOSS 2007 they had about 20 GB of content that was growing at a very controlled pace.  Fast forward a little more than a year and their content database is about 320 GB.  YIKES!  Even scarier most of their data is in one site collection.  This is bad, very bad!  Typical guidance is your content databases should be less than 100 GB.
&lt;/p&gt;&lt;p&gt;Part of this growth has forced some moving of the databases to different drives and a database restore to deal with another issue.  Well, anytime you want to move SharePoint databases around you should run the command stsadm –o preparetomove as documented by Cory Burns in the post &lt;a href="http://blogs.technet.com/corybu/archive/2007/06/01/detaching-databases-in-moss-2007-environments.aspx"&gt;Detaching databases in MOSS&lt;/a&gt;.  If you didn&amp;#39;t you will start getting sync errors once an hour such as:
&lt;/p&gt;&lt;p&gt;Failure trying to synch web application 09a21da5-4485-4b00-8268-772aea7fea12, ContentDB 65301403-c277-4b4c-ad5a-e822572d10ea: A duplicate site ID 3b3a4372-aa91-4e0c-ba57-2567958d81bb(http://portal/sites/test1) was found. This might be caused by restoring a content database from one server farm into a different server farm without first removing the original database and then running stsadm -o preparetomove. If this is the cause, the stsadm -o preparetomove command can be used with the -OldContentDB command line option to resolve this issue.
&lt;/p&gt;&lt;p&gt;Cory then goes on how to fix it using stsadm –o sync.  This is where my client was.  He ran this command but for some reason (possible him specifying the wrong switches and accidently deleting a content db) the command hung up for a long period of time, and the portal users were unable to access the environment.  So he killed the stsadm process.  From that point all hell broke loose.  
&lt;/p&gt;&lt;p&gt;For several hours they attempted a lot of fixes found on the web.  One of the fixes had them rename the folder located at C:\Documents and Settings\All Users\Application Data\Microsoft\SharePoint\Config\&amp;lt;guid&amp;gt;\.  This was a bad option.  The folder contains XML files for all of the timer job definitions that need to be ran and the idea was renaming the folder would cause SharePoint to create a new empty copy of the folder and then it could start creating the xml files again and get back to work.  Nope, that isn&amp;#39;t how it works.  What they needed to do was delete all of the XML files and leave the folder alone.  Then when they restarted the timer service the proper XML files would have magically reappeared.  
&lt;/p&gt;&lt;p&gt;Hope this helps you
&lt;/p&gt;&lt;p&gt;Shane
&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.sharepoint911.com/"&gt;SharePoint Consulting&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1650366" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/shane/archive/tags/How+Do+I/default.aspx">How Do I</category><category domain="http://msmvps.com/blogs/shane/archive/tags/Error+Messages/default.aspx">Error Messages</category><category domain="http://msmvps.com/blogs/shane/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Another Error Message – Access Denied on Profile Import</title><link>http://msmvps.com/blogs/shane/archive/2008/06/30/another-error-message-access-denied-on-profile-import.aspx</link><pubDate>Mon, 30 Jun 2008 15:56:31 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1638881</guid><dc:creator>Shane</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/shane/rsscomments.aspx?PostID=1638881</wfw:commentRss><comments>http://msmvps.com/blogs/shane/archive/2008/06/30/another-error-message-access-denied-on-profile-import.aspx#comments</comments><description>&lt;p&gt;I noticed the error message below repeatedly in event viewer and realized it was happening every time a profile import was happening.  
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;Event Type:    Error
&lt;/p&gt;&lt;p&gt;Event Source:    Office SharePoint Server
&lt;/p&gt;&lt;p&gt;Event Category:    Office Server General 
&lt;/p&gt;&lt;p&gt;Event ID:    7888
&lt;/p&gt;&lt;p&gt;Date:        6/27/2008
&lt;/p&gt;&lt;p&gt;Time:        11:37:17 AM
&lt;/p&gt;&lt;p&gt;User:        N/A
&lt;/p&gt;&lt;p&gt;Computer:    ServerName
&lt;/p&gt;&lt;p&gt;Description:
&lt;/p&gt;&lt;p&gt;A runtime exception was detected. Details follow. 
&lt;/p&gt;&lt;p&gt;Message: Access Denied! Only site admin can access Data Source object from user profile DB.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;Techinal Details:
&lt;/p&gt;&lt;p&gt;System.UnauthorizedAccessException: Access Denied! Only site admin can access Data Source object from user profile DB.
&lt;/p&gt;&lt;p&gt;   at Microsoft.Office.Server.UserProfiles.SRPSite.AdminCheck(String message)
&lt;/p&gt;&lt;p&gt;   at Microsoft.Office.Server.UserProfiles.DataSource._LoadDataSourceDef(IDataRecord rec)
&lt;/p&gt;&lt;p&gt;   at Microsoft.Office.Server.UserProfiles.DataSource._LoadDataSourceDef(String strDSName)
&lt;/p&gt;&lt;p&gt;   at Microsoft.Office.Server.UserProfiles.DataSource..ctor(SRPSite site, Boolean fAllowEveryoneRead)
&lt;/p&gt;&lt;p&gt;   at Microsoft.Office.Server.UserProfiles.DataSource..ctor(SRPSite site)
&lt;/p&gt;&lt;p&gt;   at Microsoft.Office.Server.UserProfiles.UserProfileConfigManager.GetDataSource()
&lt;/p&gt;&lt;p&gt;   at Microsoft.Office.Server.UserProfiles.BDCConnector.RefreshConfiguration(String sspName)
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;Turns out that on this server they had a least privileged install done.  In this case you need to make sure that within the SSP you have granted your default content access account and your SSP application pool account the manage profile permission.  If you need  help with that check out this article I wrote on SSPs and their rights.  &lt;a href="http://msmvps.com/blogs/shane/archive/2007/08/06/give-a-user-access-to-the-ssp.aspx"&gt;http://msmvps.com/blogs/shane/archive/2007/08/06/give-a-user-access-to-the-ssp.aspx&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;Shane – &lt;a href="http://www.sharepoint911.com/"&gt;SharePoint Consulting&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1638881" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/shane/archive/tags/How+Do+I/default.aspx">How Do I</category><category domain="http://msmvps.com/blogs/shane/archive/tags/Error+Messages/default.aspx">Error Messages</category><category domain="http://msmvps.com/blogs/shane/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://msmvps.com/blogs/shane/archive/tags/SSP/default.aspx">SSP</category></item><item><title>A very common prescan problem that stops you from doing your upgrade</title><link>http://msmvps.com/blogs/shane/archive/2007/07/15/a-very-common-prescan-problem-that-stops-you-from-doing-your-upgrade.aspx</link><pubDate>Sun, 15 Jul 2007 19:30:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1024855</guid><dc:creator>Shane</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/shane/rsscomments.aspx?PostID=1024855</wfw:commentRss><comments>http://msmvps.com/blogs/shane/archive/2007/07/15/a-very-common-prescan-problem-that-stops-you-from-doing-your-upgrade.aspx#comments</comments><description>&lt;p&gt;I have gotten the same email from several people and the fix has been the same just about every time so I thought I would publish the conversation here. Hopefully some searching of the web will help save a couple of email stamps. ;) &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mr. Pugglesworth:&lt;/strong&gt; What should I do if I want to find out if my SharePoint (WSS v2 or SPS 2003) is ready to be upgraded? &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Shane:&lt;/strong&gt; Use my post here to &lt;a href="http://msmvps.com/blogs/shane/archive/2007/05/04/download-prescan-exe.aspx"&gt;Download Prescan.exe&lt;/a&gt; and then use Joel Oleson&amp;#39;s &lt;a href="http://blogs.msdn.com/joelo/archive/2007/05/01/your-friend-prescan-what-it-does-part-2.aspx"&gt;post&lt;/a&gt; for the exact syntax. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mr. Pugglesworth:&lt;/strong&gt; I ran prescan.exe and then I get these error messages in my prescan log. Can you help? &lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;07/05/2007 15:16:32 Skipping virtual server: &lt;a href="http://portal.company.com/"&gt;http://portal.company.com/&lt;/a&gt;. Server &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;state = NeedUpgrade. Most likely this virtual server is not extended &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;with WSS v2. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;07/05/2007 15:16:32 Scan finished without failure. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;07/05/2007 15:16:32 &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;===============================Logs=============================== &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;07/05/2007 15:16:32 Log file: &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;C:\DOCUME~1\puggle\LOCALS~1\Temp\3\PreupgradeReport_633192453889379947_L &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;og.txt &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;07/05/2007 15:16:32 Summary file: &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;C:\DOCUME~1\puggle\LOCALS~1\Temp\3\PreupgradeReport_633192453889379947_S &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;ummary.xml &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;07/05/2007 15:16:32 &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;==============================Totals============================== &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;07/05/2007 15:16:32 Number of sites skipped (already scanned):&amp;nbsp;&amp;nbsp; 0 &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;07/05/2007 15:16:32 Number of sites scanned:&amp;nbsp;&amp;nbsp; 0 &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;07/05/2007 15:16:32 Number of broken sites:&amp;nbsp;&amp;nbsp; 0 &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;07/05/2007 15:16:32 Number of webs scanned:&amp;nbsp;&amp;nbsp; 0 &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;07/05/2007 15:16:32 Number of broken webs:&amp;nbsp;&amp;nbsp; 0 &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;07/05/2007 15:16:32 Number of webs using custom template:&amp;nbsp;&amp;nbsp; 0 &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;07/05/2007 15:16:32 Number of pages scanned:&amp;nbsp;&amp;nbsp; 0 &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;07/05/2007 15:16:32 Number of unghosted pages:&amp;nbsp;&amp;nbsp; 0 &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;&lt;strong&gt;Shane:&lt;/strong&gt; Usually that message only shows up when WSS truly isn&amp;#39;t installed or your virtual server didn&amp;#39;t get upgraded after you installed WSS SP2. Try this to confirm my suspicions: &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#1f497d;"&gt;Go to v2 central admin.&amp;nbsp; Then click on Windows SharePoint Service on the left: &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://www.sharepoint911.com/Shared%20Documents/blog%20images/server_config.jpg" /&gt;&lt;span style="COLOR:#1f497d;"&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#1f497d;"&gt;Now click on Configure virtual server settings.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://www.sharepoint911.com/Shared%20Documents/blog%20images/server_config2.jpg" /&gt;&lt;span style="COLOR:#1f497d;"&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#1f497d;"&gt;Now please take a screenshot of the screen that looks like this and send it back to me. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://www.sharepoint911.com/Shared%20Documents/blog%20images/server_config3.jpg" /&gt;&lt;span style="COLOR:#1f497d;"&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Consolas;"&gt;This will help me tell you what to do next. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mr. Pugglesworth:&lt;/strong&gt; Here is what I get. Please help. :) &lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="http://www.sharepoint911.com/shared%20documents/Blog%20Images/071507_1924_Averycommon1.png" /&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Shane:&lt;/strong&gt; &lt;span style="COLOR:#1f497d;"&gt;You have some form of this problem &lt;a href="http://msmvps.com/blogs/shane/archive/2005/11/02/74038.aspx"&gt;&lt;/a&gt;&lt;/span&gt;http://msmvps.com/blogs/shane/archive/2005/11/02/74038.aspx&lt;span style="COLOR:#1f497d;"&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#1f497d;"&gt;Essentially, you need to run stsadm.exe –o upgrade –forceupgrade from the &lt;span style="FONT-SIZE:14pt;TEXT-DECORATION:underline;"&gt;&lt;strong&gt;60 hive&lt;/strong&gt;&lt;/span&gt; before you will be able to do an upgrade to MOSS.&amp;nbsp; While this command is running your SharePoint will be unavailable so plan accordingly.&amp;nbsp; Also, please make sure you have a backup before you start running stsadm commands. They are safe but very powerful. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The End &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Hopefully this will help you out also. If nothing else I don&amp;#39;t have to have this email conversation too many more times. ;) &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/shane"&gt;Shane Young&lt;/a&gt;&lt;span style="COLOR:#1f497d;"&gt; – &lt;a href="http://www.sharepoint911.com/"&gt;&lt;/a&gt;&lt;/span&gt;SharePoint Help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1024855" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/shane/archive/tags/Upgrade/default.aspx">Upgrade</category><category domain="http://msmvps.com/blogs/shane/archive/tags/How+Do+I/default.aspx">How Do I</category><category domain="http://msmvps.com/blogs/shane/archive/tags/Error+Messages/default.aspx">Error Messages</category></item><item><title>Problems with licensing MOSS</title><link>http://msmvps.com/blogs/shane/archive/2007/05/29/problems-with-licensing-moss.aspx</link><pubDate>Tue, 29 May 2007 15:11:56 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:932362</guid><dc:creator>Shane</dc:creator><slash:comments>16</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/shane/rsscomments.aspx?PostID=932362</wfw:commentRss><comments>http://msmvps.com/blogs/shane/archive/2007/05/29/problems-with-licensing-moss.aspx#comments</comments><description>&lt;p&gt;So today had someone who had used the 180 day trial key of MOSS to its end.  Apparently their key expired while we were all grilling out this weekend  whoops.
&lt;/p&gt;&lt;p&gt;Well, no problem.  Just use my blog article &lt;a href="http://msmvps.com/blogs/shane/archive/2007/04/21/how-do-i-find-out-when-my-moss-trial-expires.aspx"&gt;How do I find out when my MOSS trial expires?&lt;/a&gt; And it has a section on &amp;quot;How to update from MOSS trial to MOSS Standard or Enterprise&amp;quot;.  Crisis averted.  
&lt;/p&gt;&lt;p&gt;Not so fast.  She was now getting the error message:
&lt;/p&gt;&lt;p&gt;Your license conversion operation failed. Check the error logs for details.
&lt;/p&gt;&lt;p&gt;Upon looking in Event Viewer (eventvwr) she was getting
&lt;/p&gt;&lt;p&gt;Event Type:    Error
&lt;/p&gt;&lt;p&gt;Event Source:    Windows SharePoint Services 3
&lt;/p&gt;&lt;p&gt;Event Category:    Timer 
&lt;/p&gt;&lt;p&gt;Event ID:    6398
&lt;/p&gt;&lt;p&gt;Date:        5/29/2007
&lt;/p&gt;&lt;p&gt;Time:        8:36:17 AM
&lt;/p&gt;&lt;p&gt;User:        N/A
&lt;/p&gt;&lt;p&gt;Computer:    SERVER1
&lt;/p&gt;&lt;p&gt;Description:
&lt;/p&gt;&lt;p&gt;The Execute method of job definition Microsoft.Office.Server.Administration.LicensingConversionJob (ID b535873a-5ff6-434c-b694-6e19eb40da4e) threw an exception. More information is included below.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;Arithmetic operation resulted in an overflow.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;Interesting…. Upon further examination it seemed that her collaboration portal was working fine but her publishing portal still thought it was using an expired trial edition.  If you checked Central Administration (check above article if you need help doing this) it said everything was fine.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;So how do we fix this horrible problem?  IISRESET.exe 
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;I am going to do some more digging to see if I can find out why or what happened but best I can tell all is well.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;Shane Young – &lt;a href="http://www.sharepoint911.com/"&gt;SharePoint Help&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=932362" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/shane/archive/tags/How+Do+I/default.aspx">How Do I</category><category domain="http://msmvps.com/blogs/shane/archive/tags/Error+Messages/default.aspx">Error Messages</category></item></channel></rss>