<?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>Aimless Ramblings from a Blithering Lunatic . . .  : WSS / Companyweb</title><link>http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx</link><description>Tags: WSS / Companyweb</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>External Links in Companyweb E-mail Alerts</title><link>http://msmvps.com/blogs/cgross/archive/2009/08/02/external-links-in-companyweb-e-mail-alerts.aspx</link><pubDate>Sun, 02 Aug 2009 17:39:51 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1712204</guid><dc:creator>cgross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=1712204</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=1712204</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2009/08/02/external-links-in-companyweb-e-mail-alerts.aspx#comments</comments><description>&lt;p&gt;A while back, someone in the SBS 2008 newsgroup had a good question.&amp;#160; Short story is that they are making extensive use of their companyweb, including content approval in some document libraries.&amp;#160; They have configured email alerts on these libraries, so approvers are notified when new documents are added and waiting approval.&amp;#160; However, a few of these approvers travelled regularly, and were often out of the office.&amp;#160; When they received new email alerts from their companyweb, the embedded links all pointed to &lt;a href="http://companyweb/"&gt;http://companyweb/&lt;/a&gt;…&amp;#160; The obvious problem was that if they were working from their laptop with Outlook RPC over HTTPS at say an airport, Starbucks, or wherever then the links in the alert email wouldn’t work (since &lt;a href="http://companyweb"&gt;http://companyweb&lt;/a&gt; is only resolvable on the LAN).&amp;#160; The poster in the newsgroup asked where SharePoint stored the URL so he could edit it.&lt;/p&gt;  &lt;p&gt;The beauty with this question is just how simple the solution is.&amp;#160; SharePoint 3.0 supports a single web application being accessible via different URLs, with the different URLs being in different security zones.&amp;#160; This is evidenced by your companyweb in SBS 2008 being accessible via both &lt;a href="http://companyweb"&gt;http://companyweb&lt;/a&gt; (intranet zone) and &lt;a href="https://remote.yourcompany.com:987"&gt;https://remote.yourcompany.com:987&lt;/a&gt; (default zone).&amp;#160; When a user is creating alerts on a SharePoint site, SharePoint is smart enough to take note of which URL the user is using to access the SharePoint web application when they create the alert.&amp;#160; As a result, links in alert emails will include the base URL that was used to access the SharePoint site when the alert was created.&amp;#160; SO – if you browse to &lt;a href="http://companyweb"&gt;http://companyweb&lt;/a&gt; and create an alert on a list library, all emails you receive for that alert will have links that point back to &lt;a href="http://companyweb"&gt;http://companyweb&lt;/a&gt;.&amp;#160; On the other hand, if you browse out to &lt;a href="https://remote.yourcompany.com:987"&gt;https://remote.yourcompany.com:987&lt;/a&gt; and create an alert on a different list or library, all emails you receive for this alert will have links that point back to &lt;a href="https://remote.yourcompany.com:987"&gt;https://remote.yourcompany.com:987&lt;/a&gt;.&amp;#160; &lt;/p&gt;  &lt;p&gt;SO – if you have users who are regularly out of the office, rely on alerts from your SharePoint site and want to be able to use the links in the alert emails, make sure those users browse to the public URL for your companyweb when they create their alerts.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1712204" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS+2008/default.aspx">SBS 2008</category></item><item><title>Optimizing Companyweb Search Results in SBS 2008</title><link>http://msmvps.com/blogs/cgross/archive/2009/06/12/optimizing-companyweb-search-results-in-sbs-2008.aspx</link><pubDate>Sat, 13 Jun 2009 04:27:38 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1695164</guid><dc:creator>cgross</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=1695164</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=1695164</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2009/06/12/optimizing-companyweb-search-results-in-sbs-2008.aspx#comments</comments><description>&lt;p&gt;I’ll admit this post is long overdue.&amp;#160; I’m sitting here staging a new server for a client and just finished running through these steps on their server, so I figured now was a good time to post since the process is fresh in my head.&amp;#160; Particularly, the task at hand is to configure companyweb on our SBS 2008 to properly index Office 2007 documents and PDF documents, so their contents will appear in SharePoint search results.&lt;/p&gt;  &lt;p&gt;Yes, you read the correctly.&amp;#160; Small Business Server 2008’s companyweb does not index Office 2007 documents out of the box – I kid you not . . . &lt;/p&gt;  &lt;p&gt;Luckily, getting Office 2007 documents to show up in companyweb search results is simple enough, all you have to do is download and install the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=60C92A37-719C-4077-B5C6-CAC34F4227CC&amp;amp;displaylang=en" target="_blank"&gt;Office 2007 iFilter&lt;/a&gt; from Microsoft on your SBS server.&amp;#160; When downloading, obviously be sure to download the 64-bit version of the filter pack.&lt;/p&gt;  &lt;p&gt;After installing the Office 2007 iFilter, we need to install a PDF iFilter as well.&amp;#160; Luckily, Adobe has released a 64-bit version of their PDF iFilter, which you can download &lt;a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025" target="_blank"&gt;here&lt;/a&gt;.&amp;#160; Unlike the Microsoft Filter Pack, there is some manual configuration to complete after we install the Adobe PDF iFilter:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;On your SBS, run regedit and navigate to the following registry key:      &lt;br /&gt;HKLM\Software\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Applications\&amp;lt;GUID&amp;gt;\Gather\Search\Extensions\ExtensionList\ &lt;/li&gt;    &lt;li&gt;Right-click on the &lt;em&gt;ExtensionList&lt;/em&gt; key and select New –&amp;gt; String Value &lt;/li&gt;    &lt;li&gt;Enter&amp;#160; 38&amp;#160; for the new string value and hit Enter &lt;/li&gt;    &lt;li&gt;Double-click on the 38 string value you just created to edit its value.&amp;#160; In the Value Data box that opens, type &lt;em&gt;pdf&lt;/em&gt; then click OK. &lt;/li&gt;    &lt;li&gt;Locate the HKLM\Software\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.pdf key and verify it contains the following registry entry:      &lt;br /&gt;      &lt;br /&gt;&lt;strong&gt;Name:&lt;/strong&gt;&amp;#160; (Default)       &lt;br /&gt;&lt;strong&gt;Type:&lt;/strong&gt;&amp;#160; REG_SZ       &lt;br /&gt;&lt;strong&gt;Data:&lt;/strong&gt;&amp;#160; {E8978DA6-047F-4E3D-9C78-CDBE46041603}       &lt;br /&gt;      &lt;br /&gt;You will most likely need to edit this entry so its value matches the GUID listed above. &lt;/li&gt;    &lt;li&gt;Locate the HKLM\Software\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Setup\Filters\.pdf&amp;#160; subkey and verify it contains the following entries:      &lt;ol&gt;       &lt;li&gt;&lt;strong&gt;Name:&lt;/strong&gt;&amp;#160; (Default)           &lt;br /&gt;&lt;strong&gt;Type:&lt;/strong&gt;&amp;#160; REG_SZ           &lt;br /&gt;&lt;strong&gt;Data:&amp;#160; &lt;/strong&gt;(value not set) &lt;/li&gt;        &lt;li&gt;&lt;strong&gt;Name:&lt;/strong&gt;&amp;#160; Extension           &lt;br /&gt;&lt;strong&gt;Type:&lt;/strong&gt;&amp;#160; REG_SZ           &lt;br /&gt;&lt;strong&gt;Data:&lt;/strong&gt;&amp;#160; pdf &lt;/li&gt;        &lt;li&gt;&lt;strong&gt;Name:&lt;/strong&gt;&amp;#160; FileTypeBucket           &lt;br /&gt;&lt;strong&gt;Type:&amp;#160; &lt;/strong&gt;REG_DWORD           &lt;br /&gt;&lt;strong&gt;Data:&lt;/strong&gt;&amp;#160; 0x00000001 (1) &lt;/li&gt;        &lt;li&gt;&lt;strong&gt;Name:&lt;/strong&gt;&amp;#160; MimeTypes           &lt;br /&gt;&lt;strong&gt;Type:&lt;/strong&gt;&amp;#160; REG_SZ           &lt;br /&gt;&lt;strong&gt;Data:&lt;/strong&gt;&amp;#160; application/pdf &lt;/li&gt;     &lt;/ol&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;That completes the installation / configuration of our iFilters.&amp;#160; If you haven’t already fixed the SharePoint Gatherer 2436 errors on your SBS yet, be sure to do so now.&amp;#160; (Check out the Official SBS blog’s &lt;a href="http://blogs.technet.com/sbs/archive/2009/05/07/event-2436-for-sharepoint-services-3-search.aspx" target="_blank"&gt;post&lt;/a&gt; on the topic).&lt;/p&gt;  &lt;p&gt;So, once you have your iFilters installed &amp;amp; configured, and you have your SharePoint Gatherer 2436 errors resolved, we just want to bounce IIS then force SharePoint to start a full reindex of your companyweb site to index any Office 2007 and PDF files you have previously uploaded:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Open a command prompt (as Administrator) and run an&amp;#160; iisreset &lt;/li&gt;    &lt;li&gt;After the iisreset completes, change your working directory to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin &lt;/li&gt;    &lt;li&gt;Stop the SharePoint search indexing process by running this command:&amp;#160; stsadm –o spsearch –action fullcrawlstop &lt;/li&gt;    &lt;li&gt;Once that command completes successfully, start a reindex of your WSS 3.0 site(s) by running this command:&amp;#160; stsadm –o spsearch –action fullcrawlstart &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Once the fullcrawlstart command completes successfully, SharePoint will start reindexing your site(s) and you should start seeing search results in companyweb within a few minutes, although it may take longer for the site to be fully indexed depending on how much content you have in your site.&lt;/p&gt;  &lt;p&gt;Happy searching! &lt;img alt="smile_regular" src="http://spaces.live.com/rte/emoticons/smile_regular.gif" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1695164" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS+2008/default.aspx">SBS 2008</category></item><item><title>SBS 2008 + loopback check + remote.company.com = SharePoint 2436 errors</title><link>http://msmvps.com/blogs/cgross/archive/2009/05/07/sbs-2008-loopback-check-remote-company-com-sharepoint-2436-errors.aspx</link><pubDate>Thu, 07 May 2009 19:43:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1692020</guid><dc:creator>cgross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=1692020</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=1692020</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2009/05/07/sbs-2008-loopback-check-remote-company-com-sharepoint-2436-errors.aspx#comments</comments><description>&lt;p&gt;OK gang - &lt;/p&gt;
&lt;p&gt;The SBS team has &lt;a target="_blank" href="http://blogs.technet.com/sbs/archive/2009/05/07/event-2436-for-sharepoint-services-3-search.aspx"&gt;blogged&lt;/a&gt; explaining where our 2436 errors come from on SBS 2008.&amp;nbsp; The short story is that SBS is thinking it is protecting itself.&amp;nbsp; Recommended solution is to edit the registry to add the public URL for your companyweb (e.g.&amp;nbsp; remote.company.com) to the BackConnectionHostNames, allowing that URL to bypass your SBS server&amp;rsquo;s loopback check.&lt;/p&gt;
&lt;p&gt;Google searches will result in a multitude of work-arounds different people have posted, most of them you do &lt;strong&gt;not&lt;/strong&gt; want to implement including:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Disabling the loopback check all together. &lt;/li&gt;
&lt;li&gt;Tweaking the Alternate Access Mappings in SharePoint (unless you need to for other legitimate reasons &amp;ndash; not the 2436 error) &lt;/li&gt;
&lt;li&gt;Changing your companyweb&amp;rsquo;s security zones in SharePoint (remote.&lt;em&gt;company&lt;/em&gt;.com &lt;strong&gt;should&lt;/strong&gt; be the Default zone, with &lt;em&gt;companyweb&lt;/em&gt; in the Intranet zone). &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you&amp;#39;re like me and subscribe to the idea of least privilege access, you can still update the SharePoint search configuration as mentioned in my &lt;a target="_blank" href="http://msmvps.com/blogs/cgross/archive/2009/03/29/sharepoint-search-amp-event-id-2436-errors-in-sbs-2008.aspx"&gt;previous post&lt;/a&gt;.&amp;nbsp; Most built-in accounts (e.g. NETWORK SERVICE, LOCAL SYSTEM, etc.) have more permissions than required to perform SharePoint search functions.&amp;nbsp; Creating standard user accounts to do the SharePoint Search work follows the general best practices of least-privilege access.&amp;nbsp; While this follows SharePoint best practices in not using built-in accounts for the SharePoint search service or search content access accounts, it is important to note that editing the SharePoint search configuration on your SBS 2008 has &lt;strong&gt;not&lt;/strong&gt; been tested by Microsoft and therefore is &lt;strong&gt;not&lt;/strong&gt; officially supported.&amp;nbsp; This doesn&amp;#39;t mean it won&amp;#39;t work (my SBS 2008 boxes are running this configuration without issue so far) - it just means that if it&amp;nbsp;doesn&amp;#39;t work, Microsoft isn&amp;#39;t going to support the configuration.&amp;nbsp; So if you want to keep in the fully supported realm, leave the SharePoint search configuration as-is.&amp;nbsp; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1692020" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS+2008/default.aspx">SBS 2008</category></item><item><title>SharePoint Search &amp; Event ID 2436 errors in SBS 2008</title><link>http://msmvps.com/blogs/cgross/archive/2009/03/29/sharepoint-search-amp-event-id-2436-errors-in-sbs-2008.aspx</link><pubDate>Mon, 30 Mar 2009 00:30:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1682828</guid><dc:creator>cgross</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=1682828</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=1682828</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2009/03/29/sharepoint-search-amp-event-id-2436-errors-in-sbs-2008.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;*UPDATE:&amp;nbsp; Still not why the steps below work on some boxes but not others.&amp;nbsp; However, the SBS team just &lt;a target="_blank" href="http://blogs.technet.com/sbs/archive/2009/05/07/event-2436-for-sharepoint-services-3-search.aspx"&gt;blogged&lt;/a&gt; about the implications of the Loopback Check registry key as well as the ability to register your public URL on your SBS box so that it bypasses the loopback check without having to completely disable the loopback check.&amp;nbsp; I still recommend reconfiguring SharePoint Search as noted below in addition to registering your public URL to bypass the Loopback Check.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;*UPDATE:&amp;nbsp; We have confirmed that the steps below work on some SBS 2008 boxes, but not all installs.&amp;nbsp; If these steps do not work, see Dan&amp;#39;s entry in the Comment section about disabling the LoopBackCheck in the registry.&amp;nbsp; Despite what you may see in other forums, SharePoint search will work just fine with &lt;a href="https://remote.company.com"&gt;https://remote.company.com&lt;/a&gt; being the Default security zone for your companyweb - you do not need to edit your alternate access mappings.&amp;nbsp; Additionally, the SPContent account only needs to be a member of the domain users security group, and the SPSearch account only needs to be a member of the domain users and WSS_WPG security groups.&amp;nbsp; SharePoint Central Administration will add the SPSearch user account to the WSS_WPG security group when search is configured per the steps below.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;*Updated on 2009-03-29 at 9:45am CDT (GMT -5).&amp;nbsp; Original post missed the steps of stopping the Search service before reconfiguring.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;With Small Business Server 2008, SBS customers finally get Windows SharePoint Services 3.0 built-in to replace the SharePoint 2.0 companyweb included with SBS 2003.&amp;nbsp; However, when you get your SBS 2008 box all set up and running, you may notice a few quirks when it comes to SharePoint search.&amp;nbsp; Specifically,you are seeing 2436 errors in your Application event log:&lt;/p&gt;
&lt;p&gt;Log Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application &lt;br /&gt;Source:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Windows SharePoint Services 3 Search &lt;br /&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/29/2009 4:20:05 PM &lt;br /&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2436 &lt;br /&gt;Task Category: Gatherer &lt;br /&gt;Level:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Warning &lt;br /&gt;Keywords:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Classic &lt;br /&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A &lt;br /&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server.company.local &lt;br /&gt;Description: &lt;br /&gt;The start address &amp;lt;sts3s://remote.company.com:987/contentdbid={d4078aab- &lt;br /&gt;ce82-4581-8d4f-973e1e6eac23}&amp;gt; cannot be crawled. &lt;/p&gt;
&lt;p&gt;Context: Application &amp;#39;Search index file on the search server&amp;#39;, Catalog &lt;br /&gt;&amp;#39;Search&amp;#39; &lt;/p&gt;
&lt;p&gt;Details: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access is denied. Check that the Default Content Access Account &lt;br /&gt;has access to this content, or add a crawl rule to crawl this content.&amp;nbsp;&amp;nbsp; &lt;br /&gt;(0x80041205) &lt;br /&gt;Event Xml: &lt;br /&gt;&amp;lt;Event xmlns=&amp;quot;&lt;a href="http://schemas.microsoft.com/win/2004/08/events/event&amp;quot;"&gt;http://schemas.microsoft.com/win/2004/08/events/event&amp;quot;&lt;/a&gt;&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;System&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Provider Name=&amp;quot;Windows SharePoint Services 3 Search&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;EventID Qualifiers=&amp;quot;32768&amp;quot;&amp;gt;2436&amp;lt;/EventID&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Level&amp;gt;3&amp;lt;/Level&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Task&amp;gt;3&amp;lt;/Task&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Keywords&amp;gt;0x80000000000000&amp;lt;/Keywords&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Channel&amp;gt;Application&amp;lt;/Channel&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Computer&amp;gt;server.company.local&amp;lt;/Computer&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Security /&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;/System&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;EventData&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Data&amp;gt; &lt;/p&gt;
&lt;p&gt;Context: Application &amp;#39;Search index file on the search server&amp;#39;, Catalog &lt;br /&gt;&amp;#39;Search&amp;#39; &lt;/p&gt;
&lt;p&gt;Details: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access is denied. Check that the Default Content Access Account &lt;br /&gt;has access to this content, or add a crawl rule to crawl this content.&amp;nbsp;&amp;nbsp; &lt;br /&gt;(0x80041205)&amp;lt;/Data&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Data&amp;gt;sts3s://remote.company.com:987/contentdbid={d4078aab-ce82-4581- &lt;br /&gt;8d4f-973e1e6eac23}&amp;lt;/Data&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;/EventData&amp;gt; &lt;br /&gt;&amp;lt;/Event&amp;gt;&lt;/p&gt;
&lt;p&gt;The issue here is that Windows SharePoint Services Search uses two separate accounts &amp;ndash; one user account runs the search service, and the other user account is used to actually access the SharePoint content in order to index it.&amp;nbsp; When configuring SharePoint Search, SharePoint Central Administration explicitly states that these accounts cannot be built-in accounts (such as LOCAL SYSTEM or NETWORK SERVICE).&amp;nbsp; By default, SBS 2008 is using built-in windows accounts, which is resulting in this error being generated.&lt;/p&gt;
&lt;p&gt;Luckily, this is easy to fix.&amp;nbsp; The first thing we need to do is to create two new user accounts for SharePoint search to use.&amp;nbsp; Personally, I do not create these accounts using the SBS add user wizard, because they will effectively be service accounts, so they do not need mailboxes, and we don&amp;rsquo;t need to see these accounts included in the User account list on the SBS console.&amp;nbsp; &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;On your SBS, open Active Directory Users &amp;amp; Computers (Start &amp;ndash;&amp;gt; Administrative Tools &amp;ndash;&amp;gt; Active Directory Users &amp;amp; Computers.&lt;/li&gt;
&lt;li&gt;Within ADU&amp;amp;C, navigate to the Organizational Unit where you want to create the new user accounts.&amp;nbsp; (Personally, I create a new &amp;ldquo;Service Accounts&amp;rdquo; OU under &amp;lt;domain&amp;gt; &amp;ndash;&amp;gt; My Business &amp;ndash;&amp;gt; Users)&lt;/li&gt;
&lt;li&gt;Right-click on the OU and select New &amp;ndash;&amp;gt; User&lt;/li&gt;
&lt;li&gt;On the first page of the new user window, enter the following info: 
&lt;ul&gt;
&lt;li&gt;First Name:&amp;nbsp;&amp;nbsp; SPSearch&lt;/li&gt;
&lt;li&gt;Last Name:&amp;nbsp; &amp;lt;leave blank&amp;gt;&lt;/li&gt;
&lt;li&gt;Username:&amp;nbsp;&amp;nbsp; spsearch&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Click Next. &lt;/li&gt;
&lt;li&gt;Enter a strong password for the new account.&amp;nbsp; &lt;/li&gt;
&lt;li&gt;Uncheck the option &amp;ldquo;User must change password at next login&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Check the option &amp;ldquo;User cannot change password&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Check the option &amp;ldquo;Password never expires&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Click Next&lt;/li&gt;
&lt;li&gt;Click Finish.&lt;/li&gt;
&lt;li&gt;Repeat steps 3-11, using &amp;ldquo;SPContent&amp;rdquo; instead of &amp;ldquo;SPSearch&amp;rdquo; in step 4&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;We do not have to worry about granting any access or permissions to the two new accounts we created.&amp;nbsp; After the accounts have been created, close Active Directory Users &amp;amp; Computers, then open SharePoint Central Administration&amp;nbsp; (Start &amp;ndash;&amp;gt; Administrative Tools &amp;ndash;&amp;gt; SharePoint 3.0 Central Administration).&amp;nbsp; &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;When SharePoint 3.0 Central Administration opens, go to the Operations tab.&lt;/li&gt;
&lt;li&gt;Click on the &amp;ldquo;Services on Server&amp;rdquo; link&lt;/li&gt;
&lt;li&gt;In the Action column, click the link to Stop the &amp;ldquo;Windows SharePoint Services Search&amp;rdquo; service. 
&lt;ul&gt;
&lt;li&gt;You will receive a warning that stopping the search service will remove existing indices.&amp;nbsp; Click OK to&amp;nbsp;acknowledge the warning.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;When you return to the SharePoint Central Administration Operations tab, the Windows SharePoint Search Service will show as stopped.&amp;nbsp; Click the link to Start the Windows SharePoint Services Search service.&amp;nbsp; This will open the Search service configuration page.&lt;/li&gt;
&lt;li&gt;In the Service Account section, select the &amp;ldquo;Configurable&amp;rdquo; option&lt;ol&gt;
&lt;li&gt;For a username, enter &amp;lt;DOMAIN&amp;gt;\SPSearch&amp;nbsp; (where &amp;lt;DOMAIN&amp;gt; is your AD domain).&lt;/li&gt;
&lt;li&gt;For a password, enter the strong password you assigned to the SPSearch account.&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;In the Content Access Account section, select the &amp;ldquo;Configurable&amp;rdquo; option&lt;ol&gt;
&lt;li&gt;For a username, enter &amp;lt;DOMAIN&amp;gt;\SPContent&amp;nbsp; (where &amp;lt;DOMAIN&amp;gt; is your AD domain)&lt;/li&gt;
&lt;li&gt;For a password, enter the strong password you assigned to the SPContent account.&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;In the Search Database section, change the database name by appending and underscore 1 (&amp;ldquo;_1&amp;rdquo;) to the database name.&amp;nbsp; 
&lt;ul&gt;
&lt;li&gt;By default, the database name should be WSS_Search_[SERVERNAME], so we&amp;rsquo;re changing it to&amp;nbsp; WSS_Search_[SERVERNAME]_1. &lt;/li&gt;
&lt;li&gt;Changing the name is necessary because the default database name already exists with search data.&amp;nbsp; If we attempted to use the default database name, SharePoint would throw an error that the database contains user-defined schema and cannot be used.&amp;nbsp; By changing the search database name&amp;nbsp;on this configuration page, SharePoint Central Administration will create a new database using this name and configure search to use this new database.&amp;nbsp; Since the new database is empty, we won&amp;rsquo;t encounter any errors.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Accept the remaining defaults and click the OK button.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;After clicking OK, the settings should be applied and you should return to the &amp;ldquo;Services on Server&amp;rdquo; page in SharePoint Central Administration, and the Windows SharePoint Services Search&amp;rdquo; service should be listed as started.&lt;/p&gt;
&lt;p&gt;Close SharePoint Central Administration and open the Services MMC (Start &amp;ndash;&amp;gt; Administrative Tools &amp;ndash;&amp;gt; Services).&amp;nbsp; Restart the Windows SharePoint Services Search service.&amp;nbsp; Verify that the Windows SharePoint Services Search service is configured to login with the SPSearch account you created.&lt;/p&gt;
&lt;p&gt;Voila!&amp;nbsp; Moving forward, you should not experience the 2436 error event in your Application Log.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1682828" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS+2008/default.aspx">SBS 2008</category></item><item><title>Migrating a WSS 3.0 Site to SBS 2008</title><link>http://msmvps.com/blogs/cgross/archive/2009/03/22/migrating-a-wss-3-0-site-to-sbs-2008.aspx</link><pubDate>Sun, 22 Mar 2009 23:38:51 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1680493</guid><dc:creator>cgross</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=1680493</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=1680493</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2009/03/22/migrating-a-wss-3-0-site-to-sbs-2008.aspx#comments</comments><description>&lt;p&gt;Ok, so I’ll give Nicky kudos for &lt;a href="http://msmvps.com/blogs/thenakedmvp/archive/2008/12/30/migrating-your-sharepoint-3-2007-site-from-sbs2003-to-sbs2008.aspx" target="_blank"&gt;beating me to the punch&lt;/a&gt; on this topic.&amp;#160; But, I’m also going to provide a better way to accomplish this task&amp;#160; &lt;img alt="smile_regular" src="http://spaces.live.com/rte/emoticons/smile_regular.gif" /&gt;&lt;/p&gt;  &lt;p&gt;So let’s consider this scenario.&amp;#160; You have an SBS 2003 box, and at some point in time you completed a side-by-side installation of Windows SharePoint Services 3.0, and you have been using your WSS 3 site instead of the default WSS 2 companyweb site on SBS 2003.&amp;#160; Now you have this shiny new SBS 2008 box that is running WSS 3.0 already.&lt;/p&gt;  &lt;p&gt;Nick’s article gives you an option to move your WSS 3.0 site from your SBS 2003 box to the companyweb site on your SBS 2008 box.&amp;#160; But there’s one downfall – by using the backup &amp;amp; restore functionality in SharePoint’s stsadm utility, you’re effectively deleting the stock SBS 2008 companyweb site, and putting your existing WSS 3.0 site in its place.&amp;#160; Not that may not be a huge deal, but what if you want to use the SBS fax service and have faxes routed to your companyweb?&amp;#160; Well the fax library doesn’t exist (unless you’ve manually created it exactly like the SBS team had it).&amp;#160; Not to mention, your WSS 3.0 site that you restored most likely isn’t set up with the same security that the stock SBS 2008 companyweb used – meaning new users won’t automatically have access to the site unless you tweak the permissions.&lt;/p&gt;  &lt;p&gt;Instead of yanking out the stock SBS 2008 companyweb and replacing it with your existing WSS 3.0 site, the better solution is to integrate your existing site into the SBS 2008 companyweb.&amp;#160; And believe it or not – it is entirely possible (and even pretty simple) to do so&amp;#160; &lt;img alt="smile_regular" src="http://spaces.live.com/rte/emoticons/smile_regular.gif" /&gt;&lt;/p&gt;  &lt;p&gt;First and foremost – in order for this to succeed, you need to be running the same version of WSS 3.0 on both your SBS 2003 and SBS 2008.&amp;#160; On both servers, open SharePoint 3.0 Central Administration, navigate to the Operations tab, then click on the Servers in Farm link.&amp;#160; This will show your server along with its WSS version (e.g.&amp;#160; 12.0.0.6303).&amp;#160; Install any missing Service Packs / Updates so both servers are at the same version.&amp;#160; Penny has a great post &lt;a href="http://www.mindsharpblogs.com/penny/articles/481.aspx" target="_blank"&gt;here&lt;/a&gt; on identifying what updates correspond to what SharePoint version.&lt;/p&gt;  &lt;p&gt;On your SBS 2003 box, open a command prompt and navigate to&amp;#160; C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin&amp;#160;&amp;#160; and enter the following command:&lt;/p&gt;  &lt;p&gt;stsadm –o export –url &lt;a href="http://[sitename"&gt;http://[sitename&lt;/a&gt;] –filename [output path] –overwrite –includeusersecurity –versions 4&lt;/p&gt;  &lt;p&gt;Where&amp;#160; [sitename] = the name of your existing WSS 3 site and [output path] is the path to the directory where you want to store the export (e.g.&amp;#160; D:\WSSExport\sitename.dat ).&amp;#160; If the path includes long file/folder names, enclose the entire path in double quotes (e.g.&amp;#160; “D:\WSS Export\sitename.dat”&amp;#160; &lt;/p&gt;  &lt;p&gt;This command exports the contents of the specified site.&amp;#160; The –overwrite flag tells stsadm to replace the output file if it already exists.&amp;#160; The –includeusersecurity flag does just that – tells stsadm to include user security settings for all entities in the site.&amp;#160; Finally, the –versions 4 flag tells stsadm to export all versions of list items and documents.&amp;#160; &lt;/p&gt;  &lt;p&gt;By default, stsadm will create a new file when the output file reaches 25MB in size.&amp;#160; So if your resulting export is 90 MB, you will have four files – the first three being 25 MB each, and the last being 15 MB.&lt;/p&gt;  &lt;p&gt;Once the export completes, copy your export file(s) to your SBS 2008 box.&amp;#160; Then, on your SBS 2008 server, open a command prompt with administrator privileges.&amp;#160; Navigate to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin and enter the following command:&lt;/p&gt;  &lt;p&gt;stsadm –o import –url &lt;a href="http://companyweb"&gt;http://companyweb&lt;/a&gt; –filename [input path] –includeusersecurity &lt;/p&gt;  &lt;p&gt;Obviously, [input path] is the path to the location of the export files you copied to your SBS 2008 box.&amp;#160; Again, if there is a long file / folder name, enclose the entire path in double quotes.&amp;#160; If the output produced more than one file, you should specify the first file in this command&amp;#160; e.g.&amp;#160; “D:\WSS Import\sitename.dat”&lt;/p&gt;  &lt;p&gt;When the command completes, you can navigate to &lt;a href="http://companyweb"&gt;http://companyweb&lt;/a&gt;.&amp;#160;&amp;#160; Your first impression will be that you are looking at your original WSS 3.0 site – because the companyweb will be using the theme, Quick Launch &amp;amp; Top Link bars from the imported site.&amp;#160; However, the two sites have actually been merged in to one.&amp;#160; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Every list, library, and sub-site from your previous site that did not already exist in the SBS 2008 companyweb was created with the previous security settings and all content (including versions) restored.&lt;/li&gt;    &lt;li&gt;Every list, library, and sub-site that exists in both sites have been merged, so that content from the export has been added to the corresponding entity in the SBS 2008 companyweb.&amp;#160; (For example - if your original WSS 3.0 site included an Announcements list, you will see that both your previous announcements and the SBS 2008 companyweb announcements exist in the same announcements list).&lt;/li&gt;    &lt;li&gt;SBS 2008 companyweb entities are still present – including the Fax Center document library and the Archived E-Mails sub-site.&lt;/li&gt;    &lt;li&gt;Security for the two sites have been merged.&amp;#160; The default groups used by SBS 2008 are still present and granted access.&amp;#160; Additionally, user permissions from your original site have been merged in to the site as well.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;At this point, you just have some basic tweaking to do – including adding the Fax Center library and/or Archived E-Mails sub-site to the Quick Launch, etc.&amp;#160; &lt;/p&gt;  &lt;p&gt;For simplified administration moving forward, I recommend reviewing permissions throughout the site and replacing permissions on the old site with the groups used by SBS 2008.&amp;#160; The fewer groups that are used, and the fewer explicit permissions granted to specific users, the easier your SharePoint security administration will be moving forward.&amp;#160; Note that you can add Active Directory Security Groups as members to SharePoint groups.&amp;#160; This way you can use SharePoint groups to control access to libraries, lists, &amp;amp; sub-sites in SharePoint.&amp;#160; Additionally, you can then create new User Roles in your SBS 2008 Console that include membership to necessary AD Security Groups.&amp;#160; This way, when you create a new user via the SBS 2008 console, you can select the correct User Role, and the resulting new user will automatically have access to the right areas in your companyweb.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1680493" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS+2008/default.aspx">SBS 2008</category></item><item><title>Managing Sharepoint in SBS 2008</title><link>http://msmvps.com/blogs/cgross/archive/2009/03/17/managing-sharepoint-in-sbs-2008.aspx</link><pubDate>Tue, 17 Mar 2009 16:26:49 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1678726</guid><dc:creator>cgross</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=1678726</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=1678726</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2009/03/17/managing-sharepoint-in-sbs-2008.aspx#comments</comments><description>&lt;p&gt;Join me and Amy Babinchak this Thursday (3/19) @ noon Eastern time as we discuss managing Windows SharePoint Services 3.0 in Small Business Server 2008.&amp;#160; We will be talking about the what has changed with SharePoint from SBS 2003 to SBS 2008, most notably the move to WSS 3.0 and the new features &amp;amp; functionality available.&amp;#160; We will also be talking about emailing SharePoint lists &amp;amp; libraries directly, as well as backup and disaster recovery considerations&amp;#160; &lt;/p&gt;  &lt;p&gt;When: Thursday, Mar 19, 2009 12:00 PM (EST)    &lt;br /&gt;Scheduled to Occur: Once     &lt;br /&gt;Duration: 1:30 &lt;/p&gt;  &lt;p&gt;Third Tier has invited you to attend an online meeting using    &lt;br /&gt;Microsoft Office Live Meeting. &lt;/p&gt;  &lt;p&gt;&lt;a href="https://www.livemeeting.com/cc/mvp/join?id=9THDZK&amp;amp;role=attend&amp;amp;pw=RpJ%285j%3A%2F6"&gt;https://www.livemeeting.com/cc/mvp/join?id=9THDZK&amp;amp;role=attend&amp;amp;pw=RpJ%285j%3A%2F6&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Meeting time: Mar 19, 2009 12:00 PM (EST)&amp;#160; &lt;/p&gt;  &lt;p&gt;Add to my Outlook Calendar:    &lt;br /&gt;&lt;a href="https://www.livemeeting.com/cc/mvp/meetingICS?id=9THDZK&amp;amp;role=attend&amp;amp;pw=RpJ%285j%3A%2F6&amp;amp;i=i.ics"&gt;https://www.livemeeting.com/cc/mvp/meetingICS?id=9THDZK&amp;amp;role=attend&amp;amp;pw=RpJ%285j%3A%2F6&amp;amp;i=i.ics&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;AUDIO INFORMATION    &lt;br /&gt;-Computer Audio(Recommended)     &lt;br /&gt;To use computer audio, you need speakers and microphone, or a     &lt;br /&gt;headset. &lt;/p&gt;  &lt;p&gt;FIRST-TIME USERS    &lt;br /&gt;To save time before the meeting, check your system to make sure it is     &lt;br /&gt;ready to use Microsoft Office Live Meeting.     &lt;br /&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=90703"&gt;http://go.microsoft.com/fwlink/?LinkId=90703&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;TROUBLESHOOTING    &lt;br /&gt;Unable to join the meeting? Follow these steps:     &lt;br /&gt;&amp;#160; 1. Copy this address and paste it into your web browser:     &lt;br /&gt;&lt;a href="https://www.livemeeting.com/cc/mvp/join"&gt;https://www.livemeeting.com/cc/mvp/join&lt;/a&gt;    &lt;br /&gt;&amp;#160; 2. Copy and paste the required information:     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Meeting ID: 9THDZK     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Entry Code: RpJ(5j:/6     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Location: &lt;a href="https://www.livemeeting.com/cc/mvp"&gt;https://www.livemeeting.com/cc/mvp&lt;/a&gt;    &lt;br /&gt;If you still cannot enter the meeting, contact support:     &lt;br /&gt;&lt;a href="http://r.office.microsoft.com/r/rlidLiveMeeting?p1=12&amp;amp;p2=en_US&amp;amp;p3=LMInfo&amp;amp;p4=support"&gt;http://r.office.microsoft.com/r/rlidLiveMeeting?p1=12&amp;amp;p2=en_US&amp;amp;p3=LMInfo&amp;amp;p4=support&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;NOTICE    &lt;br /&gt;Microsoft Office Live Meeting can be used to record meetings.     &lt;br /&gt;By participating in this meeting, you agree that your communications     &lt;br /&gt;may be monitored or recorded at any time during the meeting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1678726" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS+2008/default.aspx">SBS 2008</category></item><item><title>Large Files in SBS 2008’s Companyweb</title><link>http://msmvps.com/blogs/cgross/archive/2009/02/25/large-files-in-sbs-2008-s-companyweb.aspx</link><pubDate>Thu, 26 Feb 2009 03:29:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1673957</guid><dc:creator>cgross</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=1673957</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=1673957</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2009/02/25/large-files-in-sbs-2008-s-companyweb.aspx#comments</comments><description>&lt;p&gt;If you are making use of document libraries in your companyweb on SBS 2008, you may have noticed that you aren&amp;rsquo;t able to upload large files (&amp;gt; ~28MB) to a document library.&amp;nbsp; When you attempt, you receive a 404 error in your browser.&amp;nbsp; Additionally, you have tried setting the upload size in SharePoint Central Administration, but you are still encountering the problem.&lt;/p&gt;
&lt;p&gt;This behavior is due to certain changes within IIS7.&amp;nbsp; To increase the upload file size limit for your SBS 2008 companyweb, you must edit the web.config file for the companyweb application in addition to increasing the limit in SharePoint Central Administration.&lt;/p&gt;
&lt;p&gt;First &amp;ndash; set the new limit in SharePoint Central Administration (if you haven&amp;rsquo;t already):&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Log in to your SBS and navigate to Start | Administrative Tools | SharePoint 3.0 Central Administration &lt;/li&gt;
&lt;li&gt;At the User Access Control prompt, click &lt;em&gt;Continue&lt;/em&gt; &lt;/li&gt;
&lt;li&gt;In SharePoint 3.0 Central Administration, navigate to the Application Management tab and click on &lt;em&gt;Web Application General Settings&lt;/em&gt;. &lt;/li&gt;
&lt;li&gt;On the Web Application General Settings page, verify that the selected web application is &lt;em&gt;&lt;a href="https://remote.domain.com:987"&gt;https://remote.domain.com:987&lt;/a&gt;.&lt;/em&gt;&amp;nbsp; &lt;ol&gt;
&lt;li&gt;If this application is not selected, click on the web application and select &lt;em&gt;Change web application&lt;/em&gt;. &lt;/li&gt;
&lt;li&gt;In the Select Web Application window that opens, click to select the &lt;em&gt;SBS SharePoint &lt;/em&gt;application. &lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;In the &lt;em&gt;Maximum Upload Size&lt;/em&gt; field, enter the maximum upload size you want to allow. &lt;/li&gt;
&lt;li&gt;Scroll to the bottom of the page and click &lt;em&gt;OK&lt;/em&gt; to save the changes. &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;After setting the increased limit in SharePoint 3.0 Central Administration, you must set the increased value in the companyweb web.config file:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open My Computer and navigate to C:\Program Files\Windows Small Business Server\bin\webapp\InternalWebSite &lt;/li&gt;
&lt;li&gt;Right-click on the &lt;em&gt;web.config &lt;/em&gt;file and select &lt;em&gt;Properties&lt;/em&gt;. &lt;/li&gt;
&lt;li&gt;Go to the &lt;em&gt;Security &lt;/em&gt;tab and verify the administrative user you are logged in as has modify permissions on this file.&amp;nbsp; (By default, the administrator account you create during setup will only have read access).&amp;nbsp; &lt;/li&gt;
&lt;li&gt;If necessary, click the &lt;em&gt;Edit&lt;/em&gt; button to give your administrative user Modify permissions. &lt;/li&gt;
&lt;li&gt;Click &lt;em&gt;OK&lt;/em&gt; to close the file properties. &lt;/li&gt;
&lt;li&gt;Open the web.config file in notepad. &lt;/li&gt;
&lt;li&gt;Scroll to the bottom of the file.&amp;nbsp; Directly above the &amp;lt;/Configuration&amp;gt; line, enter the following:&lt;/li&gt;
&lt;pre class="csharpcode"&gt;&amp;lt;/System.Workflow.ComponentModel.WorkflowCompiler&amp;gt;
 &amp;lt;system.webServer&amp;gt;&amp;lt;security&amp;gt;&amp;lt;requestFiltering&amp;gt;&amp;lt;requestLimits maxAllowedContentLength=&lt;span class="str"&gt;&amp;quot;52428800&amp;quot;&lt;/span&gt; /&amp;gt;&amp;lt;/requestFiltering&amp;gt;&amp;lt;/security&amp;gt;&amp;lt;/system.webServer&amp;gt;&lt;/pre&gt;

&lt;li&gt;The maxAllowedContentLength= value listed is in bytes.&amp;nbsp; The value dispayed (52428800) corresponds to 50 MB.&amp;nbsp; I recommend making this value slightly larger than the max upload size you specified in SharePoint 3.0 Central Administration.&amp;nbsp; If this value is equal to or less than the value in SharePoint 3.0 Central Administration, users may not receive the friendly error page indicating they exceeded the file size limit.&lt;/li&gt;
&lt;li&gt;Save the changes to the web.config file.&lt;/li&gt;
&lt;li&gt;Open IIS 7 Administration (Start | Administrative Tools | Internet Information Services (IIS) Manager ).&lt;/li&gt;
&lt;li&gt;Expand &amp;lt;servername&amp;gt;, then expand Sites.&lt;/li&gt;
&lt;li&gt;In the list of sites in the content pane, click to highlight the SBS SharePoint site.&lt;/li&gt;
&lt;li&gt;In the &lt;em&gt;Manage Web Site&lt;/em&gt; section of the right-hand pane, click &lt;em&gt;Restart &lt;/em&gt;to restart the web site.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Your users should now be able to upload large files to your companyweb document libraries.&amp;nbsp; However, depending on how large of files users are actually uploading, their uploads may still fail &amp;ndash; not due to a size restriction, but rather an IIS timeout issue.&amp;nbsp; To adjust the timeout values for your site, take a look at &lt;a target="_blank" href="http://donpistulka.spaces.live.com/blog/cns!1351C78C5D7326F4!1010.entry"&gt;this post&lt;/a&gt; over on Don&amp;rsquo;s blog.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1673957" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS+2008/default.aspx">SBS 2008</category></item><item><title>Using your SQL in SBS R2 Premium as a back-end for WSS 3.0</title><link>http://msmvps.com/blogs/cgross/archive/2007/05/28/using-your-sql-in-sbs-r2-premium-as-a-back-end-for-wss-3-0.aspx</link><pubDate>Mon, 28 May 2007 18:23:56 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:930675</guid><dc:creator>cgross</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=930675</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=930675</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2007/05/28/using-your-sql-in-sbs-r2-premium-as-a-back-end-for-wss-3-0.aspx#comments</comments><description>&lt;p&gt;I have been getting this question a lot recently, so I decided I should probably blog it.&lt;/p&gt; &lt;p&gt;When you install Windows SharePoint Services 3.0 using the published &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0daafc81-efff-4f5b-a28a-8265f1e99f5b&amp;amp;DisplayLang=en" target="_blank"&gt;document&lt;/a&gt; from Microsoft, Windows SharePoint Services is set up as a stand-alone server.&amp;nbsp; This configuration results in Microsoft SQL Server Embedded Edition (SSEE) being installed as the SharePoint v3 data source.&lt;/p&gt; &lt;p&gt;For SBS Premium customers who want to use their version of SQL Server as the data store for SharePoint v3, you need to deviate from Microsoft&amp;#39;s published installation document.&amp;nbsp; Specifically, on page 7 under step 4b select &amp;quot;Front-End Server&amp;quot; instead of &amp;quot;Stand-Alone Server&amp;quot;&amp;nbsp; This will result in the setup process not installing SSEE on the server.&amp;nbsp;&lt;/p&gt; &lt;p&gt;When you run the SharePoint&amp;nbsp;Products and Technologies&amp;nbsp;Configuration Wizard after the install finishes, you will be given the option of either joining an existing SharePoint farm, or creating a new farm.&amp;nbsp; Select to Create a new SharePoint Farm, and you will be able to specify the SQL server instance you want to use as your data store.&amp;nbsp; The wizard will then complete the SharePoint configuration and you will then be running SharePoint 3.0 with a full SQL data store instead of SSEE.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=930675" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>SharePoint v3, Updates and 404 Errors</title><link>http://msmvps.com/blogs/cgross/archive/2007/05/15/sharepoint-v3-updates-and-404-errors.aspx</link><pubDate>Tue, 15 May 2007 21:39:23 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:906172</guid><dc:creator>cgross</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=906172</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=906172</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2007/05/15/sharepoint-v3-updates-and-404-errors.aspx#comments</comments><description>&lt;p&gt;I think I figured out how I blew up my SharePoint on my test box a couple weeks ago.&amp;nbsp; I mentioned in my previous &lt;a href="http://msmvps.com/blogs/cgross/archive/2007/05/09/moving-a-wss-3-0-site-to-a-new-farm.aspx" target="_blank"&gt;post&lt;/a&gt; that I blew up SharePoint while testing an upgrade scenario.&amp;nbsp; Of course, being a typical tech working on a test box, I was guilty of changing too many things at once - including changing the SharePoint config and applying patches.&amp;nbsp; I know, I know - whip me, beat me, and send me to my room . . . &lt;/p&gt; &lt;p&gt;I&amp;#39;m doing a little server consolidation here getting ready to move our servers in to a data center.&amp;nbsp; So I did a clean install of Windows Server 2003 R2 on what is destined to be my new web server.&amp;nbsp; I proceeded to get SharePoint, SQL, and all of my other stuff installed, then updated the box via Microsoft Update.&amp;nbsp; About 50 updates (including Win2k3 SP2 - yes, I am a glutton for punishment) and a few reboots later, the server was fully patched and humming right along.&amp;nbsp; I opened SharePoint 3.0 Central Administration and after a few seconds was presented with a nice 404 Page Not Found error.&lt;/p&gt; &lt;p&gt;WTF?&lt;/p&gt; &lt;p&gt;I verified my services were running, then went to check out the Event Viewer.&amp;nbsp; In the Application Event Logs, I saw a slew of SharePoint errors with Event ID 5586 with details about being unable to connect to the database.&amp;nbsp; Looking up this error on EventID.net, there wasn&amp;#39;t much there - and I wasn&amp;#39;t particularly keen on running &lt;strong&gt;&lt;em&gt;psconfig -cmd upgrade -force&lt;/em&gt;&lt;/strong&gt; and then uninstalling / reinstalling SharePoint.&lt;/p&gt; &lt;p&gt;Googling on &amp;quot;SharePoint event id 5586&amp;quot; wasn&amp;#39;t very helpful either.&amp;nbsp; I encountered a number of threads that all referenced the hotfix from KB 932091 not installing correctly, and recommending extracting the update and manually running it again.&amp;nbsp; I had tried this a couple weeks ago on my test box to no avail, and found several others in the threads that this didn&amp;#39;t work for.&amp;nbsp; Just to be safe, I tried it again on this box, but it still didn&amp;#39;t work.&lt;/p&gt; &lt;p&gt;One difference with this server is that I am actually running full SQL 2005 (instead of&amp;nbsp;SSEE on the test box), so I could access my database via the SQL Management Studio.&amp;nbsp; When I opened the Management Studio and attempted to connect to my database instance, after a long pause the Management Studio threw an error that it wasn&amp;#39;t able to connect to the database instance - I discovered I received the error whether I was trying to connect via Windows or SQL Authentication, which was an interesting tidbit of information I hadn&amp;#39;t found when troubleshooting the issue on the test box with SSEE.&lt;/p&gt; &lt;p&gt;On a whim, I decided to check the SQL Client Configuration - since I remembered seeing something similar in the past with Microsoft Retail Management System when it couldn&amp;#39;t connect to the database.&amp;nbsp; I went to Start | Run and&amp;nbsp;&amp;nbsp; &lt;strong&gt;&lt;em&gt;cliconfg&lt;/em&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt; &lt;p&gt;This is what your cliconfg should show:&lt;/p&gt; &lt;p&gt;&lt;a href="http://msmvps.com/blogs/cgross/WindowsLiveWriter/SharePointv3Updatesand404Errors_EA0F/cliconfg-right%5B3%5D.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="153" src="http://msmvps.com/blogs/cgross/WindowsLiveWriter/SharePointv3Updatesand404Errors_EA0F/cliconfg-right_thumb%5B1%5D.jpg" width="240" border="0" alt="" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;This is what cliconfg showed on this server:&lt;/p&gt; &lt;p&gt;&lt;a href="http://msmvps.com/blogs/cgross/WindowsLiveWriter/SharePointv3Updatesand404Errors_EA0F/cliconfg-wrong%5B3%5D.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="152" src="http://msmvps.com/blogs/cgross/WindowsLiveWriter/SharePointv3Updatesand404Errors_EA0F/cliconfg-wrong_thumb%5B1%5D.jpg" width="240" border="0" alt="" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;I enabled TCP/IP and Named Pipes, then selected &amp;quot;Enable shared memory protocol.&amp;quot;&amp;nbsp; After clicking OK and rebooting - Voila!&amp;nbsp; SharePoint is back in business and SQL Management Studio can connect to my database instance via both Windows and SQL Authentication.&lt;/p&gt; &lt;p&gt;I&amp;#39;m not sure which update broke this, but considering in the course of 3 reboots I MU&amp;#39;d approximately 50 updates (including SQL2k5 SP1, 932091, and Win2k3 SP2) - it&amp;#39;s hard to know exactly what disabled my SQL client protocols.&amp;nbsp; But it was an easy fix, and it&amp;#39;s working now - so I&amp;#39;m happy&amp;nbsp; &lt;img alt="smile_regular" src="http://spaces.live.com/rte/emoticons/smile_regular.gif" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=906172" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>Moving a WSS 3.0 site to a new farm</title><link>http://msmvps.com/blogs/cgross/archive/2007/05/09/moving-a-wss-3-0-site-to-a-new-farm.aspx</link><pubDate>Thu, 10 May 2007 04:12:31 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:896657</guid><dc:creator>cgross</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=896657</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=896657</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2007/05/09/moving-a-wss-3-0-site-to-a-new-farm.aspx#comments</comments><description>&lt;p&gt;If you haven&amp;#39;t heard already, I am going to be at Jeff Middleton&amp;#39;s &lt;a href="http://www.conference2007.sbsmigration.com/" target="_blank"&gt;SMB Disaster Recovery Conference&lt;/a&gt; in New Orleans at the end of this month, and at some point during the weekend I will be discussing Windows SharePoint Services in the context of Disaster Recovery - not only how to recover from a SharePoint disaster, but how SharePoint can be a valuable technology in the face of a true catastrophic disaster.&lt;/p&gt; &lt;p&gt;Well, it just so happens that I have had my own little SharePoint disaster on my hands.&amp;nbsp; A little over a week a go, I was testing a SharePoint&amp;nbsp;upgrade scenario on my web server and proceded to blow up WSS 3.0 on that box.&amp;nbsp; The good news was that I had a disaster to fine-tune my recovery skills.&amp;nbsp; The bad news?&amp;nbsp; Being a bit lazy I actually had a production SharePoint site on that server (oops &lt;img alt="smile_embaressed" src="http://spaces.live.com/rte/emoticons/smile_embaressed.gif" /&gt;&amp;nbsp; )&amp;nbsp;&amp;nbsp; Luckily, the production site was non-critical (just the site for my family - and while they&amp;#39;re used to me blowing things up, I really didn&amp;#39;t want to have to mess with recreating that site and it&amp;#39;s 20GB of data).&amp;nbsp; And I&amp;#39;ll also admit that I was &lt;em&gt;slightly&lt;/em&gt; behind on my SharePoint-based backups for that site as well - far enough behind that I really didn&amp;#39;t want to have to go that far back if I didn&amp;#39;t have to.&lt;/p&gt; &lt;p&gt;I&amp;#39;ll admit that I&amp;#39;m not making much progress with repairing the WSS installation on the web server - I&amp;#39;ve tried just about everything, and it looks like I&amp;#39;m going to break down and call PSS to get it working again, assuming I don&amp;#39;t just re-install.&amp;nbsp; Naturally, the only thing holding me back was this one site that I really wanted to salvage.&amp;nbsp; Well I&amp;#39;m happy to say that after some trial &amp;amp; error (and the help of Google), I have the site up and running on a separate SharePoint farm - and it was actually quite painless.&lt;/p&gt; &lt;p&gt;First - for the sake of clarity, I&amp;#39;m going to talk about this process in terms of moving a site to a different SharePoint farm, for the simple fact that we can have multiple front-end servers running SharePoint in a single farm, and moving a site to different servers in a single farm is a separate process.&amp;nbsp; Most SBSers are going to be running a single server farm, and as such will often talk about moving a site between servers, when they&amp;#39;re really talking about moving between farms.&amp;nbsp; &lt;/p&gt; &lt;p&gt;So to accomplish this task, here&amp;#39;s what I did:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;1)&amp;nbsp; On the database server for the current farm, I performed an offline backup of the content database for the site I wanted to move.&amp;nbsp; (Easiest way to accomplish this is to stop your SharePoint database service and copy your .mdf &amp;amp; .ldf files).&lt;/p&gt; &lt;p&gt;2)&amp;nbsp; I restored the .mdf &amp;amp; .ldf files for the content database to the SQL data directory on the database server for the&amp;nbsp;new farm.&lt;/p&gt; &lt;p&gt;3)&amp;nbsp; I attached the restored database to the SQL instance for the new farm.&lt;/p&gt; &lt;p&gt;4)&amp;nbsp; On the new farm, I opened SharePoint Central Administration.&lt;/p&gt; &lt;p&gt;5)&amp;nbsp; On the Application Management tab, I created a new SharePoint Application.&amp;nbsp; In doing so, I created a new web site that used the same port and host header the site on the&amp;nbsp;original farm used.&lt;/p&gt; &lt;p&gt;6)&amp;nbsp; When the application creation process completed, I did &lt;strong&gt;&lt;u&gt;not&lt;/u&gt;&lt;/strong&gt; run the Site Collection Creation Wizard.&lt;/p&gt; &lt;p&gt;7)&amp;nbsp; Within SharePoint Central Administration Application Management tab, I clicked on Content Databases.&lt;/p&gt; &lt;p&gt;8)&amp;nbsp; I verified the Web Application, then clicked on the content database (which should be an empty content database created during the Web Application creation process)&lt;/p&gt; &lt;p&gt;9)&amp;nbsp; On the Content Database Settings page, I changed the database status from &lt;em&gt;Ready&lt;/em&gt; to &lt;em&gt;Offline&lt;/em&gt;, clicked to select the option to &lt;em&gt;Remove Content Database &lt;/em&gt;and clicked &lt;em&gt;&lt;strong&gt;OK&lt;/strong&gt;&lt;/em&gt;.&lt;/p&gt; &lt;p&gt;10) Back on the Manage Content Databases page, I verified the web application then clicked &lt;em&gt;Add a content database&lt;/em&gt;.&lt;/p&gt; &lt;p&gt;11)&amp;nbsp;On the &lt;em&gt;Add Content Database&lt;/em&gt; page, I entered the name of my SQL server where I attached my restored database, as well as the database name.&amp;nbsp; I verified Windows Authentication was selected, selected the appropriate Search Server, and clicked OK.&lt;/p&gt; &lt;p&gt;12)&amp;nbsp; Once that process finished, I was returned to the Manage Content Databases tab and could see that the restored content database was now associated with the web application I had created minutes earlier.&lt;/p&gt; &lt;p&gt;13)&amp;nbsp; I edited my local hosts file so the URL of my site would resolve to the local server&lt;/p&gt; &lt;p&gt;14)&amp;nbsp; I opened a command prompt and ran an iisreset, then ran an&amp;nbsp; ipconfig /flushdns, then pinged my site URL to verify it resolved to the local server.&lt;/p&gt; &lt;p&gt;15)&amp;nbsp; I opened Internet Explorer and browsed to my site - and voila! there it was&amp;nbsp;&lt;img alt="smile_regular" src="http://spaces.live.com/rte/emoticons/smile_regular.gif" /&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;So in the big picture, what is the big deal here?&amp;nbsp; The significance is that with WSS 3.0, you can actually restore one or more SharePoint web applications to a new farm with nothing besides a file-level backup of your content database.&amp;nbsp; And if you ever tried accomplishing the same feat with WSS 2.0, you can appreciate just how significant this functionality is.&amp;nbsp; Don&amp;#39;t get me wrong - this isn&amp;#39;t going to be the preferred method (I still recommend you take a look at native backup/restore functionality either from within SharePoint Central Administration or via the command line using stsadm.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=896657" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/Cool_2100_/default.aspx">Cool!</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>New York, New York!</title><link>http://msmvps.com/blogs/cgross/archive/2007/04/30/new-york-new-york.aspx</link><pubDate>Mon, 30 Apr 2007 22:47:59 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:885249</guid><dc:creator>cgross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=885249</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=885249</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2007/04/30/new-york-new-york.aspx#comments</comments><description>&lt;p&gt;Ok gang - just a quick heads up that due to a twist of fate, I am going to be presenting on SharePoint at &lt;a href="http://www.smbnation.com/SMB%20Nation%20Easy.htm" target="_blank"&gt;SMB Nation East&lt;/a&gt; this weekend.&amp;nbsp; There&amp;#39;s still room if you haven&amp;#39;t signed up yet.&amp;nbsp; I&amp;#39;ll be doing a deep dive on SharePoint 3.0 - and this will not be death by PowerPoint - but live demos.&lt;/p&gt; &lt;p&gt;Did you know that for all of our customers who have upgraded to Office 2007, SharePoint 3.0 has been the driving force and single greatest factor in selling those upgrades?&amp;nbsp; I&amp;#39;ll show you why - this Friday at 1:30pm &lt;img alt="smile_regular" src="http://spaces.live.com/rte/emoticons/smile_regular.gif" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=885249" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/Community/default.aspx">Community</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>You do know about GroupBoard?</title><link>http://msmvps.com/blogs/cgross/archive/2007/02/07/you-do-know-about-groupboard.aspx</link><pubDate>Wed, 07 Feb 2007 06:12:13 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:550303</guid><dc:creator>cgross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=550303</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=550303</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2007/02/07/you-do-know-about-groupboard.aspx#comments</comments><description>&lt;p&gt;Just like they did with SharePoint Services 2.0, Microsoft has released application templates for SharePoint Services 3.0, which can be found &lt;a href="http://www.microsoft.com/technet/windowsserver/sharepoint/wssapps/templates/default.mspx" target="_blank"&gt;here&lt;/a&gt;.&amp;nbsp; And while you're there, take a minute to read through the list of Server Admin Templates that are coming soon . . .&amp;nbsp; there's several things in there that I can't wait to get my hands on.&lt;/p&gt; &lt;p&gt;So far, the most exciting of the offerings is the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4030d847-31bc-43ea-90ec-111b546d5411&amp;amp;DisplayLang=en" target="_blank"&gt;GroupBoard&lt;/a&gt; template:&lt;/p&gt; &lt;p&gt;&lt;a href="http://msmvps.com/blogs/cgross/WindowsLiveWriter/YoudoknowaboutGroupBoard_2D4/GroupBoard%5B1%5D.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="180" src="http://msmvps.com/blogs/cgross/WindowsLiveWriter/YoudoknowaboutGroupBoard_2D4/GroupBoard.jpg" width="240" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;This single template has standard many of the most popular functionality requests that I've had from clients and end users over the last couple years, including:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;*&amp;nbsp;&amp;nbsp; In/Out Board&lt;/p&gt; &lt;p&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;"While You Were Out" messaging&lt;/p&gt; &lt;p&gt;*&amp;nbsp;&amp;nbsp; Resource Grouping / Organization Chart&lt;/p&gt; &lt;p&gt;*&amp;nbsp;&amp;nbsp; Timesheets&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Definitely worth taking a look at.&lt;/p&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=550303" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/Small+Biz/default.aspx">Small Biz</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Cool_2100_/default.aspx">Cool!</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>PDF Icon Update</title><link>http://msmvps.com/blogs/cgross/archive/2007/02/05/pdf-icon-update.aspx</link><pubDate>Mon, 05 Feb 2007 07:01:29 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:545127</guid><dc:creator>cgross</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=545127</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=545127</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2007/02/05/pdf-icon-update.aspx#comments</comments><description>&lt;p&gt;Ever since I &lt;a href="http://msmvps.com/blogs/cgross/archive/2004/10/26/16679.aspx" target="_blank"&gt;blogged&lt;/a&gt; about my batch file to simplify the task of getting a PDF icon to display in SharePoint 2.0 document libraries back in October of 2004, it has been the single-most popular post on my blog (with almost 60,000 hits to date).&amp;nbsp; Well, ever since Windows SharePoint Services 3.0 was released, I knew that I needed to update my batch file, it just wasn't quite at the top of the to-do list.&amp;nbsp; But now the wait is over - I have posted an updated package &lt;a href="http://msmvps.com/files/folders/545072/download.aspx" target="_blank"&gt;here&lt;/a&gt;.&amp;nbsp; &lt;/p&gt; &lt;p&gt;Here's the details and caveats regarding these files:&lt;/p&gt; &lt;p&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp; The package (pdficon.zip) contains four files:&amp;nbsp; pdf.png (the pdf icon), docicon_v2.xml (the updated docicon.xml file for WSS 2.0), docicon_v3 (the updated docicon.xml file for WSS 3.0) and&amp;nbsp; pdficon.vbs&amp;nbsp; (the VBScript that makes our lives easier &lt;img alt="smile_regular" src="http://spaces.live.com/rte/emoticons/smile_regular.gif"&gt;&amp;nbsp;)&lt;/p&gt; &lt;p&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pdf.png&amp;nbsp; is an updated PDF icon that is a little more current (basically, it doesn't remind you of Acrobat 4.0 like the last one did)&lt;/p&gt; &lt;p&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is one of my first VBScripts, and as such I didn't get some of the functionality in there that I would have liked to.&amp;nbsp; Mainly, the script makes the assumption that your SharePoint installations were in the default locations (in C:\Program Files\...).&amp;nbsp; Secondly, it is not localized - it's specific to an English installation.&amp;nbsp; If I actually get the time to learn some scripting, then maybe I can tackle those shortcomings.&lt;/p&gt; &lt;p&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;What the script DOES do is install the PDF icon for both SharePoint 2.0 and SharePoint 3.0.&amp;nbsp; Basically, it looks to see if you have a docicon.xml file in the default WSS 2.0 directory.&amp;nbsp; If so, it assumes that WSS 2.0 is installed, it renames your existing docicon.xml file to docicon.old, copies the docicon_v2.xml file as docicon.xml to the WSS 2.0 XML directory, and copies the pdf.png file to the WSS 2.0 images directory.&amp;nbsp; It then does the same for WSS 3.0 - checks for the existence of docicon.xml in the default WSS 3.0 XML directory and if so, completes the required file operations.&amp;nbsp; If it doesn't find the docicon.xml file in either location, it doesn't do anything.&amp;nbsp; Finally, if it did find either WSS 2.0 or 3.0, it finishes up by doing an iisreset.&lt;/p&gt; &lt;p&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The script will notify you with a&amp;nbsp;message box&amp;nbsp;when it completes, and it also writes a log file to C:\pdficon.log&lt;/p&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=545127" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>Companyweb &amp; Sharepoint v3 - Part 5</title><link>http://msmvps.com/blogs/cgross/archive/2007/02/04/companyweb-sharepoint-v3-part-5.aspx</link><pubDate>Mon, 05 Feb 2007 02:51:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:544669</guid><dc:creator>cgross</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=544669</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=544669</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2007/02/04/companyweb-sharepoint-v3-part-5.aspx#comments</comments><description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a.k.a.&amp;nbsp; -&amp;nbsp; Living on the Edge.&amp;nbsp; Just remember, there's a reason it's called &lt;EM&gt;the bleeding edge&lt;/EM&gt; . . .&amp;nbsp;&amp;nbsp;&amp;nbsp; Here's your warning:&amp;nbsp; In this post I am going to explain configuration changes I made to my own internal production environment to get &lt;A href="http://companyweb/"&gt;http://companyweb&lt;/A&gt; to point to a new WSS v3 site.&amp;nbsp; &lt;STRONG&gt;&lt;EM&gt;This configuration is not supported by Microsoft or myself.&amp;nbsp; If you decide to try to replicate these settings in your environment, you are doing so at your own risk.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;OK, let's recap.&amp;nbsp; We've talked about the benefits of Sharepoint v3? Check.&amp;nbsp; We've talked about planning what we're going to move, how we're going to move it, and what we're going to have to clean up after the move?&amp;nbsp; Check.&amp;nbsp; We've talked about prepping our environment so that WSS v3 search works?&amp;nbsp; Check.&amp;nbsp; We've talked about installing WSS v3 and accessing it via a common name?&amp;nbsp; Check.&amp;nbsp; Chad has&amp;nbsp;warned everyone that just because he's crazy enough to implement a non-supported configuration doesn't me he's recommending it or supporting it?&amp;nbsp; Check.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;First, it's important to discuss why having &lt;A href="http://companyweb/"&gt;http://companyweb&lt;/A&gt; point to your new WSS v3 web site is not supported.&amp;nbsp; As we all know, there is a decent amount of integration between the SBS wizards and our WSS v2 companyweb site.&amp;nbsp; Additionally, that integration is heavily dependent on DNS resolution to companyweb.&amp;nbsp; However, the key issue is with the integrated SBS setup.&amp;nbsp; If you find yourself in a position where you need to re-run SBS Integrated Setup and touch the Intranet piece, it's going to try to access your WSS v3 site, and with the differences between WSS v2 and v3 - well, let's just say it's not going to be pretty and will break more than it fixes.&lt;/P&gt;
&lt;P&gt;It's important to note that I installed and configured my new WSS v3 site using the process I outlined in my previous &lt;A href="http://msmvps.com/blogs/cgross/archive/2007/02/04/companyweb-sharepoint-v3-part-4.aspx" target=_blank&gt;post&lt;/A&gt;, and migrated all of my content over to my new WSS v3 site prior to making the changes mentioned below.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;So when I was looking at deploying WSS v3 and deciding if I wanted to tackle having &lt;A href="http://companyweb/"&gt;http://companyweb&lt;/A&gt; resolve to a new v3 site, I decided that if I were to do this, I needed to leave myself a backdoor so that I could point companyweb to the original companyweb site in the event that I found myself needing to re-run SBS Integrated Setup and touch various intranet components.&amp;nbsp; Additionally, I wanted to be able to access the original companyweb site if need be after migrating everyone to a new v3 site.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Here's what I came up with.&amp;nbsp; First - I needed to configure the original companyweb so that I could access it using another name.&amp;nbsp; For my environment, I chose to use&amp;nbsp; &lt;A href="http://companywebold/"&gt;http://companywebold&lt;/A&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;1)&amp;nbsp;&amp;nbsp; I started with adding the entry to our internal DNS so that companyebold resolved to the internal IP of our SBS.&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp;&amp;nbsp; I flushed the DNS cache and verified that my SBS responded when I pinged&amp;nbsp; companywebold&lt;/P&gt;
&lt;P&gt;3)&amp;nbsp;&amp;nbsp; I opened Sharepoint Central Administration (v2) and clicked the link to &lt;EM&gt;Configure Virtual Server Settings&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;4)&amp;nbsp;&amp;nbsp; I clicked to select the &lt;EM&gt;companyweb&lt;/EM&gt; virtual server, then clicked to &lt;EM&gt;Remove Windows SharePoint Services from virtual server&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;5)&amp;nbsp;&amp;nbsp; I verified that the &lt;EM&gt;Remove without deleting content databases &lt;/EM&gt;option was selected and clicked &lt;EM&gt;OK&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;6)&amp;nbsp;&amp;nbsp; I opened IIS Manager, and opened the Properties page for the companyweb web site.&lt;/P&gt;
&lt;P&gt;7)&amp;nbsp;&amp;nbsp; I added two new host headers to the companyweb site - companywebold&amp;nbsp;&amp;nbsp; and&amp;nbsp;&amp;nbsp;companywebold.domain.local&amp;nbsp;&amp;nbsp;&amp;nbsp; Both host headers were bound to port 80 on the internal IP of the SBS (not &lt;EM&gt;all unassigned&lt;/EM&gt;).&amp;nbsp; DO NOT REMOVE the &lt;EM&gt;companyweb&lt;/EM&gt; host headers at this point!&lt;/P&gt;
&lt;P&gt;8)&amp;nbsp;&amp;nbsp; I closed the Properties pages of the companyweb site and returned to Sharepoint Central Administration (v2).&lt;/P&gt;
&lt;P&gt;9)&amp;nbsp;&amp;nbsp; I clicked on the &lt;EM&gt;Extend or Upgrade virtual server&lt;/EM&gt; link, then clicked to extend the &lt;EM&gt;companyweb&lt;/EM&gt; virtual server.&lt;/P&gt;
&lt;P&gt;10)&amp;nbsp; I clicked the option to &lt;EM&gt;Extend and Map to Another virtual server&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;11)&amp;nbsp; I verified that the &lt;EM&gt;companyweb&lt;/EM&gt; site was being mapped, and that the option to &lt;EM&gt;Use an existing application pool&lt;/EM&gt; was selected.&lt;/P&gt;
&lt;P&gt;12)&amp;nbsp; I verified that the &lt;EM&gt;DefaultAppPool&lt;/EM&gt; was selected, then clicked &lt;EM&gt;OK&lt;/EM&gt;.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;At this point, I verified that both&amp;nbsp; &lt;A href="http://companyweb/"&gt;http://companyweb&lt;/A&gt;&amp;nbsp; and&amp;nbsp; &lt;A href="http://companywebold/"&gt;http://companywebold&lt;/A&gt;&amp;nbsp; resolve to the original WSS v2 companyweb.&amp;nbsp; The key piece to understand with SharePoint, is that the SharePoint configuration database has to know about the host headers that you're using to access your Sharepoint sites.&amp;nbsp; You can't just add another host header to a site in IIS and expect to get to your SharePoint site using the new host header.&amp;nbsp; That is why I removed WSS from the companyweb site, then added the new host header values (&lt;EM&gt;companywebold&lt;/EM&gt;), then re-extended WSS to the companyweb site.&amp;nbsp; By doing so, the SharePoint configuration database picks up the host headers already defined for that site, and we are now able to get to the original companyweb site using either of our two host headers.&amp;nbsp; It is important that WSS v2 configuration database knows about both host headers.&lt;/P&gt;
&lt;P&gt;Now, I was ready to make the switch so that my &lt;A href="http://companyweb/"&gt;http://companyweb&lt;/A&gt; pointed to the new WSS v3 site - both internally AND externally&amp;nbsp; &lt;IMG alt=smile_regular src="http://spaces.live.com/rte/emoticons/smile_regular.gif"&gt;&amp;nbsp;&amp;nbsp; The key point to remember is that with WSS v3 we can have multiple web sites pointing to the same SharePoint application.&amp;nbsp; The first thing we need to do is change the Properties of the existing companyweb site.&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;1)&amp;nbsp;&amp;nbsp; I opened &lt;EM&gt;IIS Manager,&lt;/EM&gt;&amp;nbsp;expanded [servername], expanded [web sites], right-clicked on &lt;EM&gt;companyweb&lt;/EM&gt; and selected &lt;EM&gt;Properties.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp;&amp;nbsp; On the &lt;EM&gt;General &lt;/EM&gt;tab, I removed &lt;EM&gt;444&lt;/EM&gt; from the SSL port, then clicked the &lt;EM&gt;Advanced&lt;/EM&gt; button to edit the host headers.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;3)&amp;nbsp;&amp;nbsp; I removed two host headers:&amp;nbsp;&amp;nbsp; companyweb&amp;nbsp;&amp;nbsp; and&amp;nbsp;&amp;nbsp; companyweb.domain.local&amp;nbsp;&amp;nbsp; then clicked &lt;EM&gt;OK&lt;/EM&gt; to close the Advanced window, then clicked &lt;EM&gt;OK&lt;/EM&gt; to close the companyweb properties page.&lt;/P&gt;
&lt;P&gt;4)&amp;nbsp;&amp;nbsp; At this point I closed IIS Manager.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This leaves the original companyweb in-tact, however right now I can only access it via the alternate &lt;A href="http://companywebold/"&gt;http://companywebold&lt;/A&gt; URL I created earlier.&amp;nbsp; Now I was able configure &lt;A href="http://companyweb/"&gt;http://companyweb&lt;/A&gt; to pull up the new WSS v3 web application:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;1)&amp;nbsp;&amp;nbsp; I opened &lt;EM&gt;SharePoint 3.0 Central Administration&lt;/EM&gt;, and on the &lt;EM&gt;Application Management&lt;/EM&gt; tab, I clicked on &lt;EM&gt;Create or extend Web application.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;2)&lt;EM&gt;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;I then clicked on&amp;nbsp;&lt;EM&gt;Extend an existing web application&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;3)&amp;nbsp;&amp;nbsp; Under&amp;nbsp;&lt;EM&gt;Web&amp;nbsp;application&lt;/EM&gt;, I&amp;nbsp;clicked &lt;EM&gt;Change web application&lt;/EM&gt; then selected my&amp;nbsp;WSS v3 web app (&lt;EM&gt;Sharepoint - 80)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;4)&amp;nbsp;&amp;nbsp; Under the &lt;EM&gt;IIS Web Site&lt;/EM&gt; section, I selected the option to&amp;nbsp;&lt;EM&gt;Create a new IIS web site, &lt;/EM&gt;and entered &lt;EM&gt;companyweb new&lt;/EM&gt; for the description&lt;/P&gt;
&lt;P&gt;5)&amp;nbsp;&amp;nbsp; &amp;nbsp;I entered 80 for the port, and&amp;nbsp; &lt;EM&gt;companyweb&lt;/EM&gt;&amp;nbsp; for the host header, then clicked &lt;EM&gt;OK&lt;/EM&gt;.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;At this point, I opened Internet Explorer and verified that &lt;A href="http://companyweb/"&gt;http://companyweb&lt;/A&gt; opened the new WSS v3 site - yay!&amp;nbsp;&amp;nbsp; But I still wanted to enable SSL so that I could access the Sharepoint v3 application externally:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;1)&amp;nbsp;&amp;nbsp; I opened &lt;EM&gt;SharePoint 3.0 Central Administration &lt;/EM&gt;and on the &lt;EM&gt;Application Management &lt;/EM&gt;tab, I clicked on &lt;EM&gt;Create or extend Web application&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp;&amp;nbsp; I then clicked on &lt;EM&gt;Extend an existing web application&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;3)&amp;nbsp;&amp;nbsp; Under &lt;EM&gt;Web application&lt;/EM&gt;, I clicked &lt;EM&gt;Change web application&lt;/EM&gt; then selected my WSS v3 web app&lt;/P&gt;
&lt;P&gt;4)&amp;nbsp;&amp;nbsp; Under the &lt;EM&gt;IIS Web Site &lt;/EM&gt;section, I selected the option to &lt;EM&gt;Create a new IIS web site,&lt;/EM&gt; and entered &lt;EM&gt;companyweb - SSL&lt;/EM&gt; for the description&lt;/P&gt;
&lt;P&gt;5)&amp;nbsp;&amp;nbsp; I entered 444 for the port, and my public FQDN for the host header (&lt;EM&gt;mail.mobitech.biz&lt;/EM&gt;)&lt;/P&gt;
&lt;P&gt;6)&amp;nbsp;&amp;nbsp; Under the &lt;EM&gt;Security Configuration&lt;/EM&gt; section, I clicked the option to &lt;EM&gt;Use Secure Sockets Layer (SSL), &lt;/EM&gt;then clicked &lt;EM&gt;OK.&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Now that I had created a separate web site for remote access, I just needed to add my SSL cert to the site.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;1)&amp;nbsp;&amp;nbsp; I opened &lt;EM&gt;IIS Manager&lt;/EM&gt;, expanded [servername] and [web sites].&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp;&amp;nbsp; I right-clicked on &lt;EM&gt;companyweb - SSL&lt;/EM&gt; and selected &lt;EM&gt;Properties.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;3)&amp;nbsp;&amp;nbsp; On the &lt;EM&gt;Directory Security &lt;/EM&gt;tab, I clicked the &lt;EM&gt;Server Certificate&lt;/EM&gt; button.&lt;/P&gt;
&lt;P&gt;4)&amp;nbsp;&amp;nbsp; I clicked &lt;EM&gt;Next&lt;/EM&gt; to start the &lt;EM&gt;IIS Certificate Wizard&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;5)&amp;nbsp;&amp;nbsp; On the next page, I clicked the option to &lt;EM&gt;Assign an existing certificate&lt;/EM&gt; and clicked &lt;EM&gt;Next&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;6)&amp;nbsp;&amp;nbsp; I selected my SSL certificate, then finished the wizard.&amp;nbsp; (I had to check the SSL cert on my old companyweb to make sure I got the right cert)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;At this point, I opened my web browser on a remote system and verified that I could access the new WSS v3 site via the public URL (&lt;A href="https://mail.mobitech.biz:444/"&gt;https://mail.mobitech.biz:444&lt;/A&gt;) . . .&amp;nbsp;&amp;nbsp; and then just to test, I also logged in to RWW and verified that I could access the new WSS v3 site by clicking on the &lt;EM&gt;Use my company's internal web site&lt;/EM&gt; link . . .&amp;nbsp;&amp;nbsp; YAY!&lt;/P&gt;
&lt;P&gt;Now - I have my new WSS v3 site accessible remotely via the normal companyweb URLs both internally &amp;amp; externally.&amp;nbsp; I can get to my original WSS v2 site via &lt;A href="http://companywebold/"&gt;http://companywebold&lt;/A&gt;, and I can also get to the new WSS v3 site via &lt;A href="http://intranet/"&gt;http://intranet&lt;/A&gt; as well.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;The key here is that &lt;A href="http://companyweb/"&gt;http://companyweb&lt;/A&gt; is registered in both the WSS v2 and v3 configuration databases.&amp;nbsp; So - if I find myself in a position where I need to recover my SBS server or some task that requires running a wizard that touches the Intranet portion, before I do so, all I have to do is stop two of my new WSS v3 sites (&lt;EM&gt;companyweb new&lt;/EM&gt; and &lt;EM&gt;companyweb - SSL&lt;/EM&gt;), then update the original &lt;EM&gt;companyweb&lt;/EM&gt; site to include the original host headers (&lt;EM&gt;companyweb&lt;/EM&gt;&amp;nbsp;and &lt;EM&gt;companyweb.domain.local&lt;/EM&gt;), and add 444 back in as the SSL port.&amp;nbsp; As a result, the SBS wizards will touch the original companyweb site (that they can work with), instead of the new WSS v3 site that the wizards can't work with.&amp;nbsp; And if necessary, users can still access the new site internally via &lt;A href="http://intranet/"&gt;http://intranet&lt;/A&gt;.&amp;nbsp; When the wizards are done, I can reverse the process and be back to using the new WSS v3 site as my companyweb.&lt;/P&gt;
&lt;P&gt;So far, the upgrade to WSS v3 has been well worth the effort - every day we're finding new functionality and my users are liking it more and more.&lt;/P&gt;
&lt;P&gt;Having said that, I want to reiterate that the configuration outlined in this post &lt;STRONG&gt;IS NOT SUPPORTED&lt;/STRONG&gt;.&amp;nbsp; If you opt to duplicate this configuration in your environment, you are doing so at your own risk and realize that you will not get support from either Microsoft or myself&amp;nbsp; &lt;IMG alt=smile_regular src="http://spaces.live.com/rte/emoticons/smile_regular.gif"&gt;&lt;/P&gt;
&lt;P&gt;Regardless, if you opt to deploy WSS v3 in your SBS environment either in a supported configuration (the first 4 parts of this series), or in an unsupported configuration as outlined here, some of your SBS integration is not going to work with WSS v3.&amp;nbsp; The big piece you'll notice eventually is the Add User Wizard - when you add new users to your SBS, they will not be automatically added to your WSS v3 site - you will have to manually add your new users to the new site.&lt;/P&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=544669" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>Companyweb &amp; Sharepoint v3 - Part 4</title><link>http://msmvps.com/blogs/cgross/archive/2007/02/04/companyweb-sharepoint-v3-part-4.aspx</link><pubDate>Sun, 04 Feb 2007 22:19:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:544245</guid><dc:creator>cgross</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=544245</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=544245</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2007/02/04/companyweb-sharepoint-v3-part-4.aspx#comments</comments><description>&lt;P&gt;It's time to actually install WSS v3 . . .&amp;nbsp;&amp;nbsp; YAY!&amp;nbsp;&amp;nbsp; So, if you haven't done so already download the Microsoft document here and follow that step-by-step to install WSS v3 in parallel to v2 on your SBS.&amp;nbsp; Just do me a favor and stop after Step 3 (that's right - forget about steps 4 &amp;amp; 5)&lt;/P&gt;
&lt;P&gt;Here's the deal - when the Sharepoint configuration completes, you have a new Sharepoint site set up that is bound to port 80 with no host header.&amp;nbsp; But this stops your default web site so the Sharepoint site can run.&amp;nbsp; The Microsoft document has you create a new Sharepoint application that uses a funky URL like &lt;A href="http://servername:9971/sites/sitename"&gt;http://servername:9971/sites/sitename&lt;/A&gt;&amp;nbsp;- which isn't exactly user-friendly.&amp;nbsp; So go ahead and follow the document through Step 3 and we'll get this worked out so you have a user-friendly Sharepoint site co-existing with your default web site.&lt;/P&gt;
&lt;P&gt;(&lt;EM&gt;insert cheesy&amp;nbsp;on hold&amp;nbsp;music . . . &lt;/EM&gt;)&lt;/P&gt;
&lt;P&gt;Ok, so now that you have WSS v3 installed according to Microsoft's instructions (through Step 3), we want to be able to re-start the default web site (so things like OWA and RWW work), and be able to get to the new Sharepoint site easily.&amp;nbsp; For the purpose of this post, I'm going to use &lt;EM&gt;intranet&lt;/EM&gt; to access the new Sharepoint site (although you can use anything you want (besides &lt;EM&gt;companyweb&lt;/EM&gt; &lt;IMG alt=smile_regular src="http://spaces.live.com/rte/emoticons/smile_regular.gif"&gt;).&amp;nbsp; The first thing you want to do is make sure that you can get&amp;nbsp;DNS resolution to work for&amp;nbsp;&lt;EM&gt;intranet&lt;/EM&gt;.&amp;nbsp; So open your DNS&amp;nbsp;MMC, expand &amp;lt;servername&amp;gt;, and expand &lt;EM&gt;Forward Lookup Zones.&amp;nbsp; &lt;/EM&gt;Right-click on your internal domain name, and select &lt;EM&gt;New Host (A)&lt;/EM&gt;.&amp;nbsp; Create a new A record for 'intranet' that points to the internal IP of your SBS, then click &lt;EM&gt;Add Host&lt;/EM&gt;:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;&lt;A href="http://msmvps.com/blogs/cgross/WindowsLiveWriter/CompanywebSharepointv3Part4_113C7/intranetARec1.png"&gt;&lt;IMG style="BORDER-TOP-WIDTH:0px;BORDER-LEFT-WIDTH:0px;BORDER-BOTTOM-WIDTH:0px;BORDER-RIGHT-WIDTH:0px;" height=222 src="http://msmvps.com/blogs/cgross/WindowsLiveWriter/CompanywebSharepointv3Part4_113C7/intranetARec.png" width=240 border=0&gt;&lt;/A&gt; &amp;nbsp;&amp;nbsp;&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Click &lt;EM&gt;Done&lt;/EM&gt; then close the DNS MMC.&amp;nbsp; Open a command prompt and flush your DNS cache by running&amp;nbsp;&amp;nbsp;&lt;EM&gt;ipconfig /flushdns&lt;/EM&gt;&amp;nbsp; then ping intranet and verify that you receive replies from the internal IP of your SBS.&lt;/P&gt;
&lt;P&gt;Next, we want to create a new web site that responds to the &lt;A href="http://intranet/"&gt;http://intranet&lt;/A&gt; host header and points to the existing Sharepoint v3 application you have already created.&amp;nbsp; Luckily, we can do this in one place - Sharepoint v3 Central Administration (&lt;EM&gt;Start | Administrative Tools | SharePoint 3.0 Central Administration&lt;/EM&gt;).&amp;nbsp; &lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;1)&amp;nbsp; Open SharePoint 3.0 Central Administration, and click on the &lt;EM&gt;Application Management&lt;/EM&gt; tab.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;2)&amp;nbsp;&amp;nbsp;Under the &lt;EM&gt;SharePoint Web Application Management&lt;/EM&gt; section, click on &lt;EM&gt;Create or extend Web application.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;3)&amp;nbsp; C&lt;/EM&gt;lick to &lt;EM&gt;Extend existing web application.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;4)&amp;nbsp; &lt;/EM&gt;On the page that opens, click on the Web Application field and select &lt;EM&gt;Change Web Application&lt;/EM&gt;.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;5)&amp;nbsp;&amp;nbsp;On the page that opens, select your SharePoint Web Application.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;6)&amp;nbsp; In the IIS Web Site section, select the option to create a new web site.&lt;/P&gt;
&lt;P&gt;7)&amp;nbsp; Enter a description for the new site (e.g.&amp;nbsp; Intranet)&lt;/P&gt;
&lt;P&gt;8)&amp;nbsp; In the &lt;EM&gt;Port&lt;/EM&gt; field, enter 80&lt;/P&gt;
&lt;P&gt;9)&amp;nbsp; In the &lt;EM&gt;Host Header &lt;/EM&gt;field, enter&amp;nbsp;&amp;nbsp; intranet&lt;/P&gt;
&lt;P&gt;10)&amp;nbsp; Click OK.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Open&amp;nbsp;your&amp;nbsp;web browser and verify that&amp;nbsp;&lt;A href="http://intranet/"&gt;http://intranet&lt;/A&gt; opens your&amp;nbsp;new Sharepoint site.&amp;nbsp; Now we need to remove the web site that Sharepoint setup created.&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;1)&amp;nbsp;&amp;nbsp; Return to the SharePoint 3.0 Central Administration and click on the &lt;EM&gt;Application Management&lt;/EM&gt; tab.&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp;&amp;nbsp; Under the &lt;EM&gt;SharePoint Web Application Management&lt;/EM&gt; section, click on &lt;EM&gt;Remve SharePoint from IIS WebSite&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;3)&amp;nbsp;&amp;nbsp; In the &lt;EM&gt;Web Application &lt;/EM&gt;section, verify that the web application is &lt;EM&gt;&lt;A href="http://servername/"&gt;http://servername&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;4)&amp;nbsp;&amp;nbsp; In the &lt;EM&gt;Deletion Options&lt;/EM&gt; section, verify that the IIS Website is set to &lt;EM&gt;SharePoint - 80 (Default)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;5)&amp;nbsp;&amp;nbsp; Select the option to &lt;EM&gt;Delete IIS Web sites&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;6)&amp;nbsp;&amp;nbsp; Click &lt;EM&gt;OK&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So now, we have &lt;A href="http://intranet/"&gt;http://intranet&lt;/A&gt; resolving to the new Sharepoint site, and we've removed the site that SharePoint setup created.&amp;nbsp; Now all we have to do is start the default web site.&amp;nbsp; Open &lt;EM&gt;IIS Manager, &lt;/EM&gt;expand &lt;EM&gt;servername&lt;/EM&gt;&amp;nbsp;and expand &lt;EM&gt;web sites&lt;/EM&gt;.&amp;nbsp; Select the default web site and click the Start button.&lt;/P&gt;
&lt;P&gt;Voila!&amp;nbsp; There you go . . .&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In part 5, we'll discuss the unsupported method of having &lt;A href="http://companyweb/"&gt;http://companyweb&lt;/A&gt; resolve to this new site, and being able to access it through Remote Web Workplace as well . . . &lt;/P&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=544245" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>Companyweb &amp; Sharepoint v3 - Part 3</title><link>http://msmvps.com/blogs/cgross/archive/2007/02/03/companyweb-sharepoint-v3-part-3.aspx</link><pubDate>Sat, 03 Feb 2007 23:07:17 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:541467</guid><dc:creator>cgross</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=541467</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=541467</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2007/02/03/companyweb-sharepoint-v3-part-3.aspx#comments</comments><description>&lt;p&gt;This post is all about installing WSS v3 in parallel to WSS v2 on your SBS.&amp;nbsp; Now, the Microsoft provided documentation does a good job of walking you through this, but there a few things they don't provide solutions to that you need to think about in advance.&lt;/p&gt; &lt;p&gt;First, I'm going to go out on a limb and think that you are probably planning on using the search functionality within WSS v3.&amp;nbsp; The nice thing about v3 is that you do not need full-blown SQL in order to get full-text search.&amp;nbsp; The down side is that if you upgraded your companyweb database to a full SQL backend to get search functionality, this breaks the search in WSS v3.&amp;nbsp; However, we can fix this - but it means that we aren't going to have search on our WSS v2 sites.&amp;nbsp; If you're like me where you're moving everything to v3, this isn't a big deal.&amp;nbsp; However, if you determine you need to keep full-text search on your v2 sites, or if you're running SBS Std you can&amp;nbsp;go ahead and skip this post&amp;nbsp;&lt;img alt="smile_regular" src="http://spaces.live.com/rte/emoticons/smile_regular.gif"&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;(Edit:&amp;nbsp; There's mixed reviews on just what does break search in WSS 3.0&amp;nbsp;as Susan mentions &lt;a href="http://msmvps.com/blogs/bradley/archive/2007/02/03/does-search-still-search-in-wss-3-0.aspx" target="_blank"&gt;here&lt;/a&gt;.&amp;nbsp;Short story is that we know search works if you're running SBS Std.&amp;nbsp; We know search breaks if you upgraded your companyweb to full SQL 2000 Std.&amp;nbsp; What we don't know is if search breaks if you upgraded your companyweb to full SQL 2005 Workgroup.&amp;nbsp; I'm going to try to find a box to sacrifice and test this scenario.&amp;nbsp; Until then - let me know what you've seen out there)&lt;/em&gt;&lt;/p&gt; &lt;p&gt;So here's the plan:&amp;nbsp; In order to get full-text search working on WSS v3, we need to effectively downgrade our existing WSS v2 to use WMSDE instead of full SQL.&amp;nbsp; The high-level overview of this process is that we're going to backup our WSS v2 site(s), remove the intranet component from SBS, uninstall the SHAREPOINT SQL instance, then re-install the intranet component and restore our WSS v2 sites.&amp;nbsp; Simple, right?&lt;/p&gt; &lt;p&gt;Step 1:&amp;nbsp;&amp;nbsp; BACKUP!&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;I like to be extra safe with this, so I'm suggesting two backups of each site - one with STSADM and one with SMIGRATE.&amp;nbsp;&amp;nbsp; An stsadm backup is great because it keeps all of our security, etc. in tact.&amp;nbsp; An smigrate backup is great because it gives us the flexibility of restoring to any machine running WSS v2, not just the machine the backup was taken from.&amp;nbsp;&amp;nbsp; So, to backup your companyweb create a new directory somewhere on your server, with two sub directories -&amp;nbsp; stsadm and smigrate.&amp;nbsp; (On my server the directory I created was D:\wsstemp)&lt;/p&gt; &lt;p&gt;Open a command prompt and change your working directory to &lt;em&gt;C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\bin&lt;/em&gt;&lt;/p&gt; &lt;p&gt;Enter the following command:&lt;/p&gt; &lt;p&gt;stsadm -o backup -url &lt;a href="http://companyweb"&gt;http://companyweb&lt;/a&gt; -filename D:\wsstemp\stsadm\companyweb.dat -overwrite&lt;/p&gt; &lt;p&gt;Be sure to replace &lt;em&gt;D:\wsstemp\stsadm&lt;/em&gt; with your local path.&amp;nbsp; When that command is finished, you'll run an smigrate backup from the same working directory:&lt;/p&gt; &lt;p&gt;smigrate -w &lt;a href="http://companyweb"&gt;http://companyweb&lt;/a&gt; -f D:\wsstemp\smigrate\backup.fwp -y&lt;/p&gt; &lt;p&gt;Again, be sure to replace&amp;nbsp; &lt;em&gt;D:\wsstemp\smigrate&lt;/em&gt; with your local path.&lt;/p&gt; &lt;p&gt;Repeat this for each WSS v2 site you have.&amp;nbsp; You can store multiple stsadm backups to the same directory, as each stsadm backup is contained within a single file, just be sure to use a different file name for each site &lt;img alt="smile_regular" src="http://spaces.live.com/rte/emoticons/smile_regular.gif"&gt;.&amp;nbsp; However, you will want to save your smigrate backups in a separate folder for each site, as the smigrate backup can be split among multiple files depending on the size of the site being backed up)&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Step 2:&amp;nbsp; Remove intranet component.&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;Now that you have your WSS v2 site(s) backed up, we can remove the intranet component from SBS.&amp;nbsp; To do so, go to Add/Remove Programs and locate &lt;em&gt;Windows Small Business Server 2003,&lt;/em&gt;&amp;nbsp;and click &lt;em&gt;Change / Remove&lt;/em&gt;.&amp;nbsp; &lt;/p&gt; &lt;p&gt;When the Small Business Server Setup Wizard starts, click &lt;em&gt;Next&lt;/em&gt; until you get to the Component Selection screen.&amp;nbsp; On this screen, click the Action column next to &lt;em&gt;Server Tools&lt;/em&gt; and select &lt;em&gt;Maintenance&lt;/em&gt;.&amp;nbsp; Then, click the Action column next to &lt;em&gt;Intranet&lt;/em&gt; and select &lt;em&gt;Remove&lt;/em&gt;.&amp;nbsp; &lt;/p&gt; &lt;p&gt;&lt;a href="http://msmvps.com/blogs/cgross/WindowsLiveWriter/CompanywebSharepointv3Part3_F0C3/RemoveIntranet7.png"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="193" src="http://msmvps.com/blogs/cgross/WindowsLiveWriter/CompanywebSharepointv3Part3_F0C3/RemoveIntranet_thumb1.png" width="240" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Click Next and finish the SBS Setup wizard.&amp;nbsp;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Step 3:&amp;nbsp; Remove the Sharepoint SQL instance:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;Once the SBS Setup wizard completes, you will return to the Add/Remove Programs window.&amp;nbsp; Locate the &lt;em&gt;Microsoft SQL Server 2000&amp;nbsp;(SHAREPOINT)&lt;/em&gt; entry and click &lt;em&gt;Change/Remove&lt;/em&gt;.&amp;nbsp; Follow the wizard to completely remove the Sharepoint SQL instance.&amp;nbsp; &lt;/p&gt; &lt;p&gt;Once you have successfully removed the Sharepoint SQL instance, close Add/Remove Programs and reboot your server.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Step 4:&amp;nbsp; Re-install SBS Intranet component.&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;After your server reboots, you are ready to reinstall the SBS intranet component.&amp;nbsp; This process is virtually identical to the removal process we went through in step 2.&amp;nbsp; The only difference is that when you get to the Component Selection screen, you will select to install the Intranet component, the finish the wizard.&lt;/p&gt;&lt;/blockquote&gt; &lt;blockquote&gt; &lt;p&gt;Once the wizard has finished, verify that you can navigate to &lt;a href="http://companyweb"&gt;http://companyweb&lt;/a&gt; and that you get a new, stock companyweb site.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Step 5:&amp;nbsp; Restore your existing companyweb site.&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;At this point, our easiest restore is going to be using our stsadm backup.&amp;nbsp; Open a command prompt and navigate to C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\bin&amp;nbsp;&amp;nbsp; then enter the following command:&lt;/p&gt; &lt;p&gt;stsadm -o restore -url &lt;a href="http://companyweb"&gt;http://companyweb&lt;/a&gt; -filename D:\wsstemp\stsadm\companyweb.dat -overwrite&lt;/p&gt; &lt;p&gt;Be sure to replace &lt;em&gt;D:\wsstemp\stsadm\companyweb.dat&lt;/em&gt; with your local path and filename of your backup.&amp;nbsp; Once this completes, navigate to http://companyweb and verify that your original site is in-tact.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;There you go - you have successfully downgraded your companyweb site from a full SQL backend to a WMSDE backend, which will allow search to function when you get WSS v3 installed.&lt;/p&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=541467" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>Companyweb &amp; Sharepoint v3 - Part 2</title><link>http://msmvps.com/blogs/cgross/archive/2007/02/03/companyweb-sharepoint-v3-part-2.aspx</link><pubDate>Sat, 03 Feb 2007 21:51:32 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:541356</guid><dc:creator>cgross</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=541356</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=541356</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2007/02/03/companyweb-sharepoint-v3-part-2.aspx#comments</comments><description>&lt;p&gt;a.k.a. - the migration planning stage&amp;nbsp;&lt;/p&gt; &lt;p&gt;You'll note that the key word above is &lt;em&gt;migration&lt;/em&gt;.&amp;nbsp; If you remember from the Microsoft document &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0daafc81-efff-4f5b-a28a-8265f1e99f5b&amp;amp;displaylang=en" target="_blank"&gt;here&lt;/a&gt;, on SBS you're going to do a parallel installation of Sharepoint v3, so that you'll have both Sharepoint v2 and v3 installed.&amp;nbsp; And since we're going to be migrating to a new site, we need to figure out what we're going to move, and how we're going to move it.&lt;/p&gt; &lt;p&gt;The first step to planning your migration is taking inventory of your current companyweb site.&amp;nbsp; What type of data is housed there?&amp;nbsp; If you're storing files in your document libraries, have you added new columns to track metadata on the documents?&amp;nbsp; Are you keeping version histories on your documents?&amp;nbsp; If so, will you need access to those version histories after the migration?&amp;nbsp; What about custom lists?&amp;nbsp; Also, do any of your document libraries or lists have lookup fields referring to other lists on your site?&amp;nbsp; Besides the data itself, what about how the data is presented.&amp;nbsp; Do you have any 3rd party web parts you're using?&amp;nbsp; Have you created any custom web-part pages to display your data?&lt;/p&gt; &lt;p&gt;It's no surprise that if you're using any 3rd party web parts in your WSS v2 site, you'll want to check with the publisher to see if those web parts are compatible with WSS v3.&lt;/p&gt; &lt;p&gt;Next, you need to look at what tools you're going to use to migrate your data from the old site to the new.&amp;nbsp; We can use Windows Explorer to move contents of our libraries (documents, photos, etc.).&amp;nbsp; But what about your lists?&amp;nbsp; Microsoft Access to the rescue!&amp;nbsp; You'll need at least Access 2003 (but 2007 is preferred).&amp;nbsp; Both Access 2003 and 2007 an open Sharepoint lists so that they appear as an Access table.&amp;nbsp; If you have Access 2003, you'll have to create your lists in your new site manually, then build an append query in Access to copy your list contents from your original companyweb site to the new WSS v3 site.&amp;nbsp;&amp;nbsp; However, if you have Access 2007 you can take advantage of it's Export to Sharepoint functionality.&amp;nbsp; Just open your original companyweb list in Access 2007, click on the Export to Sharepoint button (under the External Data ribbon), enter the URL of your new site and Access will create the list with the appropriate fields&amp;nbsp;in your new WSS v3 site and copy the list contents over.&lt;/p&gt; &lt;p&gt;&lt;em&gt;(Edit - &lt;a href="http://msmvps.com/blogs/thenakedmvp/" target="_blank"&gt;Nick&lt;/a&gt; ever so graciously gave me a virtual smack up-side the head and mentioned SharePoint Designer 2007 (formerly FrontPage) for use in migrating your data.&amp;nbsp; DOH! talk about missing&amp;nbsp;the obvious . . .&amp;nbsp; I'm going to blame it on sleep deprivation.&amp;nbsp; Anyway - if you have access to SharePoint Designer 2007 it has some very cool features to help with moving your lists &amp;amp; libraries)&amp;nbsp;&lt;/em&gt;&lt;/p&gt; &lt;p&gt;Finally, you need to be aware of what steps you're going to have to complete manually on the new site - which is basically everything outside of moving your content.&amp;nbsp; You'll need to recreate your permissions (adding users to the site, editing list / library permissions if you had done so on your original companyweb, etc.).&amp;nbsp; You'll need to recreate any custom views you had created for your lists &amp;amp; libraries, and if you had any custom web part pages, you'll need to verify those work as intended (especially if you had data view web parts linked together for filtering data).&lt;/p&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=541356" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>Companyweb &amp; Sharepoint v3  -  Part 1</title><link>http://msmvps.com/blogs/cgross/archive/2007/01/25/companyweb-sharepoint-v3-part-1.aspx</link><pubDate>Thu, 25 Jan 2007 06:18:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:517752</guid><dc:creator>cgross</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=517752</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=517752</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2007/01/25/companyweb-sharepoint-v3-part-1.aspx#comments</comments><description>&lt;P&gt;This is the first in a short series of running Windows Sharepoint Services v3 on your SBS 2003 / R2 server.&lt;/P&gt;
&lt;P&gt;First the caveat:&amp;nbsp; &lt;EM&gt;Upgrading and/or running your companyweb site with Windows Sharepoint Services v3 is&amp;nbsp;&lt;STRONG&gt;&lt;U&gt;not&lt;/U&gt;&lt;/STRONG&gt; supported -&amp;nbsp;neither by Microsoft&amp;nbsp;nor myself.&lt;/EM&gt;&amp;nbsp; Just because&amp;nbsp;I'm blogging about it doesn't mean I'm supporting it.&amp;nbsp; Microsoft does support installing WSS v3 in parallel with v2 on your SBS - but only supports the companyweb site running as a WSS v2 site.&amp;nbsp; Microsoft's official document on installing Windows Sharepoint Services v3 on SBS can be found &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0daafc81-efff-4f5b-a28a-8265f1e99f5b&amp;amp;displaylang=en" target=_blank&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;What's the fuss?&lt;/H4&gt;
&lt;P&gt;The first thing to talk about is why you want to move up to WSS v3.&amp;nbsp; Being a long-time Sharepoint junkie, there are some impressive features in v3 that address many of the complaints and wishes we all had with previous versions.&amp;nbsp; The key items:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Recycle Bin&lt;/U&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; All most WSS admins can say is FINALLY!&amp;nbsp; No more juggling with multiple stsadm or smigrate backups to allow for individual item restores.&amp;nbsp; And when you need to restore, no more needing to restore those backups to parallel sites.&amp;nbsp; Granted it worked - but was cumbersome and painful.&amp;nbsp;&amp;nbsp; WSS v3 gives us a dual-layer Recycle Bin.&amp;nbsp; Each user gets their own Recycle Bin which allows them to easily recover anything they may have deleted (a document, a photo, or even a list item).&amp;nbsp; In addition to the individual user recycle bins, there is a site-level recycle bin as well.&amp;nbsp; So even if your users delete something from the site, and then empty their recycle bin only to come to you the next day to ask if there is any way of getting that item back - well now there is.&amp;nbsp; The administrator can access the site collection recycle bin and restore items that users have deleted even if they have deleted their recycle bin.&amp;nbsp; This is configurable so you can specify how long you want to keep deleted items in the recycle bin, so you don't have to manually empty the site collection recycle bin.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Offline Access to Document Libraries&lt;/U&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes, you read that right.&amp;nbsp; So you're finally getting your users to store their documents on your Sharepoint site - but you've still got those roaming users who are keeping files on their laptops so they can have access to them anywhwere, even if they don't have an internet connection.&amp;nbsp; Well now you can have the best of both worlds.&amp;nbsp; With Outlook 2007 and WSS v3, you can now keep a copy of your document libraries within Outlook - so your users can have offline access to their Sharepoint files.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Mobile Access&lt;/U&gt;&lt;/STRONG&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Do you have users who are out of the office a lot?&amp;nbsp; Do they have internet-enabled phones?&amp;nbsp; WSS v3 includes a mobile page format optimized for web-enabled PDA's &amp;amp; smart phones - which presents an experience somewhat similar to OMA.&amp;nbsp; Regardless, you can now access your Sharepoint site, including documents and lists right from your phone.&amp;nbsp;&amp;nbsp;I only&amp;nbsp;migrated our companyweb a&amp;nbsp;few days ago, and I'm already finding myself taking serious advantage of this mobile access on a regular basis.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Tighter integration with Office&lt;/U&gt;&lt;/STRONG&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WSS v3 and Office 2007 are a match made in heaven.&amp;nbsp; With WSS v2 &amp;amp; Outlook 2003, we could link Sharepoint calendars and contact lists with Outlook.&amp;nbsp; However, anyone who used this functionality realized this was a one-way connection:&amp;nbsp; you could only view the calendars and contacts in Outlook.&amp;nbsp; Any additions or changes had to be made via the Sharepoint web interface.&amp;nbsp; Not any more - with WSS v3 and Outlook 2007, you have full two-way integration, allowing you to add/edit appointments or contacts from either the Sharepoint web interface OR from within Outlook.&amp;nbsp; And an added bonus - if you delete a Sharepoint contact or appointment from within Outlook, it actually gets sent to your Recycle Bin within Sharepoint.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Improved Versioning&lt;/U&gt;&lt;/STRONG&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WSS v2 allowed us to keep versions of items stored in document libraries.&amp;nbsp; WSS v3 allows us to keep track of both major &amp;amp; minor versions within document libraries, and even allows us to keep track of versions of list items.&amp;nbsp; So you can now see version histories within your lists, and just like with document libraries, restore any previous version at any time.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Improved Security&lt;/U&gt;&lt;/STRONG&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WSS v3 gives us true item-level security on documents and even list items.&amp;nbsp; So for you somewhat Draconian admins out there, you can control what your users can see, change &amp;amp; delete at a granular level.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There's a lot going on with WSS v3 - both on the surface and under the hood.&amp;nbsp; So far our migration has met with positive results from our users - it's cleaner, quicker, and just flat out prettier.&amp;nbsp;&amp;nbsp;But now that you know why you want to migrate, in the next segment we'll address how to plan&amp;nbsp;such a migration and what gotchas and pitfalls to avoid.&amp;nbsp;&lt;/P&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=517752" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Cool_2100_/default.aspx">Cool!</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>A companyweb by any other name . . . </title><link>http://msmvps.com/blogs/cgross/archive/2006/09/16/A-companyweb-by-any-other-name-.-.-.-.aspx</link><pubDate>Sat, 16 Sep 2006 22:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:129890</guid><dc:creator>cgross</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=129890</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=129890</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2006/09/16/A-companyweb-by-any-other-name-.-.-.-.aspx#comments</comments><description>&lt;p&gt;So, one question that I get asked regularly is if you can use a different name to access your companyweb.&amp;nbsp; For whatever reason, it appears SBSers have their own ideas of what URL / name they want for their individual intranets &lt;img src="http://msmvps.com/emoticons/emotion-5.gif" alt="Wink" /&gt;&amp;nbsp;&amp;nbsp; The good news is that this is very simple to do . . . &lt;/p&gt;&lt;p&gt;1)&amp;nbsp;&amp;nbsp; Pick a name you want to use -&amp;nbsp; for the purposes of this post, let&amp;#39;s say we want to use &lt;a href="http://intranet/"&gt;http://intranet&lt;/a&gt; (yeah, real original, I know . . . )&lt;/p&gt;&lt;p&gt;2)&amp;nbsp;&amp;nbsp; Add and entry to your DNS.&amp;nbsp; First and foremost, we have to make sure that intranet resolves correctly to your server&amp;#39;s IP.&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a)&amp;nbsp; So open your DNS snap-in, expand &amp;lt;servername&amp;gt; | Forward Lookup Zones | &amp;lt;domain name&amp;gt;.&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b)&amp;nbsp; Right-click on &amp;lt;domain name&amp;gt; in the left hand pane, and select &amp;#39;New Alias (CNAME)&amp;#39;.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c)&amp;nbsp; Enter &amp;#39;intranet&amp;#39; for the Alias name.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d)&amp;nbsp; Enter the FQDN of your SBS in the target host field (e.g.&amp;nbsp; sbs.company.local)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e)&amp;nbsp; Click OK&amp;nbsp; and close the DNS snap-in&lt;/p&gt;&lt;p&gt;3)&amp;nbsp; Edit the host-headers for your companyweb site.&amp;nbsp; Now we have to make sure that IIS knows how to route traffic properly.&amp;nbsp; You see, when IIS receives a normal http web request, it looks at the header of the request to get the URL that the user entered (in this case,&amp;nbsp; &lt;a href="http://intranet/"&gt;http://intranet&lt;/a&gt;).&amp;nbsp; IIS then looks at the websites to see if there is one that wants this traffic (has a host header present that matches the request URL).&amp;nbsp; If it can&amp;#39;t find a site with a matching host header, then it sends the request to the default web site.&amp;nbsp; Since we want these requests to go to the companyweb site instead of the default web site, we need to add host headers to the companyweb site.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a)&amp;nbsp; Open IIS Administrator snap-in&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b)&amp;nbsp; Expand &amp;lt;servername&amp;gt; | Web Sites&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c)&amp;nbsp; Right-click on&amp;nbsp;companyweb and select Properties&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d)&amp;nbsp;&amp;nbsp;On the web site tab, click the Advanced button&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e)&amp;nbsp; Click the &amp;#39;Add&amp;#39; button on the top half of the page.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;f)&amp;nbsp; Change the IP address from (All Unassigned) to the internal IP of your SBS.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; g)&amp;nbsp; Set the TCP Port to 80&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; h)&amp;nbsp; Set the host header value to intranet&amp;nbsp; (or whatever name you want to use)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i)&amp;nbsp; Click OK&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; j)&amp;nbsp; Repeat steps e thru i, only this time use the FQDN value in step h (e.g. intranet.company.local)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; k)&amp;nbsp; Click OK&amp;nbsp; |&amp;nbsp;&amp;nbsp; Click OK&amp;nbsp; |&amp;nbsp; Close IIS Admin snap-in&lt;/p&gt;&lt;p&gt;4)&amp;nbsp; Re-extend Windows Sharepoint Services to the web site.&amp;nbsp; Just like IIS needs host headers to know where to route requests, Sharepoint central config keeps track of the sharepoint sites in its database.&amp;nbsp; Therefore, we need to re-extend WSS to the site in order to update the config database so it knows that we&amp;#39;re using an alternate name to access the site.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a)&amp;nbsp; Open Sharepoint Central Administration&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b)&amp;nbsp; Click &amp;#39;Configure Virtual Server Settings&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c)&amp;nbsp; Click &amp;#39;companyweb&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d)&amp;nbsp; Click &amp;#39;Remove Windows Sharepoint Services from Virtual Server&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e)&amp;nbsp; Verify &amp;#39;Remove without deleting content databases&amp;#39; is selected, and click OK&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (when this finishes, you will return to the Sharepoint Central Administration main page)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f)&amp;nbsp; Click &amp;#39;Extend or upgrade virtual server&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; g)&amp;nbsp; Click &amp;#39;companyweb&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; h)&amp;nbsp; Click &amp;#39;Extend and map to another virtual server&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i)&amp;nbsp; In the Server Mapping field, select&amp;nbsp; &amp;#39;companyweb&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; j)&amp;nbsp; Select to &amp;#39;Use and existing application pool&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; k)&amp;nbsp; Select &amp;#39;DefaultAppPool (NTAUTHORITY \ NETWORK SERVICE)&amp;#39; for&amp;nbsp;the app pool to use.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l)&amp;nbsp; Click OK&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m)&amp;nbsp; Close Sharepoint Central Administration.&lt;/p&gt;&lt;p&gt;Now, open IE and browse to &lt;a href="http://intranet/"&gt;http://intranet&lt;/a&gt; (or whatever name&amp;nbsp;you used) and verify that&amp;nbsp;it opens up your companyweb.&amp;nbsp; Note that&amp;nbsp;after following these steps, you will still be able to access the site by browsing to &lt;a href="http://companyweb/"&gt;http://companyweb&lt;/a&gt;.&amp;nbsp; This is because the native SBS functionality relies on the&amp;nbsp;Sharepoint site answering to &lt;a href="http://companyweb/"&gt;http://companyweb&lt;/a&gt;.&amp;nbsp; As a result, you can&amp;nbsp;have your users use the new name you specified, but all of the SBS functionality (including the wizards in the SBS Admin Console and the companyweb links in RWW, etc.) will work just as before . . . &amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;img src="http://msmvps.com/ink/4.ashx?632940254417033750" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=129890" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item><item><title>Swinging Your Companyweb</title><link>http://msmvps.com/blogs/cgross/archive/2006/06/06/99955.aspx</link><pubDate>Wed, 07 Jun 2006 02:44:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:99955</guid><dc:creator>cgross</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/rsscomments.aspx?PostID=99955</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/cgross/commentapi.aspx?PostID=99955</wfw:comment><comments>http://msmvps.com/blogs/cgross/archive/2006/06/06/99955.aspx#comments</comments><description>&lt;P&gt;So, with my &lt;A HREF="/blogs/cgross/archive/2006/03/31/88760.aspx"&gt;last post&lt;/A&gt; I talked about using smigrate to backup and restore your SharePoint sites.&amp;nbsp; With this post I'm going to go one step further and attack a specific scenario that I seem to be getting more and more questions on - migrating your companyweb SharePoint site from on existing SBS 2003 installation to a new one.&amp;nbsp; This may be because you're &lt;A href="http://www.sbsmigration.com"&gt;swinging&lt;/A&gt; your SBS to new hardware, or just starting over for whatever reason.&lt;/P&gt;
&lt;P&gt;The idea is quite simple - you have a working companyweb on your current SBS, complete with tons of documents in various document libraries, a few custom lists, maybe a forms library, etc. - you're moving to a new server and you want to move that site completely in tact . . .&amp;nbsp;&amp;nbsp; it's not an unreasonable request by any means - and luckily enough it is rather&amp;nbsp;simple to accomplis&amp;nbsp;- provided of course you know how to do it.&amp;nbsp; That's where this post comes in&amp;nbsp; :^)&lt;/P&gt;
&lt;P&gt;Obviously, the first step to making this happen is to backup your existing companyweb site using smigrate as I've outlined in my previous &lt;A HREF="/blogs/cgross/archive/2006/03/31/88760.aspx"&gt;post&lt;/A&gt;.&amp;nbsp; The restore part is where everyone seems to be stumbling, so here's what you need to know:&lt;/P&gt;
&lt;P&gt;First, it is important to understand part of what the smigrate restore does.&amp;nbsp; When it connects to your SharePoint site to perform the restore, it is going to set the site template for the site based on the template that your backed up site was using.&amp;nbsp; Now, with SharePoint - setting the template for a site is a one-time thing - once you've set a template for the site you can't reset it.&amp;nbsp; The only time a Sharepoint site is clean (e.g. does not have a template assigned to it) is right after Windows SharePoint Services has been extended to a website.&amp;nbsp; The first time you access your new WSS site, you have to choose your template before you can begin using the site.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Most people who try to migrate their companyweb site using smigrate (or FrontPage) run in to this problem - their restore fails because the site is already in&amp;nbsp;use.&amp;nbsp; Specifically, the smigrate restore process cannot set the site template for the new companyweb site because it already has a template set.&amp;nbsp; Sure, it's the same template as the one you want to use - but the restore process still needs to set it to be sure.&amp;nbsp; As a result, the restore fails before it ever gets started.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;So - how do we get the restore to work?&amp;nbsp; Simple - we take the new companyweb site back to a clean state (where no template has been set).&amp;nbsp; To do so, we simply need to remove WSS from the companyweb virtual server, then re-extend it.&amp;nbsp; Now, before we remove WSS from the companyweb virtual server (on the new SBS server) - you need to be aware that this process is going to destroy this site (and all content).&amp;nbsp; Most of the time this should be an empty companyweb - but just in case you have some content in there, either extract it or back it up first :^).&amp;nbsp; So - your step-by-step process to get your new companyweb in a state that will allow an smigrate restore: (all steps are on the new SBS - assuming you have already completed the smigrate backup on the old server and moved those files to the new server).&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp;&amp;nbsp;&amp;nbsp;Open SharePoint Central Administration ( under Start | Administrative Tools )&lt;BR&gt;2)&amp;nbsp;&amp;nbsp;&amp;nbsp;Click on 'Configure Virtual Server Settings'&lt;BR&gt;3)&amp;nbsp;&amp;nbsp;&amp;nbsp;Click on 'companyweb'&lt;BR&gt;4)&amp;nbsp;&amp;nbsp;&amp;nbsp;Click on 'Remove Windows SharePoint Services from virtual server'&lt;BR&gt;5)&amp;nbsp;&amp;nbsp;&amp;nbsp;Click to select 'Remove &amp;amp; delete content databases'&lt;BR&gt;6)&amp;nbsp;&amp;nbsp;&amp;nbsp;Click&amp;nbsp;OK to acknowledge warning that you are deleting all content for the site&lt;BR&gt;7)&amp;nbsp;&amp;nbsp;&amp;nbsp;Click OK&lt;BR&gt;8)&amp;nbsp;&amp;nbsp;&amp;nbsp;When you return to the SharePoint Central Administration page, click 'Extend or upgrade a virtual server'&lt;BR&gt;9)&amp;nbsp;&amp;nbsp;&amp;nbsp;Click on 'companyweb'&lt;BR&gt;10)&amp;nbsp; Click on 'Extend and create a content database'&lt;BR&gt;11)&amp;nbsp;&amp;nbsp;Select to 'Use an existing application pool'&lt;BR&gt;12)&amp;nbsp;&amp;nbsp;Verify that the app pool selected is 'DefaultAppPool (NT AUTHORITY&amp;nbsp;/ NETWORK SERVICE)&lt;BR&gt;13)&amp;nbsp;&amp;nbsp;Under the Site Owner section, enter the administrator email address for your domain&lt;BR&gt;14)&amp;nbsp;&amp;nbsp;Click OK to extend WSS to the companyweb virtual server.&lt;BR&gt;15)&amp;nbsp;&amp;nbsp;Once you see the page indicating the the virtual server was successfully extended, click OK to return the SharePoint Central Administration&lt;BR&gt;16)&amp;nbsp;&amp;nbsp;Navigate to &lt;A href="http://companyweb"&gt;http://companyweb&lt;/A&gt;, and verify that you get the Template Selection page.&amp;nbsp; Be sure and close this window - DO NOT click the OK button as this will apply a template to the site and you will have to repeat these steps before you will be able to restore your existing companyweb site.&lt;/P&gt;
&lt;P&gt;At this point, your new companyweb site is in a clean state, and you can use smigrate to restore your existing companyweb backup to the companyweb on your new server.&amp;nbsp; Now, if you were using any 3rd party web parts on your old server, you want to be sure and install those on the new server before starting your restore.&amp;nbsp; And if&amp;nbsp;this is a &lt;A href="http://www.sbsmigration.com"&gt;swing migration&lt;/A&gt;, your original AD will be in-tact, and the smigrate restore will also restore all permissions for the site as well.&amp;nbsp; Once the smigrate restore process has completed, there is nothing left to do - your companyweb will be back exactly how you left it - all permissions, settings, templates, etc. will all be there and you'll be good to go&amp;nbsp; :^)&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=99955" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/cgross/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/Cool_2100_/default.aspx">Cool!</category><category domain="http://msmvps.com/blogs/cgross/archive/tags/WSS+_2F00_+Companyweb/default.aspx">WSS / Companyweb</category></item></channel></rss>