<?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/category/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>SharePoint MOSS 2007: mixing 32bit and 64bit</title>
		<link>http://www.jeremytaylor.net/2010/09/28/sharepoint-moss-2007-mixing-32bit-and-64bit/</link>
		<comments>http://www.jeremytaylor.net/2010/09/28/sharepoint-moss-2007-mixing-32bit-and-64bit/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 12:13:07 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/2010/09/28/sharepoint-moss-2007-mixing-32bit-and-64bit/</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2010/09/28/sharepoint-moss-2007-mixing-32bit-and-64bit/" title="SharePoint MOSS 2007: mixing 32bit and 64bit"></a>You may come across environments which have 32bit servers running SharePoint 2007 which would need to be upgraded to SharePoint 2010. Since SharePoint 2010 does not run on 32bit, an &#8216;in place upgrade&#8217; option from SharePoint 2007 32 to SharePoint &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2010/09/28/sharepoint-moss-2007-mixing-32bit-and-64bit/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2010/09/28/sharepoint-moss-2007-mixing-32bit-and-64bit/" title="SharePoint MOSS 2007: mixing 32bit and 64bit"></a><p><span style="font-family: Arial; font-size: 10pt;">You may come across environments which have 32bit servers running SharePoint 2007 which would need to be upgraded to SharePoint 2010. Since SharePoint 2010 does not run on 32bit, an &#8216;in place upgrade&#8217; option from SharePoint 2007 32 to SharePoint 2010 64 bit may come to mind.<br />
</span></p>
<p><span style="font-family: Arial; font-size: 10pt;">In that case.. you would have to rethink your upgrade strategy. There are many complexities and risks associated with the in place upgrade method and you are better off migrating, rather than upgrading.<br />
However, if you choose to upgrade, then the first step will be to &#8216;upgrade&#8217; all your SharePoint 2007 &#8211; 32bit servers to SharePoint 2007 &#8211; 64bit servers. The key is to maintain architecture homogeneity.<br />
</span></p>
<p><span style="font-family: Arial; font-size: 10pt;">Even if you aren&#8217;t considering SharePoint 2010 at the moment, you might see value in upgrading to SharePoint 2007 on 64 bit anyway. For example: 64bit addresses larger memory (upto 1024GB!). Here are some advantages of running 64bit: <a href="http://technet.microsoft.com/en-us/library/dd630755%28office.12%29.aspx">http://technet.microsoft.com/en-us/library/dd630755%28office.12%29.aspx</a><br />
</span></p>
<p><span style="font-family: Arial; font-size: 10pt;">One HUGE benefit is to get your database servers on 64bit while serving your 32bit MOSS 2007 farm.<br />
</span></p>
<p><span style="font-family: Arial; font-size: 10pt;"><span style="text-decoration: underline;">Keep in mind: Architecture homogeneity:-<br />
</span>You can deploy an Office SharePoint Server 2007 farm on a mix of 32-bit and 64-bit servers provided that you maintain architecture homogeneity at each topology layer. For example, you can use 64-bit database servers with 32-bit front-end Web servers, or 64-bit application servers with 32-bit servers that are running Excel Services. However, we do not recommend combining 32-bit and 64-bit front-end Web servers within the same farm.<br />
<span style="text-decoration: underline;"><br />
</span></span></p>
<p><strong><span style="color: black; font-family: Verdana; font-size: 8pt;">Mixing 32-bit and 64-bit servers</span><span style="font-family: Times New Roman; font-size: 13pt;"><br />
</span></strong></p>
<p><span style="color: black; font-family: Verdana; font-size: 8pt;">Some important considerations when you are running a mixed 32-bit and 64-bit farm are as follows:</span><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p style="margin-left: 36pt;"><span style="color: black;"><span style="font-family: Symbol; font-size: 10pt;"></span><span style="font-family: Times New Roman; font-size: 7pt;"> </span><span style="font-family: Verdana; font-size: 8pt;"><strong>Do not use the /3GB switch in Windows Server 2003</strong><br />
</span></span><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p style="margin-left: 36pt;"><span style="color: black; font-family: Verdana; font-size: 8pt;">On a 32-bit server with a total of 4 GB of virtual address space, the /3GB switch can optimize performance by transferring 1 GB of virtual address space from the kernel to the user mode processes. This is not recommended on 64-bit hardware because it leaves only 1 GB available to the kernel. The large address tables that are used by 64-bit hardware can cause that address space to be depleted. As a result, the computer may become destabilized. For more information, see the Knowledge Base article <a href="http://go.microsoft.com/fwlink/?LinkId=105919" target="_blank"><span style="color: blue; text-decoration: underline;">The Windows Server 2003 /3GB switch is not supported in Windows SharePoint Services 2.0 or in later versions or in SharePoint Portal Server 2003 SP2 or in later versions</span></a> (<a href="http://go.microsoft.com/fwlink/?LinkId=105919" target="_blank"><span style="color: blue; text-decoration: underline;">http://go.microsoft.com/fwlink/?LinkId=105919</span></a>).</span><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p style="margin-left: 36pt;"><span style="color: black;"><span style="font-family: Symbol; font-size: 10pt;"></span><span style="font-family: Times New Roman; font-size: 7pt;"> </span><span style="font-family: Verdana; font-size: 8pt;"><strong>Maintain 32-bit or 64-bit homogeneity at each topology layer</strong><br />
</span></span><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p style="margin-left: 36pt;"><span style="color: red; font-family: Verdana; font-size: 8pt;">You can deploy an Office SharePoint Server 2007 farm on a mix of 32-bit and 64-bit servers provided that you maintain architecture homogeneity at each topology layer. For example, you can use 64-bit database servers with 32-bit front-end Web servers, or 64-bit application servers with 32-bit servers that are running Excel Services. However, we do not recommend combining 32-bit and 64-bit front-end Web servers within the same farm.</span><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p style="margin-left: 36pt;"><span style="color: black;"><span style="font-family: Symbol; font-size: 10pt;"></span><span style="font-family: Times New Roman; font-size: 7pt;"> </span><span style="font-family: Verdana; font-size: 8pt;"><strong>Mixing 32-bit and 64-bit servers can increase the maintenance overhead for the farm</strong><br />
</span></span><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p style="margin-left: 36pt;"><span style="color: black; font-family: Verdana; font-size: 8pt;">In mixed 32-bit and 64-bit scenarios, it is necessary to manage things such as third-party applications, custom solutions, software patches, and updates independently for each platform.</span><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p><span style="font-family: Arial; font-size: 10pt;">Source: <a href="http://technet.microsoft.com/en-us/library/dd630764%28office.12%29.aspx" target="_blank"><span style="color: blue; text-decoration: underline;">http://technet.microsoft.com/en-us/library/dd630764(office.12).aspx</span></a></span><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p><span style="font-family: Arial; font-size: 10pt;"> </span><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</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%2F2010%2F09%2F28%2Fsharepoint-moss-2007-mixing-32bit-and-64bit%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%2F09%2F28%2Fsharepoint-moss-2007-mixing-32bit-and-64bit%2F&amp;title=SharePoint%20MOSS%202007%3A%20mixing%2032bit%20and%2064bit" 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/09/28/sharepoint-moss-2007-mixing-32bit-and-64bit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft SharePoint reporting services SSRS or CRM ASSERT: Assertion failed! un-named assertion fired for component processing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException</title>
		<link>http://www.jeremytaylor.net/2010/07/16/microsoft-sharepoint-reporting-services-ssrs-or-crm-assert-assertion-failed-un-named-assertion-fired-for-component-processing-microsoft-reportingservices-diagnostics-utilities-internalcatalogexcepti/</link>
		<comments>http://www.jeremytaylor.net/2010/07/16/microsoft-sharepoint-reporting-services-ssrs-or-crm-assert-assertion-failed-un-named-assertion-fired-for-component-processing-microsoft-reportingservices-diagnostics-utilities-internalcatalogexcepti/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 22:00:45 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=388</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2010/07/16/microsoft-sharepoint-reporting-services-ssrs-or-crm-assert-assertion-failed-un-named-assertion-fired-for-component-processing-microsoft-reportingservices-diagnostics-utilities-internalcatalogexcepti/" title="Microsoft SharePoint reporting services SSRS or CRM ASSERT: Assertion failed! un-named assertion fired for component processing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException"></a>You may receive these errors when generating reports (often large reports) through Microsoft Sharepoint Reporting Services SRSS or Microsoft CRM. This error appears in the report server log: ASSERT: Assertion failed! un-named assertion fired for component processing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException This error &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2010/07/16/microsoft-sharepoint-reporting-services-ssrs-or-crm-assert-assertion-failed-un-named-assertion-fired-for-component-processing-microsoft-reportingservices-diagnostics-utilities-internalcatalogexcepti/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2010/07/16/microsoft-sharepoint-reporting-services-ssrs-or-crm-assert-assertion-failed-un-named-assertion-fired-for-component-processing-microsoft-reportingservices-diagnostics-utilities-internalcatalogexcepti/" title="Microsoft SharePoint reporting services SSRS or CRM ASSERT: Assertion failed! un-named assertion fired for component processing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException"></a><p>You may receive these errors when generating reports (often large reports) through Microsoft Sharepoint Reporting Services SRSS or Microsoft CRM.</p>
<p>This error appears in the report server log:</p>
<p><strong>ASSERT: Assertion failed! un-named assertion fired for component processing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException</strong><br />
This error will appear in your web browser when accessing the report:</p>
<p><strong>Reporting Services Error An internal error occurred on the report server. See the error log for more details (rsInternalError)</strong></p>
<p>Solution:<br />
Install SQL Server 2005 Service Pack 3</p>
<p>The cause is SQL server timing values may be incorrect when you use Cool&#8217;n'Quiet technology in AMD processors or SpeedStep technology in Intel processors. It can also occur on virtual servers on VMware (Intel or AMD).</p>
<p>Here are some links I hope you may find useful:</p>
<p>Link 1:<br />
<a href="http://blogs.msdn.com/b/mariae/archive/2007/12/10/reporting-services-internal-error.aspx">http://blogs.msdn.com/b/mariae/archive/2007/12/10/reporting-services-internal-error.aspx</a></p>
<p>Link 1: Mentions that AMD Cool’n’Quiet settings is the culprit, on further reading on the internet, I have found out that this can occur on intel systems (SpeedStep technology) as well.</p>
<p>Link 2:<br />
<a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;931279">http://support.microsoft.com/default.aspx?scid=kb;EN-US;931279</a></p>
<p>Link 2: States that the issue is a drift may occur between CPU frequency values and the problem was first corrected in SQL 2005 SP 3.<br />
The Microsoft KB article 931279 states that this can occur if we use the CPU stepping or various Windows OS ‘power schemes’ settings. While the former (CPU stepping) is a bit more tricky to check, it would be worth checking the power scheme settings (Start&gt;run&gt;powercfg.cpl).</p>
<p>Link 3:<br />
<a href="http://support.microsoft.com/kb/955706/en-us">http://support.microsoft.com/kb/955706/en-us</a> (SQL 2005 SP 3)</p>
<p>Link 3 contains a list of bugs that are fixed by SP3. There evidence that it fixes the SQL server timing values &#8211; KB article 931279 (Link 2).
<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%2F07%2F16%2Fmicrosoft-sharepoint-reporting-services-ssrs-or-crm-assert-assertion-failed-un-named-assertion-fired-for-component-processing-microsoft-reportingservices-diagnostics-utilities-internalcatalogexcepti%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%2F07%2F16%2Fmicrosoft-sharepoint-reporting-services-ssrs-or-crm-assert-assertion-failed-un-named-assertion-fired-for-component-processing-microsoft-reportingservices-diagnostics-utilities-internalcatalogexcepti%2F&amp;title=Microsoft%20SharePoint%20reporting%20services%20SSRS%20or%20CRM%20ASSERT%3A%20Assertion%20failed%21%20un-named%20assertion%20fired%20for%20component%20processing%20Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException" 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/07/16/microsoft-sharepoint-reporting-services-ssrs-or-crm-assert-assertion-failed-un-named-assertion-fired-for-component-processing-microsoft-reportingservices-diagnostics-utilities-internalcatalogexcepti/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint disable loopback check (DisableLoopbackCheck dword in registry)</title>
		<link>http://www.jeremytaylor.net/2010/05/24/sharepoint-disable-loopback-check-disableloopbackcheck-dword-in-registry/</link>
		<comments>http://www.jeremytaylor.net/2010/05/24/sharepoint-disable-loopback-check-disableloopbackcheck-dword-in-registry/#comments</comments>
		<pubDate>Mon, 24 May 2010 07:54:40 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=371</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2010/05/24/sharepoint-disable-loopback-check-disableloopbackcheck-dword-in-registry/" title="SharePoint disable loopback check (DisableLoopbackCheck dword in registry)"></a>Ive found this very handy.. recently, I was working on a server and we were trying to access the local SharePoint site http://127.0.0.1 or http://nameoflocalserver/pages/default.aspx and I was constantly prompted for the username and password. In SharePoint 2010, it can &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2010/05/24/sharepoint-disable-loopback-check-disableloopbackcheck-dword-in-registry/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2010/05/24/sharepoint-disable-loopback-check-disableloopbackcheck-dword-in-registry/" title="SharePoint disable loopback check (DisableLoopbackCheck dword in registry)"></a><p>Ive found this very handy.. recently, I was working on a server and  we were trying to access the local SharePoint site http://127.0.0.1 or  http://nameoflocalserver/pages/default.aspx and I was constantly  prompted for the username and password. In SharePoint 2010, it can really  annoy you by not accepting your username password credentials in the  popup window.</p>
<p>Its a &#8216;feature&#8217; on the server that you need to  disable as a workaround.<br />
Caution: Microsoft Best practices is out of scope in this article. Do your own research on this topic.</p>
<p>You would need to create a DWORD  registry key in the registry called <strong>DisableLoopbackCheck </strong>and set  it to 1.<br />
Follow these steps:</p>
<p>Option 1: Add this registry entry by PowerShell</p>
<pre>New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -value "1" -PropertyType dword</pre>
<p>Option 2: Add this registry entry manually</p>
<p>Click Start, click Run, type <strong> regedit</strong>, and then click OK<br />
In Registry Editor, locate the following registry key:       <strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa</strong><br />
Right-click  Lsa, point to New, and then click <strong>DWORD </strong>Value. (In Win 2008, its <strong>DWORD </strong>32bit)<br />
Type <strong> DisableLoopbackCheck</strong>, and then press ENTER.<br />
Right-click  DisableLoopbackCheck, and then click <strong>Modify</strong>.<br />
In the Value data box,  type <strong>1</strong> and then click OK.<br />
Quit Registry Editor.<br />
You may need to <strong>restart </strong>your server.</p>
<p>For more information about this, click the  following article  number to view the article in the Microsoft Knowledge  Base:       281308  (http://support.microsoft.com/kb/281308/ )  Connecting to  SMB share on a Windows 2000-based computer or a Windows  Server  2003-based computer may not work with an alias name.
<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%2F05%2F24%2Fsharepoint-disable-loopback-check-disableloopbackcheck-dword-in-registry%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%2F05%2F24%2Fsharepoint-disable-loopback-check-disableloopbackcheck-dword-in-registry%2F&amp;title=SharePoint%20disable%20loopback%20check%20%28DisableLoopbackCheck%20dword%20in%20registry%29" 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/05/24/sharepoint-disable-loopback-check-disableloopbackcheck-dword-in-registry/feed/</wfw:commentRss>
		<slash:comments>6</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_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/2010/04/09/moss-sharepoint-2007-on-server-2008-r2-microsoft-kb-962935/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating custom SharePoint MOSS 2007 &amp; WSS 3.0 themes</title>
		<link>http://www.jeremytaylor.net/2010/03/13/creating-custom-sharepoint-moss-2007-wss-3-0-themes/</link>
		<comments>http://www.jeremytaylor.net/2010/03/13/creating-custom-sharepoint-moss-2007-wss-3-0-themes/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 01:21:47 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=281</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2010/03/13/creating-custom-sharepoint-moss-2007-wss-3-0-themes/" title="Creating custom SharePoint MOSS 2007 &amp; WSS 3.0 themes"></a>I was looking around for some reading today and I thought of collecting information on whats out there on SharePoint skinning, SharePoint customisation of themes and master pages. There are a few articles on the web that I have read &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2010/03/13/creating-custom-sharepoint-moss-2007-wss-3-0-themes/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2010/03/13/creating-custom-sharepoint-moss-2007-wss-3-0-themes/" title="Creating custom SharePoint MOSS 2007 &amp; WSS 3.0 themes"></a><p>I was looking around for some reading today and I thought of collecting information on whats out there on SharePoint skinning, SharePoint customisation of themes and master pages. There are a few articles on the web that I have read before and would like to share them with you. May I suggest you bookmark this article so you can refer back when you need. I will add more links as I come across them. You may be able to share your favourites with me and I will edit this article to include your valuable suggestions! Thanks!</p>
<p><span id="more-281"></span></p>
<p><strong>Article 1: </strong><a title="In this article, you will learn how to create a SharePoint template to be used for sub areas, the important elements that need to be changed in the default.aspx page, important elements in Onet.xml, and also the folder structure for lists. In the end, we will discuss about some of the important elements included with the Schema.xml file." href="http://aspalliance.com/759_Working_with_SharePoint_Templates.all" target="_blank"></p>
<p>http://aspalliance.com/759_Working_with_SharePoint_Templates.all</a></p>
<p>With the help of this article, you will learn how to<br />
1. Create a new template.<br />
2. Add Web Part Zones to a template in default.aspx page.<br />
3. Add Web Parts by default while create Sub Area Pages using Onet.xml.<br />
4. Create default Content Lists using Onet.xml.<br />
5. Create multiple lists of the same list type in Onet.xml.<br />
6. Change the view using Schema.xml.</p>
<p><strong>Article 2:</strong><a title="heather solomon" href="http://www.heathersolomon.com/blog/articles/sp2007.aspx" target="_blank"></p>
<p>http://www.heathersolomon.com/blog/articles/sp2007.aspx</a></p>
<p>In this article on Heather Solomon&#8217;s website, you will get to understand more on Master Pages and themes in SharePoint.<br />
There are a lot of SharePoint Design tips, working with CSS and the master page. You might need some good time set aside to go through these articles.</p>
<p>Article 3:<br />
<a href="http://www.idratherbewriting.com/2008/06/21/customizing-your-sharepoint-site-read-these-10-conceptsgotchas-first/" target="_blank">http://www.idratherbewriting.com/2008/06/21/customizing-your-sharepoint-site-read-these-10-conceptsgotchas-first/</a><br />
In this article, you will read 10 Concepts/Gotchas when customising SharePoint.<br />
1. A good SharePoint site is one that doesn’t look like a SharePoint site.<br />
2. Without SharePoint Designer, you can do nothing. With SharePoint Designer, you can do nothing.<br />
3. Like the Borg, all content pages render through Default.master or another master file.<br />
4. When you edit the master, the core.css file unghosts.<br />
5. You can’t see the image directory that the core.css stylesheet refers to.<br />
6. If you edit the Summary View and change the item limit, it breaks the code and you have to generate a new site to figure out the code to fix it.<br />
7. If you modify a theme, switch back to the default, and then return to your modified theme, all modifications are gone.<br />
8. To configure the search to see just blog posts, you have to enter a code that does not exist anywhere on the Internet or help file.<br />
9. You can’t control the look and feel of the admin side of things.<br />
10. Site metrics don’t tell you what post anyone has viewed.</p>
<p>Arcticle 4:<br />
<a href="http://branding-sharepoint.com/2010/01/winter-in-minnesota/" target="_blank">http://branding-sharepoint.com/2010/01/winter-in-minnesota/</a><br />
A blog in the life of a SharePoint graphic designer. Some inspiring articles to see where SharePoint design can lead to!</p>
<p>May I suggest you bookmark this article so you can refer back when you need. I will add more links as I come across them. You may be able to share your favourites with me and I will edit this article to include your valuable suggestions! Thanks!
<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%2F03%2F13%2Fcreating-custom-sharepoint-moss-2007-wss-3-0-themes%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%2F03%2F13%2Fcreating-custom-sharepoint-moss-2007-wss-3-0-themes%2F&amp;title=Creating%20custom%20SharePoint%20MOSS%202007%20%26%23038%3B%20WSS%203.0%20themes" 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/2010/03/13/creating-custom-sharepoint-moss-2007-wss-3-0-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Central Administration High Availability, Load Balancing &amp; General Recommendations</title>
		<link>http://www.jeremytaylor.net/2010/03/09/sharepoint-central-administration-high-availability-load-balancing-general-recommendations/</link>
		<comments>http://www.jeremytaylor.net/2010/03/09/sharepoint-central-administration-high-availability-load-balancing-general-recommendations/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 11:55:47 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=279</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2010/03/09/sharepoint-central-administration-high-availability-load-balancing-general-recommendations/" title="SharePoint Central Administration High Availability, Load Balancing &amp; General Recommendations"></a>A few questions have come up about having dual SharePoint Central Administation servers in a farm. In short, it is possible to run two CAs in a farm. (It is Microsoft supported). In a 5 server farm (3 WFE, 1 &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2010/03/09/sharepoint-central-administration-high-availability-load-balancing-general-recommendations/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2010/03/09/sharepoint-central-administration-high-availability-load-balancing-general-recommendations/" title="SharePoint Central Administration High Availability, Load Balancing &amp; General Recommendations"></a><p>A few questions have come up about having dual SharePoint Central Administation servers in a farm. In short, it is possible to run two CAs in a farm. (It is Microsoft supported).<br />
In a 5 server farm (3 WFE, 1 Index, 1 CA), we may feel the need to load balance the CAs with Microsoft&#8217;s Network load balancing NLB.<br />
I found a <strong>good </strong>article that helped reinforced some concepts..<br />
<a title="Harbar.net" href="http://www.harbar.net/articles/spca.aspx" target="_blank">http://www.harbar.net/articles/spca.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%2F2010%2F03%2F09%2Fsharepoint-central-administration-high-availability-load-balancing-general-recommendations%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%2F03%2F09%2Fsharepoint-central-administration-high-availability-load-balancing-general-recommendations%2F&amp;title=SharePoint%20Central%20Administration%20High%20Availability%2C%20Load%20Balancing%20%26%23038%3B%20General%20Recommendations" 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/2010/03/09/sharepoint-central-administration-high-availability-load-balancing-general-recommendations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure SharePoint search pdf files with a free ifilter</title>
		<link>http://www.jeremytaylor.net/2010/02/04/configure-sharepoint-search-pdf-files-with-a-free-ifilter/</link>
		<comments>http://www.jeremytaylor.net/2010/02/04/configure-sharepoint-search-pdf-files-with-a-free-ifilter/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 14:24:20 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[ifilter]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=276</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2010/02/04/configure-sharepoint-search-pdf-files-with-a-free-ifilter/" title="Configure SharePoint search pdf files with a free ifilter"></a>1. Download Free ifilter from: http://download.adobe.com/pub/adobe/acrobat/win/all/ifilter60.exe You can also download Download Adobe Reader 9.0 which contains the ifilter.  Necessary for x64 bit systems. http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025 2. Run the newly downloaded file and go through the install wizard with your preferences. 3. &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2010/02/04/configure-sharepoint-search-pdf-files-with-a-free-ifilter/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2010/02/04/configure-sharepoint-search-pdf-files-with-a-free-ifilter/" title="Configure SharePoint search pdf files with a free ifilter"></a><p>1. Download Free ifilter from: <a href="http://download.adobe.com/pub/adobe/acrobat/win/all/ifilter60.exe" target="_blank">http://download.adobe.com/pub/adobe/acrobat/win/all/ifilter60.exe</a><br />
You can also download Download Adobe Reader 9.0 which contains the ifilter.  Necessary for x64 bit systems. <a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025" target="_blank">http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025</a></p>
<p>2. Run the newly downloaded file and go through the install wizard with your preferences.</p>
<p>3. Enable the pdf extension in SharePoint. Central Administration &gt; SharedServices &gt; Search Settings &gt; File Types &gt;New File Type<br />
4. Enter ‘pdf’ as a file extension and Click OK.</p>
<p>5. Right click and save the pdf icon from <a href="http://www.adobe.com/misc/linking.html" target="_blank">http://www.adobe.com/misc/linking.html</a></p>
<p>6. Add the Acrobat pdf icon to the SharePoint templates directory. Copy the Acrobat PDF picture called pdficon_small.gif in the 12 Hive\TEMPLATE\IMAGES folder, e.g. %programfiles%\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\IMAGES.</p>
<p>7. Open the 12 Hive\TEMPLATE\XML\DOCICON.XML file.<br />
Find the &lt;DocIcons.ByExtension&gt; part<br />
Add the following: &lt;mapping Key=&#8221;pdf&#8221; Value=&#8221;pdficon_small.gif&#8221; OpenControl=&#8221;" /&gt;<br />
Save</p>
<p>8. Run<br />
net stop osearch<br />
net start osearch</p>
<p>9. Perform a full crawl to reindex your pdf files.
<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%2F02%2F04%2Fconfigure-sharepoint-search-pdf-files-with-a-free-ifilter%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%2F02%2F04%2Fconfigure-sharepoint-search-pdf-files-with-a-free-ifilter%2F&amp;title=Configure%20SharePoint%20search%20pdf%20files%20with%20a%20free%20ifilter" 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/2010/02/04/configure-sharepoint-search-pdf-files-with-a-free-ifilter/feed/</wfw:commentRss>
		<slash:comments>2</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_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/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_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/2010/01/12/content-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

