<?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>eGroup &#187; Central Administration</title>
	<atom:link href="http://www.egroup-us.com/tag/central-administration/feed" rel="self" type="application/rss+xml" />
	<link>http://www.egroup-us.com</link>
	<description>Technology Solutions for Serious Competitors</description>
	<lastBuildDate>Thu, 16 May 2013 18:43:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>SHAREPOINT .NET ERROR WHEN LOADING CENTRAL ADMINISTRATION. Could not write to output file &#8216;The directory name is invalid.&#8217;</title>
		<link>http://www.egroup-us.com/2009/03/sharepoint-net-error-when-loading-sharepoint-central-administration-could-not-write-to-output-file-the-directory-name-is-invalid/</link>
		<comments>http://www.egroup-us.com/2009/03/sharepoint-net-error-when-loading-sharepoint-central-administration-could-not-write-to-output-file-the-directory-name-is-invalid/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 13:59:31 +0000</pubDate>
		<dc:creator>Jason Webster</dc:creator>
				<category><![CDATA[Blog On]]></category>
		<category><![CDATA[.Net 2.0]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Central Administration]]></category>
		<category><![CDATA[Microsoft .Net]]></category>
		<category><![CDATA[MOSS2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://blogs.eGroup-us.com/?p=488</guid>
		<description><![CDATA[<p>I recently came across the issue where after a fresh and successful install of SharePoint Server 2007 (MOSS2007) that the Central Administration Site would give an application error upon loading for the first time.  After changing &#60;customErrors mode=&#8221;Off&#8221; /&#62; in all the web.config files we are able to see the &#8220;Could not write to output [...]</p><p>The post <a href="http://www.egroup-us.com/2009/03/sharepoint-net-error-when-loading-sharepoint-central-administration-could-not-write-to-output-file-the-directory-name-is-invalid/">SHAREPOINT .NET ERROR WHEN LOADING CENTRAL ADMINISTRATION. Could not write to output file &#8216;The directory name is invalid.&#8217;</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I recently came across the issue where after a fresh and successful install of SharePoint Server 2007 (MOSS2007) that the Central Administration Site would give an application error upon loading for the first time.  After changing &lt;customErrors mode=&#8221;Off&#8221; /&gt; in all the web.config files we are able to see the &#8220;Could not write to output file &#8216;The directory name is invalid.&#8217;&#8221; error pointing to a folder below the WindowsMicrosoft.Net directory.  This error indicates that something is amiss with the ASPNET user account and it doesn&#8217;t have permissions to write to the folders below the Microsoft.Net folder.  To solve this follow these simple steps.</p>
<ol>
<li>Open up Computer Management and verify that the user ASPNET exists.</li>
<li>Navigate to the Microsoft.Net directory (typically C:WindowsMicrosoft.Net) and open up it&#8217;s security properties.</li>
<li>Add the ASPNET user under the sercurity tab and give it read/write/modify rights.</li>
<li>Click on advanced and check the box to replace permissions on child folders.</li>
</ol>
<p>Restart IIS and then navigate back to the Central Administration Site and it should be come right up (after a little compile time).</p>
<p>The post <a href="http://www.egroup-us.com/2009/03/sharepoint-net-error-when-loading-sharepoint-central-administration-could-not-write-to-output-file-the-directory-name-is-invalid/">SHAREPOINT .NET ERROR WHEN LOADING CENTRAL ADMINISTRATION. Could not write to output file &#8216;The directory name is invalid.&#8217;</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.egroup-us.com/2009/03/sharepoint-net-error-when-loading-sharepoint-central-administration-could-not-write-to-output-file-the-directory-name-is-invalid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint and SSRS Integration error: &#8220;An unexpected error occurred while connecting to the report server. Verify that the report server is available and configured for SharePoint integrated mode.&#8221;</title>
		<link>http://www.egroup-us.com/2009/03/sharepoint-and-ssrs-integration-error-an-unexpected-error-occurred-while-connecting-to-the-report-server-verify-that-the-report-server-is-available-and-configured-for-sharepoint-integrated-mode/</link>
		<comments>http://www.egroup-us.com/2009/03/sharepoint-and-ssrs-integration-error-an-unexpected-error-occurred-while-connecting-to-the-report-server-verify-that-the-report-server-is-available-and-configured-for-sharepoint-integrated-mode/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 14:15:27 +0000</pubDate>
		<dc:creator>Jason Webster</dc:creator>
				<category><![CDATA[Blog On]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Central Administration]]></category>
		<category><![CDATA[Kerberos]]></category>
		<category><![CDATA[MOSS2007]]></category>
		<category><![CDATA[NTLM]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Integrated Reporting]]></category>
		<category><![CDATA[SQL Reporting Services]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://blogs.eGroup-us.com/?p=457</guid>
		<description><![CDATA[<p>When attempting to Integrate MOSS 2007 with SQL Server 2005 Reporting Server in SharePoint integrated mode there seems to be a few reasons that the above error can occur.  Most of the solutions out there are permissions related by making sure your SSRS application pools are running as a domain user with adequate rights, If you [...]</p><p>The post <a href="http://www.egroup-us.com/2009/03/sharepoint-and-ssrs-integration-error-an-unexpected-error-occurred-while-connecting-to-the-report-server-verify-that-the-report-server-is-available-and-configured-for-sharepoint-integrated-mode/">SharePoint and SSRS Integration error: &#8220;An unexpected error occurred while connecting to the report server. Verify that the report server is available and configured for SharePoint integrated mode.&#8221;</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>When attempting to Integrate MOSS 2007 with SQL Server 2005 Reporting Server in SharePoint integrated mode there seems to be a few reasons that the above error can occur.  Most of the solutions out there are permissions related by making sure your SSRS application pools are running as a domain user with adequate rights, If you are using the Kerberos option you mat have to set up the SPN with the SETSPN commands,  Make sure &#8220;Trusted Site&#8221; is selected in step 1 of the configuration in SharePoint, etc&#8230;</p>
<p>Those have been covered alot and more than likely you have already tried some of them.  One option that I found that wasn&#8217;t reported on as often but has fixed my problems in a few installations is force IIS to use NTLM as your authentication method.  If you are attempting to use NTLM as your authentication method and you are getting a 401.1 Authentication error or the above error message from SharePoint.  Follow these steps and see if your issue isn&#8217;t resolved.  By this time you have beaten your head against the wall for about a day as I have and anything is worth a shot.  This was the magic bullet for me.</p>
<ol>
<li>Open up the command line.</li>
<li>Navigate to C:inetpubAdminScripts</li>
<li>exceute the following command (and restart IIS afterwards for good measure)</li>
</ol>
<p>     <span style="font-family: Courier New;">cscript adsutil.vbs set w3svc/NTAuthenticationProviders &#8220;NTLM&#8221;</span></p>
<p>Navigate back to the MOSS Central Administration Site and see if you are still receiving the error.</p>
<p>Good Luck!</p>
<p>The post <a href="http://www.egroup-us.com/2009/03/sharepoint-and-ssrs-integration-error-an-unexpected-error-occurred-while-connecting-to-the-report-server-verify-that-the-report-server-is-available-and-configured-for-sharepoint-integrated-mode/">SharePoint and SSRS Integration error: &#8220;An unexpected error occurred while connecting to the report server. Verify that the report server is available and configured for SharePoint integrated mode.&#8221;</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.egroup-us.com/2009/03/sharepoint-and-ssrs-integration-error-an-unexpected-error-occurred-while-connecting-to-the-report-server-verify-that-the-report-server-is-available-and-configured-for-sharepoint-integrated-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->