<?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>Gabe Hilado&#039;s SharePoint &#38; ASP.NET Blog &#187; WSS 3.0</title>
	<atom:link href="http://spdeveloper.net/tag/wss-3-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://spdeveloper.net</link>
	<description>Microsoft, SharePoint, ASP.NET, Software Solutions</description>
	<lastBuildDate>Thu, 29 Sep 2011 15:13:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Internal 500 Error When Changing the URL to a Badly-Formed Value</title>
		<link>http://spdeveloper.net/2010/06/internal-500-error-when-changing-the-url-to-a-badly-formed-value/</link>
		<comments>http://spdeveloper.net/2010/06/internal-500-error-when-changing-the-url-to-a-badly-formed-value/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 18:30:44 +0000</pubDate>
		<dc:creator>Gabe Hilado</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[STSADM]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://spdeveloper.net/?p=349</guid>
		<description><![CDATA[Interesting issue we had to troubleshoot today. This issue is related to SharePoint 2007.  Say you have a sub-site in a SharePoint site collection (let&#8217;s call it &#8220;Subsite A&#8221;) and the user/admin changes the URL of the site to something malformed, what happens? We start &#8220;Subsite A&#8221; like the following: Then, we change the URL [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting issue we had to troubleshoot today. This issue is related to SharePoint 2007.  Say you have a sub-site in a SharePoint site collection (let&#8217;s call it &#8220;Subsite A&#8221;) and the user/admin changes the URL of the site to something malformed, what happens?</p>
<p>We start &#8220;Subsite A&#8221; like the following:</p>
<p><img class=" alignnone" title="Sample SharePoint Web Site" src="http://spdeveloper.net/wp-content/uploads/2010/06/062410_1829_Internal5001.png" alt="" width="628" height="393" /></p>
<p>Then, we <strong>change the URL into something malformed</strong> (deliberately for this exercise). See the Web Site Address field below? We&#8217;re purposely putting in a bad value (the end-user accidentally did it in the real-world scenario).</p>
<p><img class=" alignnone" title="Changing the Web Site URL with Badly-Formed Value" src="http://spdeveloper.net/wp-content/uploads/2010/06/062410_1829_Internal5002.png" alt="" width="628" height="416" /></p>
<p>After you click the <em>Save</em> button on the <em>Title, Description, and Icon</em> Settings Page, you get the following error on the browser:</p>
<p><strong><em>This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.<br />
</em></strong></p>
<p>Trying to access the site yields HTTP 500 error:</p>
<p><img class=" alignnone" title="Internal 500 error when you try to access the SharePoint site" src="http://spdeveloper.net/wp-content/uploads/2010/06/062410_1829_Internal5003.png" alt="" width="628" height="408" /></p>
<p>You think maybe you can rename using SharePoint Designer. But SP Designer throws you an error message instead:</p>
<p><img class=" alignnone" title="Server error: The version of the Windows SharePoint Services running on the server is more recent than the version of the SharePoint Designer you are using. You need a more recent version of the SharePoint Designer." src="http://spdeveloper.net/wp-content/uploads/2010/06/062410_1829_Internal5004.png" alt="" width="628" height="363" /></p>
<p><strong><em>Server error: The version of the Windows SharePoint Services running on the server is more recent than the version of the SharePoint Designer you are using. You need a more recent version of the SharePoint Designer.</em></strong></p>
<p>But the SharePoint Designer error message is misleading&#8211;the SharePoint site is MOSS 2007. It&#8217;s the bad URL causing this.</p>
<p>You can fix this by using <strong>STSADM renameweb</strong> command. In the screenshot below, I rename the badly-formed URL to its original URL using <strong>STSADM renameWeb</strong>:</p>
<p><img src="http://spdeveloper.net/wp-content/uploads/2010/06/062410_1829_Internal5005.png" alt="" /></p>
<p>The site owner accidentally put in a bad URL and that is why we&#8217;re using STSADM to fix it. It&#8217;s hard to mess-up the site-collection URL. But if you need to change the URL of a site-collection, you can use <strong>STSADM renamesite</strong>.</p>
<p>For more details on how to use these commands, visit:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/939535">How to use the new &#8220;renamesite&#8221; operation to change the URL of a host-named site collection in Windows SharePoint Services 3.0.</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/cc287716(office.12).aspx">Renameweb Stsadm operation (Windows SharePoint Services)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://spdeveloper.net/2010/06/internal-500-error-when-changing-the-url-to-a-badly-formed-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing WSP files using VSeWSS 1.3 in Visual Studio 2008</title>
		<link>http://spdeveloper.net/2009/12/editing-wsp-file-using-vsewss-1-3-in-visual-studio-2008/</link>
		<comments>http://spdeveloper.net/2009/12/editing-wsp-file-using-vsewss-1-3-in-visual-studio-2008/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 21:35:25 +0000</pubDate>
		<dc:creator>Gabe Hilado</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Deployment]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Web Parts]]></category>
		<category><![CDATA[WSP]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://spdeveloper.net/?p=154</guid>
		<description><![CDATA[Using VSeWSS 1.3 with Visual Studio 2008, when you create a new Web Part project, you can edit the Web part properties and descriptions using the WSP View. The typical Solution Explorer in VS 2008 looks like the following when working on a Web part project: In order to see the manifest.xml or feature.xml file, [...]]]></description>
			<content:encoded><![CDATA[<p>Using <strong>VSeWSS 1.3</strong> with Visual Studio 2008, when you create a new Web Part project, you can edit the Web part properties and descriptions using the WSP View. The typical Solution Explorer in VS 2008 looks like the following when working on a Web part project:</p>
<div id="attachment_155" class="wp-caption aligncenter" style="width: 291px"><img class="size-full wp-image-155" title="Solution Explorer in VS 2008" src="http://spdeveloper.net/wp-content/uploads/2009/12/solution-explorer.png" alt="Solution Explorer in VS 2008" width="281" height="216" /><p class="wp-caption-text">Solution Explorer in VS 2008</p></div>
<p>In order to see the manifest.xml or feature.xml file, you have to look at the &#8220;<strong><em>WSP View</em></strong>&#8220;. WSP View can be accessed by going to the menu and hitting <em>View&#8211;&gt;Other Windows&#8211;&gt;WSP View</em>. The WSP View looks like the following:</p>
<div id="attachment_156" class="wp-caption aligncenter" style="width: 293px"><img class="size-full wp-image-156" title="WSP View" src="http://spdeveloper.net/wp-content/uploads/2009/12/wsp-view.png" alt="WSP View" width="283" height="287" /><p class="wp-caption-text">WSP View</p></div>
<p>The <strong>manifest.xml</strong> file doesn&#8217;t contain &#8220;product description&#8221; type information. The <strong>manifest.xml</strong> contains assemblies and features information. The <strong>feature.xml</strong> file, that on the other hand, start containing &#8220;description&#8221; type data. Here&#8217;s what the feature.xml contents typically look like:</p>
<pre class="brush: xml;">

&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;

&lt;Feature Id=&quot;cfc5cfdd-62cf-4d98-aeba-e1b38ec6f64f&quot;

             Title=&quot;HelloPart&quot;

             Description=&quot;A Web part that wants to say hello to you.&quot;

             Scope=&quot;Site&quot; Version=&quot;1.0.0.0&quot; Hidden=&quot;FALSE&quot;

             DefaultResourceFile=&quot;core&quot; xmlns=&quot;http://schemas.microsoft.com/sharepoint/&quot;&gt;

  &lt;ElementManifests&gt;

    &lt;ElementManifest Location=&quot;HelloPart\HelloPart.xml&quot; /&gt;

    &lt;ElementFile Location=&quot;HelloPart\HelloPart.webpart&quot; /&gt;

  &lt;/ElementManifests&gt;

&lt;/Feature&gt;
</pre>
<p>See that <em><strong>Title</strong></em> and <em><strong>Description</strong></em> attributes inside the Feature element? They will get displayed in the Site Features Gallery: </p>
<div id="attachment_159" class="wp-caption aligncenter" style="width: 512px"><img class="size-full wp-image-159 " title="WP Title and Description in the Features Gallery" src="http://spdeveloper.net/wp-content/uploads/2009/12/features-gallery.png" alt="WP Title and Description in the Features Gallery" width="502" height="248" /><p class="wp-caption-text">WP Title and Description in the Features Gallery</p></div>
<p>What about the <strong>Web part file</strong> (in the example I&#8217;m using above, the filename is HelloPart.webpart)? What information can be customized and modified here? First, let&#8217;s take a look at the contents of the webpart file:</p>
<pre class="brush: xml;">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;

&lt;webParts&gt;

  &lt;webPart xmlns=&quot;http://schemas.microsoft.com/WebPart/v3&quot;&gt;

    &lt;metaData&gt;

      &lt;!--

      The following Guid is used as a reference to the web part class,

      and it will be automatically replaced with actual type name at deployment time.

      --&gt;

      &lt;type name=&quot;247ef4d4-489d-46d1-a628-8d8daa6267a3&quot; /&gt;

      &lt;importErrorMessage&gt;Cannot import HelloPart Web Part.&lt;/importErrorMessage&gt;

    &lt;/metaData&gt;

    &lt;data&gt;

      &lt;properties&gt;

        &lt;property name=&quot;Title&quot; type=&quot;string&quot;&gt;Gabe's Hello Web Part&lt;/property&gt;

        &lt;property name=&quot;Description&quot; type=&quot;string&quot;&gt;HelloPart is a user-friendly Web part....&lt;/property&gt;

      &lt;/properties&gt;

    &lt;/data&gt;

  &lt;/webPart&gt;

&lt;/webParts&gt;
</pre>
<p>Inside <em>webPart&#8211;&gt;data&#8211;&gt;properties</em> section, there are <em>property</em> elements. The first one is the &#8220;<strong><em>Title</em></strong>&#8221; and the other is the &#8220;<strong><em>Description</em></strong>&#8220;. The values for &#8220;Title&#8221; and &#8220;Description&#8221; contained in the webpart file are what gets displayed in the Web part catalog:</p>
<p> </p>
<div id="attachment_162" class="wp-caption aligncenter" style="width: 519px"><img class="size-full wp-image-162  " title="WP Title and Desription in the WP Catalog" src="http://spdeveloper.net/wp-content/uploads/2009/12/add-web-parts.png" alt="WP Title and Desription in the WP Catalog" width="509" height="509" /><p class="wp-caption-text">WP Title and Desription in the WP Catalog</p></div>
<p>Finally, let&#8217;s take a look at the <strong>Web part XML file</strong> (in the example I used above, the filename is HelloPart.xml). The Web part XML file contains the following:</p>
<pre class="brush: xml;">

&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;

&lt;Elements Id=&quot;247ef4d4-489d-46d1-a628-8d8daa6267a3&quot; xmlns=&quot;http://schemas.microsoft.com/sharepoint/&quot; &gt;

  &lt;Module Name=&quot;WebParts&quot; List=&quot;113&quot; Url=&quot;_catalogs/wp&quot;&gt;

    &lt;File Path=&quot;HelloPart.webpart&quot; Url=&quot;HelloPart.webpart&quot; Type=&quot;GhostableInLibrary&quot; /&gt;

  &lt;/Module&gt;

&lt;/Elements&gt;
</pre>
<p>See how the <em>File</em> element doesn&#8217;t have any children? We can put a <em>Property</em> element as a child of the <em>File</em> element. This <em>Property</em> element will contain the &#8220;<strong><em>Group</em></strong>&#8221; the Web part appears in the catalog. By default, like the in the Web part XML file example above, the Group is not specified and therefore, the Web part gets listed under <em>Miscellaneous Group</em> in the Web Part catalog. If you want the Web part to appear in a group other than <em>Miscellaneous</em>, transform the Web part XML file from the above example to the following:</p>
<pre class="brush: xml;">

&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;

&lt;Elements Id=&quot;247ef4d4-489d-46d1-a628-8d8daa6267a3&quot; xmlns=&quot;http://schemas.microsoft.com/sharepoint/&quot; &gt;

  &lt;Module Name=&quot;WebParts&quot; List=&quot;113&quot; Url=&quot;_catalogs/wp&quot;&gt;

        &lt;File Path=&quot;HelloPart.webpart&quot; Url=&quot;HelloPart.webpart&quot; Type=&quot;GhostableInLibrary&quot;&gt;

              &lt;Property Name=&quot;Group&quot; Value=&quot;My Stuff&quot;/&gt;

        &lt;/File&gt;

  &lt;/Module&gt;

&lt;/Elements&gt;
</pre>
<p>We added the <em>Property</em> element below the <em>File </em>element. The <em>Name </em>attribute of the <em>Property</em> element should have a value of &#8220;<strong><em>Group</em></strong>&#8221; and the <em>Value</em> attribute is the group name you want the Web part to appear in the catalog. In the example above, after the Web part gets deployed, the Web part appears in a category called &#8220;<em>My Stuff</em>&#8220;:</p>
<div id="attachment_168" class="wp-caption aligncenter" style="width: 512px"><img class="size-full wp-image-168 " title="Web Part appearing on specified Group" src="http://spdeveloper.net/wp-content/uploads/2009/12/web-part-grouped.png" alt="Web Part appearing on specified Group" width="502" height="502" /><p class="wp-caption-text">Web Part appearing on specified Group</p></div>
]]></content:encoded>
			<wfw:commentRss>http://spdeveloper.net/2009/12/editing-wsp-file-using-vsewss-1-3-in-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Running MOSS 2007 or WSS 3.0 in Windows 7</title>
		<link>http://spdeveloper.net/2009/10/running-moss-2007-or-wss-3-0-in-windows-7/</link>
		<comments>http://spdeveloper.net/2009/10/running-moss-2007-or-wss-3-0-in-windows-7/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 06:39:04 +0000</pubDate>
		<dc:creator>Gabe Hilado</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[IIS 7]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Installation]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://spdeveloper.net/?p=60</guid>
		<description><![CDATA[When Windows 7 came out last week, I decided to go ahead and install it on my laptop. I like what I see so far&#8211;everything seems to run faster in Windows 7! Same hardware; the apps just launch faster. For example, SharePoint Designer used to take 5-10 seconds to launch when it was Vista. Now, [...]]]></description>
			<content:encoded><![CDATA[<p>When Windows 7 came out last week, I decided to go ahead and install it on my laptop. I like what I see so far&#8211;everything seems to run faster in Windows 7! Same hardware; the apps just launch faster. For example, SharePoint Designer used to take 5-10 seconds to launch when it was Vista. Now, I can get SharePoint Designer to run in 2 seconds. Visual Studio 2008 used to be 5-10 seconds to launch as well. Now Visual Studio 2008 opens up like I&#8217;m opening Internet Explorer! Now, I&#8217;ve always ran SharePoint in a Windows Server 2003 virtual machine. And it was decent performance. But now that I&#8217;m seeing Windows 7 to be more efficient, I thought, what if I just ran SharePoint (MOSS) in Windows 7, forget about running it in a virtual machine?</p>
<p>I found this <a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2009/05/07/installing-wss-3-0-moss-sp2-on-windows-7-rc.aspx">walkthrough from Bamboo Solutions</a> on how to install SharePoint on Windows 7. It worked and all I can say is wow! Now, there were two issues that I ran into when I tried to follow the walkthrough. First issue I ran into was is making the boot-strapper launch the MOSS installer. I have the original media from 2007 and no matter how many times I tried to make Bamboo Solution&#8217;s setup-helper launch that setup.exe, it wouldn&#8217;t launch it. The error message that I got was:</p>
<div id="attachment_61" class="wp-caption aligncenter" style="width: 399px"><img class="size-full wp-image-61" title="wssOnVistaIssue1" src="http://spdeveloper.net/wp-content/uploads/2009/10/wssOnVistaIssue1.jpg" alt="wssOnVistaIssue1" width="389" height="204" /><p class="wp-caption-text">WSS on Vista - Setup Controller Command Line Help</p></div>
<p>I tried renaming the setup.exe file to SharePoint.exe, thinking maybe, just maybe the setup-helper is file-name dependent. It didn&#8217;t work. Finally, I decided to just go ahead and download the trial version of  MOSS (if you have proper license):</p>
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=2E6E5A9C-EBF6-4F7F-8467-F4DE6BD6B831&amp;displaylang=en">x86 MOSS 2007 Trial</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=3015FDE4-85F6-4CBC-812D-55701FBFB563&amp;displaylang=en">x64 MOSS 2007 Trial</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=EF93E453-75F1-45DF-8C6F-4565E8549C2A&amp;displaylang=en">x86 WSS 3.0</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=9FB41E51-CB03-4B47-B89A-396786492CBA&amp;displaylang=en">x64 WSS 3.0</a></li>
</ul>
<p>If you don&#8217;t have MOSS license, just download WSS 3.0. If you have MOSS license, you can enter your key during the installation to make the installation permanent. I tried x64 MOSS 2007 trial with the Bamboo helper and it worked.</p>
<p>One more issue I ran into was when I ran the SharePoint Configuration Wizard for the first time. It said that I don&#8217;t have IIS installed. Well, I already had IIS running&#8211;IIS 7. When I picked the Windows feature to install, I did not select the IIS 6 Management Compatibility:</p>
<div id="attachment_62" class="wp-caption aligncenter" style="width: 439px"><img class="size-full wp-image-62" title="TurnOnIIS6ManagementCompatibility" src="http://spdeveloper.net/wp-content/uploads/2009/10/TurnOnIIS6ManagementCompatibility.jpg" alt="Turn on IIS 6 Management Compatibility in Windows Features" width="429" height="375" /><p class="wp-caption-text">Turn on IIS 6 Management Compatibility in Windows Features</p></div>
<p>The moment I turned on IIS 6 Management Compatibility, the SharePoint Configuration Wizard was able to proceed.</p>
<p>I&#8217;m very happy with my laptop setup now. I have MOSS running on it and I don&#8217;t even need a virtual machine anymore. Do I think it&#8217;s risky to install MOSS on my base OS? I don&#8217;t think so; I&#8217;ve been installing and running SharePoint since 2007 and I have yet to see it mess up the operability of an application or service in Windows. But then again, I&#8217;ve always used Windows 2003 Server. Who knows what kind of issue I will run into running MOSS on top of Windows 7.</p>
<p>As much as I recommend you guys trying MOSS/SharePoint on Windows 7, I highly recommend you <strong>run the upcoming SharePoint 2010 beta on a virtual machine only</strong>! When SharePoint 2010 Beta comes out next month, I will be running that inside a virtual Windows 2008 Server.</p>
]]></content:encoded>
			<wfw:commentRss>http://spdeveloper.net/2009/10/running-moss-2007-or-wss-3-0-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Server 2008 and SQL Server</title>
		<link>http://spdeveloper.net/2009/04/search-server-2008-and-sql-server/</link>
		<comments>http://spdeveloper.net/2009/04/search-server-2008-and-sql-server/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 04:50:00 +0000</pubDate>
		<dc:creator>Gabe Hilado</dc:creator>
				<category><![CDATA[Search Server 2008]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Farm]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://spdeveloper.net/?p=6</guid>
		<description><![CDATA[I typically deploy and configure MOSS and not WSS 3.0 farms. Search Server is included in MOSS but not in WSS 3.0 Good thing that Microsoft has a free version of the Search Server 2008. This is the Search Server 2008 Express edition. Okay, so install Search Server 2008 Express edition on top of WSS [...]]]></description>
			<content:encoded><![CDATA[<p>I typically deploy and configure MOSS and not WSS 3.0 farms. Search Server is included in MOSS but not in WSS 3.0 Good thing that Microsoft has a free version of the <a href="http://www.microsoft.com/enterprisesearch/serverproducts/searchserverexpress/default.aspx">Search Server 2008</a>. This is the Search Server 2008 Express edition.</p>
<p>Okay, so install Search Server 2008 Express edition on top of WSS 3.0. This upgrades the configuration database of the existing WSS 3.0 farm. (There are many ways to upgrade WSS 3.0 to have Search Server 2008 but what I was doing was upgrading an existing WSS 3.0 farm configuration database.)</p>
<p>SS 2008 Express installation ran fine without any problems. The Configuration Wizard launches after the installation and the Configuration Wizard ran fine too. Now, when you access the Central Admin for the first time after installing SS 2008 Express, instead of default.aspx at the Central Admin site, you get presented with the Search Server Wizard Page instead. It is <a href="http://centraladmin/_admin/SearchServerWizard.aspx">http://centraladmin/_admin/SearchServerWizard.aspx</a>. Here you can specify the databases and other setttings for your Search Server.</p>
<p>Well, if the SQL Server 2005 hosting the content and config databases is not SP2 or later, you will get the following error message when click the OK button at the Search Server Wizard page:</p>
<p><span style="font-family:courier new;color:#ff0000;">Search Server has detected that the minimum database server version requirement is not met. The computer that hosts the database server role must have Microsoft SQL Server 2000 with SP3a or later or Microsoft SQL Server 2005 SP2 or later. </span></p>
<p>The problem is the <a href="http://technet.microsoft.com/en-us/library/cc297193.aspx#BeforeUpgrade">instructions for installing Search Server 2008</a> does not mention anything about making sure your SQL Server 2005 is SP2 or higher.</p>
<p>Lesson: make sure you have your SQL Server 2005 upgraded to SP2 or higher before you install Search Server 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://spdeveloper.net/2009/04/search-server-2008-and-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded a customer&#8217;s WSS 2.0 to WSS 3.0</title>
		<link>http://spdeveloper.net/2009/04/upgraded-a-customers-wss-2-0-to-wss-3-0/</link>
		<comments>http://spdeveloper.net/2009/04/upgraded-a-customers-wss-2-0-to-wss-3-0/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 02:05:00 +0000</pubDate>
		<dc:creator>Gabe Hilado</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[Restore]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[WSS 2.0]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://spdeveloper.net/?p=3</guid>
		<description><![CDATA[It&#8217;s been a while since I&#8217;ve worked with WSS 2.0. I have a customer (a friend of mine) who is still running a WSS 2.0 in his business. He runs a small shop and doesn&#8217;t have a full-time person to take care of this network and applications. Well, one time he had a FT person [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I&#8217;ve worked with WSS 2.0. I have a customer (a friend of mine) who is still running a WSS 2.0 in his business. He runs a small shop and doesn&#8217;t have a full-time person to take care of this network and applications. Well, one time he had a FT person but that person left and he&#8217;s managing this servers with some help from a PT person.</p>
<p>The WSS 2.0 environment has &#8220;moved around&#8221; a lot. The front-end and SQL backend has been toasted at least once and the environments had to be recreated from scratch. The only backups they had were SQL backups. The SQL backups were okay.</p>
<p>Now, he wants that WSS 2.0 upgraded to WSS 3.0. I thought, well, this should be easy&#8211;only one Web front-end and one SQL server. Also, he had no intention of keeping WSS 2.0. So, just do an in-place upgrade, and it should be done, right?</p>
<p>Well, I ran into problems when I did the pre-upgrade scan prior to running the WSS 3.0 Configuration Wizard. You&#8217;re supposed to run the pre-upgrade scan tool prior to upgrading WSS 2.0 sites to WSS 3.0. Otherwise, if you run the Configuration Wizard without running the prescan tool, you will get:</p>
<p><span style="font-family:courier new;font-size:85%;">Configuration Failed.<br />
One or more configuration settings failed. Completed configuration settings will not be rolled back. Resolve the problem and run this configuration wizard again.</span></p>
<p>To run the prescan tool, go to <em>C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Bin</em> and execute the following command:</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">prescan.exe /all</span><br />
</span><br />
(For more details, see the <a href="http://support.microsoft.com/kb/938216">Microsoft KB article 938216</a>. )</p>
<p>When I ran the prescan tool, I encountered errors and it says on the log file:</p>
<p><span style="font-family:courier new;font-size:85%;">Upgrade has encountered one or more lists that were not updated by Prescan.exe and must exit. The most likely reasons for Prescan to skip a list are covered in the Knowledge Base article at: </span><a href="http://go.microsoft.com/fwlink/?linkid=69958&amp;clcid=0x409"><span style="font-family:courier new;font-size:85%;">http://go.microsoft.com/fwlink/?linkid=69958&amp;clcid=0&#215;409</span></a><span style="font-family:courier new;font-size:85%;"> (http://go.microsoft.com/fwlink/?linkid=69958&amp;clcid=0&#215;409) For more information about the lists that are not upgraded, see the upgrade log file.</span></p>
<p>It seemed like there were orphaned objects. I told you, this WSS 2.0 had been recreated a few times and they used SQL backups to restore the contents. Things have been orphaned or convoluted along the way. Oh yeah, the Web front-end server also had several (non-WSS) virtual sites that were running on port 80; they were differentiated only via the use of host-headers. I couldn&#8217;t find the orphaned objects to drop and realized that the I&#8217;m stuck and couldn&#8217;t proceed with the upgrade. I spent an hour performing the recommendations on how to <a href="http://support.microsoft.com/kb/923904">repair/remove orphaned lists</a> and then I stopped.</p>
<p>So here&#8217;s what I did instead:</p>
<ol>
<li>Backed up the WSS 2.0 site collection using stsadm</li>
<li>I restored the WSS 2.0 site collection in a different environment/farm. I used my home lab environment for this.</li>
<li>I then upgraded my home lab WSS 2.0 to WSS 3.0.</li>
<li>I backed up the WSS 3.0 site collection using stsadm. Now I have the site upgraded to WSS 3.0.</li>
</ol>
<p>Only thing I have left to do is cleanup the Web front end server at my customer&#8217;s site and re-install WSS 3.0 without the upgrade option. Once WSS 3.0 is installed and configured, I can restore the site collection. I&#8217;ll do that tomorrow.</p>
<p>Sometimes, you just have to do what you have to do to get the job done. <img src='http://spdeveloper.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://spdeveloper.net/2009/04/upgraded-a-customers-wss-2-0-to-wss-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

