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

<channel>
	<title>Jeremy Taylor &#187; SharePoint 2007</title>
	<atom:link href="http://www.jeremytaylor.net/tag/sharepoint2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremytaylor.net</link>
	<description>SharePoint &#38; more</description>
	<lastBuildDate>Wed, 25 Jan 2012 07:14:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>SharePoint Solution Deploy, retract, upgrade &#8211; What causes your SharePoint farm to go offline IISRESET (web server outage).</title>
		<link>http://www.jeremytaylor.net/2011/03/10/sharepoint-solution-deploy-retract-upgrade-what-causes-an-your-sharepoint-farm-to-go-offline-iisreset-web-server-outage/</link>
		<comments>http://www.jeremytaylor.net/2011/03/10/sharepoint-solution-deploy-retract-upgrade-what-causes-an-your-sharepoint-farm-to-go-offline-iisreset-web-server-outage/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 11:57:48 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[iisreset]]></category>
		<category><![CDATA[Microsoft SharePoint 2010]]></category>
		<category><![CDATA[retract]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[WSP]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=428</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2011/03/10/sharepoint-solution-deploy-retract-upgrade-what-causes-an-your-sharepoint-farm-to-go-offline-iisreset-web-server-outage/" title="SharePoint Solution Deploy, retract, upgrade - What causes your SharePoint farm to go offline IISRESET (web server outage). "></a>You may have had questions or have had others ask you: Does a WSP deploy perform an IISRESET? We are upgrading a solution, will it cause an outage? What causes an outage when working with SharePoint WSP files? Over the &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2011/03/10/sharepoint-solution-deploy-retract-upgrade-what-causes-an-your-sharepoint-farm-to-go-offline-iisreset-web-server-outage/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2011/03/10/sharepoint-solution-deploy-retract-upgrade-what-causes-an-your-sharepoint-farm-to-go-offline-iisreset-web-server-outage/" title="SharePoint Solution Deploy, retract, upgrade - What causes your SharePoint farm to go offline IISRESET (web server outage). "></a><p>You may have had questions or have had others ask you:</p>
<p>Does a WSP deploy perform an IISRESET?<br />
We are upgrading a solution, will it cause an outage?<br />
What causes an outage when working with SharePoint WSP files?</p>
<p>Over the years, I have had many discussions / meetings with clients &amp; colleagues about this and I would like to publish my findings and the links that I have had with me for a while. Let’s clarify this ambiguity:</p>
<p>Here are answers straight up in <strong>three </strong>scenarios:<br />
<strong>Deploying a solution</strong><br />
Do you need to prepare for an outage / IISRESET?: <strong><span style="text-decoration: underline;">Yes</span></strong></p>
<p><strong>Retracting a solution</strong></p>
<p>Do you need to prepare for an outage / IISRESET?: <strong><span style="text-decoration: underline;">Yes</span></strong></p>
<p><strong>Upgrading a solution</strong></p>
<p>Do you need to prepare for an outage / IISRESET?: <strong><span style="text-decoration: underline;">Yes</span></strong></p>
<p><span id="more-428"></span></p>
<p>Ok, lets take a closer look:<br />
<strong>Deploying a solution</strong><br />
Initially, the package manifest.xml is checked for its content &amp; destination locations. The files specified in the manifest.xml are copied to the locations. After solution files are copied to the target servers, a configuration reset is scheduled for all front-end Web servers; the reset then deploys the files and restarts Microsoft Internet Information Services (IIS). Farm administrators can specify when this occurs (a timer job).<br />
<em>Reference: <a href="http://msdn.microsoft.com/en-us/library/aa544500.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/aa544500.aspx</a><br />
</em><br />
<strong>Retracting a solution</strong></p>
<p>On each front-end Web server, the following occurs:</p>
<p>- Internet Information Services (IIS) is disabled.<br />
- Files are removed from the system.<br />
- IIS is re-enabled and Microsoft SharePoint Foundation is reloaded when a user browses to a page.</p>
<p>- Farm administrators can specify the time when the retraction takes place.</p>
<p><em>Reference: <a href="http://msdn.microsoft.com/en-us/library/aa543958.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/aa543958.aspx</a></em></p>
<p><strong>Upgrading a solution</strong></p>
<p>There are two ways to do an upgrade of a solution. i.e. Replacement and Update. <span style="text-decoration: underline;">Both</span> inolve a an IISRESET.</p>
<p>Replacements are essentially a retract and optionally removal of a WSP. Then the new version is added and deployed. Causing an IISRESET (twice!).<br />
Updates are essentially a deployment with the same file name but different GUID. SharePoint detects this and retracts the old solution and deploys the new one..causing an IISRESET.</p>
<p><em>Reference: <a href="http://msdn.microsoft.com/en-us/library/aa543659.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/aa543659.aspx</a></em></p>
<p>Please note that there is a -local option when deploying a solution, but according to MSDN, this is to be used for troubleshooting purposes.<br />
<em>Reference: <a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.administration.spsolution.deploylocal.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.administration.spsolution.deploylocal.aspx</a></em>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2011%2F03%2F10%2Fsharepoint-solution-deploy-retract-upgrade-what-causes-an-your-sharepoint-farm-to-go-offline-iisreset-web-server-outage%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.jeremytaylor.net%2F2011%2F03%2F10%2Fsharepoint-solution-deploy-retract-upgrade-what-causes-an-your-sharepoint-farm-to-go-offline-iisreset-web-server-outage%2F&amp;title=SharePoint%20Solution%20Deploy%2C%20retract%2C%20upgrade%20%26%238211%3B%20What%20causes%20your%20SharePoint%20farm%20to%20go%20offline%20IISRESET%20%28web%20server%20outage%29." id="wpa2a_2"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2011/03/10/sharepoint-solution-deploy-retract-upgrade-what-causes-an-your-sharepoint-farm-to-go-offline-iisreset-web-server-outage/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MOSS SharePoint 2007 on Server 2008 R2 &#8211; Microsoft KB 962935</title>
		<link>http://www.jeremytaylor.net/2010/04/09/moss-sharepoint-2007-on-server-2008-r2-microsoft-kb-962935/</link>
		<comments>http://www.jeremytaylor.net/2010/04/09/moss-sharepoint-2007-on-server-2008-r2-microsoft-kb-962935/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 10:58:28 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=315</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2010/04/09/moss-sharepoint-2007-on-server-2008-r2-microsoft-kb-962935/" title="MOSS SharePoint 2007 on Server 2008 R2 - Microsoft KB 962935"></a>When you are installing MOSS SharePoint 2007  on a Windows 2008 R2 server, you may receive an error to look up Microsoft KB 962935 The possible cause is because you are installing MOSS2007 with SP 1 on a Windows 2008 &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2010/04/09/moss-sharepoint-2007-on-server-2008-r2-microsoft-kb-962935/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2010/04/09/moss-sharepoint-2007-on-server-2008-r2-microsoft-kb-962935/" title="MOSS SharePoint 2007 on Server 2008 R2 - Microsoft KB 962935"></a><p>When you are installing MOSS SharePoint 2007  on a Windows 2008 R2 server, you may receive an error to look up Microsoft KB 962935</p>
<p>The possible cause is because you are installing MOSS2007 with SP 1 on a Windows 2008 R2 server.</p>
<p>To overcome this, you have two options:</p>
<p>1. Slip stream &#8211; extract and update your install with MOSS 2007 SP 2<br />
- Extract OfficeServerwithSP1.exe by executing  &#8220;OfficeServerwithSP1.exe /extract:C:\MOSS\&#8221;<br />
- Extract officeserver2007sp2-kb953334-x64-fullfile-en-us by executing  &#8220;officeserver2007sp2-kb953334-x64-fullfile-en-us /extract:C:\MOSSsp2\&#8221;<br />
- Copying all files from &#8220;C:\MOSSsp2\&#8221; to &#8220;C:\MOSS\Updates\&#8221;</p>
<p>2. Download MOSS 2007 with SP2<br />
- For 32bit<br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=2E6E5A9C-EBF6-4F7F-8467-F4DE6BD6B831&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyId=2E6E5A9C-EBF6-4F7F-8467-F4DE6BD6B831&amp;displaylang=en</a></p>
<p>- For 64bit<br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=3015FDE4-85F6-4CBC-812D-55701FBFB563&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyId=3015FDE4-85F6-4CBC-812D-55701FBFB563&amp;displaylang=en</a>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F04%2F09%2Fmoss-sharepoint-2007-on-server-2008-r2-microsoft-kb-962935%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F04%2F09%2Fmoss-sharepoint-2007-on-server-2008-r2-microsoft-kb-962935%2F&amp;title=MOSS%20SharePoint%202007%20on%20Server%202008%20R2%20%26%238211%3B%20Microsoft%20KB%20962935" id="wpa2a_4"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/04/09/moss-sharepoint-2007-on-server-2008-r2-microsoft-kb-962935/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The directory C:\Inetpub\wwwroot\wss\VirtualDirectories\80 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application.</title>
		<link>http://www.jeremytaylor.net/2010/01/13/the-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application/</link>
		<comments>http://www.jeremytaylor.net/2010/01/13/the-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 04:00:23 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Host Headers]]></category>
		<category><![CDATA[port 80]]></category>
		<category><![CDATA[Web application]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=269</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2010/01/13/the-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application/" title="The directory C:\Inetpub\wwwroot\wss\VirtualDirectories\80 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application. "></a>When creating a new web application, you may experience this error: The directory C:\Inetpub\wwwroot\wss\VirtualDirectories\80 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application. Solution: 1. Ensure you have a proper &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2010/01/13/the-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2010/01/13/the-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application/" title="The directory C:\Inetpub\wwwroot\wss\VirtualDirectories\80 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application. "></a><p>When creating a new web application, you may experience this error:</p>
<blockquote><p>The directory C:\Inetpub\wwwroot\wss\VirtualDirectories\80 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application.</p></blockquote>
<p>Solution:<br />
1. Ensure you have a proper dns name / entry in the hosts file of your server for the new url you are wanting to create.<br />
2. Ensure you have typed in the &#8216;host header&#8217; typed in when creating the new web application.<br />
3. If this doesnt work, open IIS Manager &#8211; Start&gt;run&gt; inetmgr&gt; and verify the home directory &#8211; it could be located on a different drive.
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F01%2F13%2Fthe-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F01%2F13%2Fthe-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application%2F&amp;title=The%20directory%20C%3A%5CInetpub%5Cwwwroot%5Cwss%5CVirtualDirectories%5C80%20is%20already%20being%20used%20by%20another%20IIS%20Web%20Site.%20%20Choose%20a%20different%20root%20directory%20for%20your%20new%20Web%20application." id="wpa2a_6"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/01/13/the-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content type &#8217;0x01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811&#8242; not found in web</title>
		<link>http://www.jeremytaylor.net/2010/01/12/content-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web/</link>
		<comments>http://www.jeremytaylor.net/2010/01/12/content-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 11:06:10 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[content type]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[publishing portal]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=267</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2010/01/12/content-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web/" title="Content type &#039;0x01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811&#039; not found in web"></a>You may sometimes see this error when creating a new page in a SharePoint MOSS 2007 publishing portal. &#8220;Content type &#8217;0x01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811&#8242; not found in web &#8216;http://yoururl&#8217; Two step solution: 1. Go to Central Admin, Application Management, User Permissions for Web &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2010/01/12/content-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2010/01/12/content-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web/" title="Content type &#039;0x01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811&#039; not found in web"></a><p>You may sometimes see this error when creating a new page in a SharePoint MOSS 2007 publishing portal.</p>
<blockquote><p>&#8220;Content type &#8217;0x01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811&#8242; not found in web &#8216;http://yoururl&#8217;</p></blockquote>
<p><strong>Two step solution:<br />
</strong></p>
<p>1. Go to Central Admin, Application Management, User Permissions for Web Application.<br />
Ensure &#8220;Use Client Integration Features&#8221; and &#8220;Use Remote Interfaces&#8221; are enabled.</p>
<p>2. Go to Central Admin, Application Management, Policy for Web Application.<br />
Add your user account with Full Control and Finish!</p>
<p>You may have to do an IISRESET and you should be able to create new pages.
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F01%2F12%2Fcontent-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F01%2F12%2Fcontent-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web%2F&amp;title=Content%20type%20%26%238217%3B0x01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811%26%238242%3B%20not%20found%20in%20web" id="wpa2a_8"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/01/12/content-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint stsadm commands reference</title>
		<link>http://www.jeremytaylor.net/2009/09/10/sharepoint-stsadm-commands-reference/</link>
		<comments>http://www.jeremytaylor.net/2009/09/10/sharepoint-stsadm-commands-reference/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 03:00:17 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[stsadm]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=177</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2009/09/10/sharepoint-stsadm-commands-reference/" title="SharePoint stsadm commands reference"></a>Are you stsadm hungry? I have attended many SharePoint presentations, technical talks, web casts and promotions and only a very few have discussed on whats ‘under the bonnet’ in SharePoint. Probably now is the time for us to dig deeper &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2009/09/10/sharepoint-stsadm-commands-reference/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2009/09/10/sharepoint-stsadm-commands-reference/" title="SharePoint stsadm commands reference"></a><p><span style="font-family: Arial; font-size: x-small;"><span style="font-size: 10pt; font-family: Arial;">Are you stsadm hungry? I have attended many SharePoint presentations, technical talks, web casts and promotions and only a very few have discussed on whats ‘under the bonnet’ in SharePoint. Probably now is the time for us to dig deeper into the behind-the-scenes, more powerful SharePoint that Administrators and Developers need to be very familiar with.</span></span></p>
<p><span id="more-177"></span></p>
<p><span style="font-family: Arial; font-size: x-small;"><span style="font-size: 10pt; font-family: Arial;">In this article from Microsoft, it lists all of the stsadm commands available out of the box.</span></span></p>
<p><span style="font-family: Arial; font-size: x-small;"><span style="font-size: 10pt; font-family: Arial;">There are two categories – Operations commands and Properties commands.</span></span></p>
<p><strong><span style="font-family: Arial; font-size: x-small;"><span style="font-size: 10pt; font-family: Arial; font-weight: bold;"><br />
Operation Commands consist of:</span></span></strong><span style="font-family: Arial; font-size: x-small;"><span style="font-size: 10pt; font-family: Arial;"><br />
Backup and Restore<br />
Database<br />
Enterprise Content Management<br />
Excel Calculation Services<br />
Features and Solutions<br />
Forms Services<br />
General<br />
Import and Export<br />
Installation<br />
Logging and Events<br />
Search<br />
Security<br />
Shared Services Provider (SSP)<br />
Site Management<br />
Upgrade and Migration<br />
Workflow Management</span></span></p>
<p><strong><span style="font-family: Arial; font-size: x-small;"><span style="font-size: 10pt; font-family: Arial; font-weight: bold;">Properties commands consist of:</span></span></strong><span style="font-family: Arial; font-size: x-small;"><span style="font-size: 10pt; font-family: Arial;"><br />
Alerts<br />
Antivirus<br />
Data Retrieval Services<br />
General<br />
Information Rights Management<br />
People Picker<br />
Recycle Bin<br />
Site Use Confirmation and Automatic Deletion<br />
Timer Job<br />
Usage Analysis<br />
Workflow</span></span></p>
<p>To use an interactive Silverlight application to learn about the commands available, see Stsadm Silverlight application (<a href="http://go.microsoft.com/fwlink/?LinkId=154235">http://go.microsoft.com/fwlink/?LinkId=154235</a>).</p>
<p>Stsadm is located at the following path on the drive where SharePoint Products and Technologies is installed: %COMMONPROGRAMFILES%\microsoft shared\web server extensions\12\bin. You must be an administrator on the local computer to use Stsadm.</p>
<p><strong>Using Stsadm</strong><br />
The command-line tool provides access to the complete set of Office SharePoint Server 2007 operations. You can use Stsadm from the command line or with batch files or scripts. Stsadm must be run on the server itself.</p>
<p>To use Stsadm, you must be a member of the local Administrators group on the server. When you invoke Stsadm, you supply an operation and a set of command-line parameters in the form:</p>
<p>-operation OperationName -parameter value</p>
<p>Read the stsadm command index here:</p>
<p>http://technet.microsoft.com/en-au/library/cc263384.aspx</p>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F09%2F10%2Fsharepoint-stsadm-commands-reference%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F09%2F10%2Fsharepoint-stsadm-commands-reference%2F&amp;title=SharePoint%20stsadm%20commands%20reference" id="wpa2a_10"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/09/10/sharepoint-stsadm-commands-reference/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint database maintenance</title>
		<link>http://www.jeremytaylor.net/2009/09/07/sharepoint-database-maintenance/</link>
		<comments>http://www.jeremytaylor.net/2009/09/07/sharepoint-database-maintenance/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 13:03:17 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[optimizing]]></category>
		<category><![CDATA[plans]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=174</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2009/09/07/sharepoint-database-maintenance/" title="SharePoint database maintenance"></a>In this article.. learn how to maintain your SharePoint database (best practices). Once you have won all your SharePoint battles, its no time for relaxing.. its time for your next task! Have you wondered what are some of the ways &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2009/09/07/sharepoint-database-maintenance/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2009/09/07/sharepoint-database-maintenance/" title="SharePoint database maintenance"></a><p>In this article.. learn how to maintain your SharePoint database (best practices).</p>
<p>Once you have won all your SharePoint battles, its no time for relaxing.. its time for your next task!<br />
Have you wondered what are some of the ways you could &#8216;make&#8217; SharePoint go faster? Are you confident to say that your SharePoint databases are at an optimum? The database administrators I have worked with stay far away from SharePoint databases. This time, I got on to the task myself..<br />
<span id="more-174"></span><br />
Some of the ways you can optimize your database are:<br />
<strong>Defragmentation of the SharePoint database</strong><br />
<strong>Defragmenting indexes</strong> &#8211; This is more beneficial to do indexes rather than tables for database performance.<br />
<strong>Shrink Database and log files</strong></p>
<p>As a SharePoint Admin, you need to learn to <strong>measure the fragmentation in a SharePoint Database</strong>.</p>
<p>You will need to <strong>create maintenance plans</strong> for SharePoint database. Some maintenance plan best practices are:</p>
<ul>
<li><strong>Check database integrity</strong></li>
<li><strong>Shrink DatabaseReorganize Index</strong></li>
<li><strong>Rebuild Index</strong></li>
<li><strong>Maintenance Cleanup task</strong></li>
</ul>
<p>For step by step instructions, download them here (docx file from Microsoft):<br />
<span style="font-family: Arial; font-size: x-small;"><a href="http://go.microsoft.com/fwlink/?LinkId=111531&amp;clcid=0x409" target="_blank">http://go.microsoft.com/fwlink/?LinkId=111531&amp;clcid=0&#215;409</a></span>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F09%2F07%2Fsharepoint-database-maintenance%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F09%2F07%2Fsharepoint-database-maintenance%2F&amp;title=SharePoint%20database%20maintenance" id="wpa2a_12"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/09/07/sharepoint-database-maintenance/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 screenshots &amp; videos</title>
		<link>http://www.jeremytaylor.net/2009/08/20/sharepoint-2010-screenshots-videos/</link>
		<comments>http://www.jeremytaylor.net/2009/08/20/sharepoint-2010-screenshots-videos/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 08:41:07 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Screenshots]]></category>
		<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=165</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2009/08/20/sharepoint-2010-screenshots-videos/" title="SharePoint 2010 screenshots &amp; videos"></a>Are you wanting to know what SharePoint 2010 looks like? I was thrilled to see the changes in SharePoint 2010. There are three videos from Microsoft, which has sneak peak of SharePoint 2010. Its quite a good tour of SharePoint &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2009/08/20/sharepoint-2010-screenshots-videos/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2009/08/20/sharepoint-2010-screenshots-videos/" title="SharePoint 2010 screenshots &amp; videos"></a><p>Are you wanting to know what SharePoint 2010 looks like? I was thrilled to see the changes in SharePoint 2010.</p>
<p>There are three videos from Microsoft, which has sneak peak of SharePoint 2010. Its quite a good tour of SharePoint 2010.<br />
You will get to see Central Administration, Best Practices Analyzer, Developer Tools, Visual 2010 SharePoint tools, the new &#8220;Ribbon&#8221; and much more!</p>
<p><span id="more-165"></span></p>
<div class="wp-caption alignleft" style="width: 673px"><img title="SharePoint 2010 Central Admin 1" src="http://sharepoint.microsoft.com/XAPS/FeatureImages/ITProfessional/CentralAdmin.png" alt="SharePoint 2010 Central Admin 1" width="663" height="497" /><p class="wp-caption-text">SharePoint 2010 Central Admin 1</p></div>
<p><img class="alignleft" title="SharePoint 2010 Central Admin Ribbon" src="http://sharepoint.microsoft.com/XAPS/FeatureImages/ITProfessional/CentralAdminRibbonWebApp.png" alt="" width="670" height="501" /></p>
<p>The first video is an Overview by Tom Rizzo, Senior Director, SharePoint<br />
The second video is for IT Professionals by Richard Riley, Technical Product Manager<br />
The third video is for Developers by Paul Andrew, Technical Product Manager</p>
<p>I appreciate any comments..</p>
<p>Click here to watch the videos</p>
<p><a href="http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/default.aspx" target="_blank">http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/default.aspx</a>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F08%2F20%2Fsharepoint-2010-screenshots-videos%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F08%2F20%2Fsharepoint-2010-screenshots-videos%2F&amp;title=SharePoint%202010%20screenshots%20%26%23038%3B%20videos" id="wpa2a_14"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/08/20/sharepoint-2010-screenshots-videos/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Microsoft SharePoint 2010 &#8211; features, system requirements</title>
		<link>http://www.jeremytaylor.net/2009/06/11/microsoft-sharepoint-2010-features-system-requirements/</link>
		<comments>http://www.jeremytaylor.net/2009/06/11/microsoft-sharepoint-2010-features-system-requirements/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 11:00:48 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[Microsoft SharePoint 2010]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint Workspace manager]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=135</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2009/06/11/microsoft-sharepoint-2010-features-system-requirements/" title="Microsoft SharePoint 2010 - features, system requirements"></a>Microsoft will ship the new SharePoint 2010 along with Office 2010 in the first half of next year (Beta &#8211; late 2009). There has been a few questions about the name of SharePoint 2010. Basically, we presently have three SharePoint &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2009/06/11/microsoft-sharepoint-2010-features-system-requirements/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2009/06/11/microsoft-sharepoint-2010-features-system-requirements/" title="Microsoft SharePoint 2010 - features, system requirements"></a><p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Microsoft will ship the new SharePoint 2010 along with Office 2010 in the first half of next year (Beta &#8211; late 2009).<br />
There has been a few questions about the name of SharePoint 2010.<br />
Basically, we presently have three SharePoint server versions:<br />
1. Windows SharePoint Services<br />
2. Microsoft Office SharePoint Server 2007 Standard<br />
3. Microsoft Office SharePoint Server 2007 Enterprise
</p>
<p style="margin-bottom: 0in;"><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">From now onwards it will be just Microsoft SharePoint 2010 (without the “office”).</p>
<p style="margin-bottom: 0in;"><span id="more-135"></span></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } 		A:link { so-language: zxx } --></p>
<p style="margin-bottom: 0in;">There has been a few name changes to SharePoint in previous years, but I wont go into that now.</p>
<p style="margin-bottom: 0in;">Some of the main systems requirements are:<br />
1. Requires 64bit Microsoft Windows 2008 or  64bit Microsoft Windows 2008 R2</p>
<p style="margin-bottom: 0in;">2. This implies it requires 64 bit hardware on its environment<br />
3. No support for Internet Explorer 6 anymore – only IE 7 and above (XHTML 1.0 compliant)<br />
4. SQL 2005 and SQL 2008 on 64 bit
</p>
<p style="margin-bottom: 0in;">Some of the features are:</p>
<p style="margin-bottom: 0in;">Better support for Internet facing sites<br />
More security features &amp; flexibility in managing permissions<br />
Email management for users<br />
Faster search<br />
More storage options such as SAN, NAS, RAID etc. (currently only SQL)<br />
Improved taxonomy management</p>
<p style="margin-bottom: 0in;">Better Dashboards and reports<br />
Records and archiving policies<br />
Easy to use templates<br />
More commands<br />
Microsoft Groove is renamed as &#8216;SharePoint Workspace Manager&#8217;<br />
Integration with other CMS products<br />
Improved infopath form capabilities<br />
More workflow types<br />
Native support for Mozilla Firefox 3.0 and Opera<br />
Better support for Mobile devices<br />
Easy migration from SPS2003 and MOSS 2007<br />
Snapshot backup and recovery<br />
Granular recovery at item level</p>
<p style="margin-bottom: 0in;">In time, I will discuss migration strategies and planning your new SharePoint 2010 upgrade.<br />
<a href="javascript:window.external.AddFavorite('http://www.jeremytaylor.net', 'JeremyTaylor.net Blog')">Keep updated and bookmark my site!</a>
</p>
<p style="margin-bottom: 0in;">
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F06%2F11%2Fmicrosoft-sharepoint-2010-features-system-requirements%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F06%2F11%2Fmicrosoft-sharepoint-2010-features-system-requirements%2F&amp;title=Microsoft%20SharePoint%202010%20%26%238211%3B%20features%2C%20system%20requirements" id="wpa2a_16"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/06/11/microsoft-sharepoint-2010-features-system-requirements/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Host headers for SharePoint / Rename Web Application</title>
		<link>http://www.jeremytaylor.net/2009/05/17/host-headers-for-sharepoint-rename-web-application/</link>
		<comments>http://www.jeremytaylor.net/2009/05/17/host-headers-for-sharepoint-rename-web-application/#comments</comments>
		<pubDate>Sun, 17 May 2009 06:11:10 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Alternate Access Mappings]]></category>
		<category><![CDATA[Host Headers]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[Web application]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=97</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2009/05/17/host-headers-for-sharepoint-rename-web-application/" title="Host headers for SharePoint / Rename Web Application"></a>Change your existing host header in SharePoint ( WSS or MOSS 2007 ) Do you want to publish your SharePoint intranet or internet site to your users with a nice friendly url (or hostheader)? This article can be also used &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2009/05/17/host-headers-for-sharepoint-rename-web-application/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2009/05/17/host-headers-for-sharepoint-rename-web-application/" title="Host headers for SharePoint / Rename Web Application"></a><p>Change your existing host header in SharePoint ( WSS or MOSS 2007 )</p>
<p>Do you want to publish your SharePoint intranet or internet site to your users with a nice friendly url (or hostheader)?</p>
<p>This article can be also used if you want to rename your web application.</p>
<p style="margin: 0cm 0cm 0pt;">
<p style="margin: 0cm 0cm 0pt;"><span style="font-family: Times New Roman; font-size: small;"><span id="more-97"></span></span></p>
<p style="margin: 0cm 0cm 0pt;">
<p style="margin: 0cm 0cm 0pt;"><strong>You would have to change the Alternate Access Mappings in SharePoint.</strong></p>
<p>In SharePoint Central Administration, Click Operations.<br />
In Operations, under the Global Configuration area, click Alternate access mappings</p>
<p style="margin: 0cm 0cm 0pt;"><a rel="attachment wp-att-99" href="http://www.jeremytaylor.net/2009/05/17/host-headers-for-sharepoint-rename-web-application/att567d6/"><img class="alignnone size-full wp-image-99" title="SharePoint Operations" src="http://www.jeremytaylor.net/sitecontent/2009/05/att567d6.jpg" alt="SharePoint Operations" width="554" height="413" /></a></p>
<p style="margin: 0cm 0cm 0pt;">
<p style="margin: 0cm 0cm 0pt;">Next to Alternate Access Mapping Collection, click on the down arrow and click on &#8216;Change Alternate Access Mapping Collection&#8217;.</p>
<p style="margin: 0cm 0cm 0pt;">
<p style="margin: 0cm 0cm 0pt;"><span style="font-family: Arial; font-size: x-small;"><span style="font-family: Times New Roman; font-size: small;"><a rel="attachment wp-att-100" href="http://www.jeremytaylor.net/2009/05/17/host-headers-for-sharepoint-rename-web-application/att567d7/"><img class="alignnone size-full wp-image-100" title="Change Alternate Access Mapping Collection" src="http://www.jeremytaylor.net/sitecontent/2009/05/att567d7.jpg" alt="Change Alternate Access Mapping Collection" width="554" height="60" /></a></span></span></p>
<p style="margin: 0cm 0cm 0pt;"><span style="font-family: Arial; font-size: x-small;"><span style="font-family: Times New Roman; font-size: small;"><br />
</span></span>
</p>
<p style="margin: 0cm 0cm 0pt;">Select your Web Application</p>
<p style="margin: 0cm 0cm 0pt;"><span style="font-family: Times New Roman; font-size: small;"><a rel="attachment wp-att-101" href="http://www.jeremytaylor.net/2009/05/17/host-headers-for-sharepoint-rename-web-application/att567d8/"><img class="alignnone size-full wp-image-101" title="Select your Web Application " src="http://www.jeremytaylor.net/sitecontent/2009/05/att567d8.jpg" alt="Select your Web Application " width="554" height="94" /></a></span></p>
<p style="margin: 0cm 0cm 0pt;">
<p style="margin: 0cm 0cm 0pt;">
<p>Click on Edit Public URLs</p>
<p style="margin: 0cm 0cm 0pt;"><span style="font-family: Times New Roman; font-size: small;"><a rel="attachment wp-att-102" href="http://www.jeremytaylor.net/2009/05/17/host-headers-for-sharepoint-rename-web-application/att567d9/"><img class="alignnone size-full wp-image-102" title=" Edit Public URLs" src="http://www.jeremytaylor.net/sitecontent/2009/05/att567d9.jpg" alt=" Edit Public URLs" width="554" height="69" /></a></span></p>
<p style="margin: 0cm 0cm 0pt;">
<p style="margin: 0cm 0cm 0pt;">Then type in your desired URL (hostheader) in the Internet field as shown below:<br />
For Example: http://www.mysite.com
</p>
<p style="margin: 0cm 0cm 0pt;">
<p style="margin: 0cm 0cm 0pt;"><span style="font-family: Times New Roman; font-size: small;"><a rel="attachment wp-att-103" href="http://www.jeremytaylor.net/2009/05/17/host-headers-for-sharepoint-rename-web-application/att567da/"><img class="alignnone size-full wp-image-103" title=" Internet field" src="http://www.jeremytaylor.net/sitecontent/2009/05/att567da.jpg" alt=" Internet field" width="554" height="194" /></a></span></p>
<p style="margin: 0cm 0cm 0pt;">
<p style="margin: 0cm 0cm 0pt;">Alternatively, you can change the Intranet fields for SharePoint intranet deployments.</p>
<p>Click Save and youre done!</p>
<p>But before you go, make sure your DNS resolves to your web server IP address. Ping and make sure that works. You could also modify your hosts file to test this out.</p>
<p>You have now successfully enabled SharePoint to resolve requests to your new URL.</p>
<p style="margin: 0cm 0cm 0pt;"><span style="font-family: Times New Roman; font-size: small;"><br />
</span></p>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F05%2F17%2Fhost-headers-for-sharepoint-rename-web-application%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F05%2F17%2Fhost-headers-for-sharepoint-rename-web-application%2F&amp;title=Host%20headers%20for%20SharePoint%20%2F%20Rename%20Web%20Application" id="wpa2a_18"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/05/17/host-headers-for-sharepoint-rename-web-application/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SharePoint installed without Active Directory</title>
		<link>http://www.jeremytaylor.net/2009/04/24/sharepoint-installed-without-active-directory/</link>
		<comments>http://www.jeremytaylor.net/2009/04/24/sharepoint-installed-without-active-directory/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 08:34:04 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[MOSS 2007]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=74</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2009/04/24/sharepoint-installed-without-active-directory/" title="SharePoint installed without Active Directory"></a>When installing SharePoint 2007 (MOSS 2007) or WSS 3.0  from the SharePoint Products and Technologies Configuration Wizard, you may ask, &#8216;what do I do if I want to connect SharePoint using SQL authentication, rather than Microsoft&#8217;s Active Directory?&#8217; You may want &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2009/04/24/sharepoint-installed-without-active-directory/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2009/04/24/sharepoint-installed-without-active-directory/" title="SharePoint installed without Active Directory"></a><p>When installing SharePoint 2007 (MOSS 2007) or WSS 3.0  from the SharePoint Products and Technologies Configuration Wizard, you may ask, &#8216;what do I do if I want to connect SharePoint using SQL authentication, rather than Microsoft&#8217;s Active Directory?&#8217;<br />
You may want to connect SharePoint to its configuration database using a locked down SQL user account to isolate your front end website from Active Directory.</p>
<p>Using the SharePoint Products and Technologies Configuration Wizard, it may appear to be impossible to get past the DOMAIN\User_Name as required in the wizard.</p>
<p><span id="more-74"></span></p>
<p>If you havent installed SharePoint yet, then you should not select to open the configuration wizard.<br />
You need to just click &#8216;close&#8217;.</p>
<p>If you have installed SharePoint and not yet run the configuration Wizard, then you will see this message when you click on Central Administration.<br />
See example:</p>
<p><a rel="attachment wp-att-77" href="http://www.jeremytaylor.net/2009/04/24/sharepoint-installed-without-active-directory/sharepoint_html_m699766201/"><img class="alignnone size-full wp-image-77" title="sharepoint_html_m699766201" src="http://www.jeremytaylor.net/sitecontent/2009/04/sharepoint_html_m699766201.png" alt="sharepoint_html_m699766201" width="789" height="126" /></a></p>
<p>Now to connect specify an SQL account instead of a DOMAIN\User_Name account, you would have to close the Wizard and perform the following steps:</p>
<p><a rel="attachment wp-att-76" href="http://www.jeremytaylor.net/2009/04/24/sharepoint-installed-without-active-directory/sharepoint_html_m26b15113/"><img class="alignnone size-full wp-image-76" title="sharepoint_html_m26b15113" src="http://www.jeremytaylor.net/sitecontent/2009/04/sharepoint_html_m26b15113.png" alt="sharepoint_html_m26b15113" width="621" height="530" /></a></p>
<p>Manually create four databases in your SQL server with the following settings:<br />
Database Name: (see examples below)<br />
Collation: Latin1_General_CI_AS_KS_WS</p>
<p>Database Name examples:<br />
SharePoint_Config 			(SharePoint Configuration)<br />
SharePoint_AdminContent 		(SharePoint Admin Contents)<br />
SharePoint_SSP_DB			(Shared Services)<br />
SharePoint_SSP_Search_DB	(Shared Services Search)</p>
<p>(Note: SSP &#8211; Shared Services Provider)</p>
<p>Create your SQL user account and assign permissions as dbo on the above databases</p>
<p>Now search for a file called PSConfig.exe<br />
It should be found in:<br />
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN</p>
<p>Open a command prompt and go to the directory where the PSConfig.exe file resides.</p>
<p><a rel="attachment wp-att-78" href="http://www.jeremytaylor.net/2009/04/24/sharepoint-installed-without-active-directory/sharepoint_html_m40c8f28f/"><img class="alignnone size-full wp-image-78" title="sharepoint_html_m40c8f28f" src="http://www.jeremytaylor.net/sitecontent/2009/04/sharepoint_html_m40c8f28f.png" alt="sharepoint_html_m40c8f28f" width="668" height="343" /></a></p>
<p>Ready for the fun stuff?<br />
Run this command to create your new SharePoint farm and connect it via a SQL account.</p>
<p>PSConfig -cmd configdb -create -server (Database server name) -database (Database name) -user (Farm Administrators domain account) –password (Farm Administrators password) -dbuser (Newly created SQL username) –dbpassword (SQL password) –admincontentdatabase (Admin Content Database name)</p>
<p>You should see a success message. If not, then I would suggest you to recheck your SQL permissions and Farm Administrators permissions. PSConfig will spit out other errors if its anything else.</p>
<p><a rel="attachment wp-att-79" href="http://www.jeremytaylor.net/2009/04/24/sharepoint-installed-without-active-directory/sharepoint_html_78e67f8e/"><img class="alignnone size-full wp-image-79" title="sharepoint_html_78e67f8e" src="http://www.jeremytaylor.net/sitecontent/2009/04/sharepoint_html_78e67f8e.png" alt="sharepoint_html_78e67f8e" width="668" height="343" /></a></p>
<p>PSConfig arguments explained:</p>
<p>create:  Creates a new configuration database and thus establishes a new server farm.  If this server is already connected to a configuration database, the server will be disconnected first, then the new configuration database will be created.</p>
<p>server:  The SQL server where the configuration database is located.<br />
database:  The configuration database name.<br />
dbuser:  The SQL server user name used for SQL authentication.<br />
dbpassword:  The SQL server password used for SQL authentication.<br />
user:  Server farm administrator user account.<br />
password:  Server farm administrator user account password.<br />
admincontentdatabase:  The Central Administration Web Application content database name.</p>
<p>You would have to resume the Configuration Wizard.<br />
Go to Start &gt; All Programs &gt; Microsoft Office Server &gt; SharePoint configuration Wizard. The wizard should have detected that the configuration database has already been created.</p>
<p>Don’t disconnect from the server farm, unless you want to recreate the database again.</p>
<p>You should now use your SQL Authentication to any other databases you want to configure such as the SSP and the Search Database.</p>
<p>To add more servers such as Web Front End servers to the SharePoint farm, then you have to go through all the above steps, except run this PSConfig command from the command prompt:</p>
<p>PSConfig -cmd configdb -connect -server (Database server name) -database (Database name) -user (Farm Administrators domain account) –password (Farm Administrators password) -dbuser (Newly created SQL username) –dbpassword (SQL password) –admincontentdatabase (Admin Content Database name)</p>
<p>Argument explained:<br />
connect:  Connects to an existing configuration database and thus joins this server to an existing server farm.  If this server is already connected to a configuration database, the server will be disconnected first, then connected to the existing configuration database.</p>
<p>And youre done! You now have a SharePoint farm running off SQL logins.</p>
<p><em>*Please note: Some visitors were confused as they thought it worked for SharePoint 2010. This post is <strong><span style="text-decoration: underline;">not </span></strong>for SharePoint 2010. You can tell by the 12 hive path. This post dates back way before SharePoint 2010 beta was out.</em>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F04%2F24%2Fsharepoint-installed-without-active-directory%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F04%2F24%2Fsharepoint-installed-without-active-directory%2F&amp;title=SharePoint%20installed%20without%20Active%20Directory" id="wpa2a_20"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/04/24/sharepoint-installed-without-active-directory/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

