<?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>Welcome to ShanthaKumar&#039;s Blog, SharePoint and more... &#187; Error</title>
	<atom:link href="http://www.ktskumar.com/blog/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ktskumar.com</link>
	<description>more Points to Share....</description>
	<lastBuildDate>Tue, 13 Dec 2011 17:36:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Feature-requisitions for creating Business Intelligence Center Site</title>
		<link>http://www.ktskumar.com/blog/2010/06/feature-requisitions-for-creating-business-intelligence-center-site/</link>
		<comments>http://www.ktskumar.com/blog/2010/06/feature-requisitions-for-creating-business-intelligence-center-site/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 01:39:45 +0000</pubDate>
		<dc:creator>Shantha Kumar</dc:creator>
				<category><![CDATA[SharePoint-2010]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[PerformancePoint Service]]></category>
		<category><![CDATA[SiteCollection]]></category>

		<guid isPermaLink="false">http://ktskumar.com/blog/2010/06/10/feature-requisitions-for-creating-business-intelligence-center-site/</guid>
		<description><![CDATA[Now a days, i am fighting with SharePoint 2010 new features, that was more interesting…….. Coming to the point, SharePoint Server 2010 Enterprise edition provides a &#8220;Business Intelligence Center&#8221; Site template. Before going to create a site for Business Intelligence, we have to ensure some features are activated. Note: &#8220;Business Intelligence Center&#8221; only available in [...]]]></description>
			<content:encoded><![CDATA[<p>Now a days, i am fighting with SharePoint 2010 new features, that was more interesting……..</p>
<p>Coming to the point, SharePoint Server 2010 Enterprise edition provides a &#8220;<strong>Business Intelligence Center</strong>&#8221; Site template. Before going to create a site for Business Intelligence, we have to ensure some features are activated.</p>
<p>Note: &#8220;<strong>Business Intelligence Center</strong>&#8221; only available in <strong><em>SharePoint Server 2010 Enterprise edition</em></strong>.</p>
<p>Features to be activated before creating &#8220;<strong>Business Intelligence Center</strong>&#8220;,</p>
<ol>
<li>
<div><strong>SharePoint Server Publishing infrastructure</strong></div>
<div>SharePoint Server Publishing feature enables the publishing components needed for Business Intelligence center.<br />
<a href="http://www.ktskumar.com/wp-content/uploads/2010/06/image.png"><img class="aligncenter" style="display: block; border: 0px;" title="SharePoint Server Publishing Infrastructure" src="http://www.ktskumar.com/wp-content/uploads/2010/06/image.png" alt="SharePoint Server Publishing Infrastructure" width="614" height="48" /></a></div>
</li>
<li>
<div><strong>PerformancePoint Services Site Collection Features</strong></div>
<div>Enables the Business Intelligence Center Site Template, Content types, master page &amp; layouts etc&#8230;<br />
<a href="http://www.ktskumar.com/wp-content/uploads/2010/06/image1.png"><img class="aligncenter" style="display: block; border-width: 0px;" title="PerformancePoint Services Site Collection Features" src="http://www.ktskumar.com/wp-content/uploads/2010/06/image1.png"  alt="PerformancePoint Services Site Collection Features" width="614" height="48" /></a></div>
</li>
</ol>
<p>Note: &#8220;SharePoint Server Publishing Infrastructure &amp; PerformancePoint Services Site Collection Features&#8221; features should be activated in Site-Collection level.</p>
<p>To avoid the unexpected error on Site creation, we must enable the above mentioned features.</p>
<p style="text-align: center;"><img class="aligncenter" style="display: block; border-width: 0px;" title="image" src="http://www.ktskumar.com/wp-content/uploads/2010/06/image2.png" border="0" alt="image" width="471" height="150" /> After activating features, we can create BI site without getting any error.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ktskumar.com/blog/2010/06/feature-requisitions-for-creating-business-intelligence-center-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Error Tips -1</title>
		<link>http://www.ktskumar.com/blog/2009/09/error-tips-1/</link>
		<comments>http://www.ktskumar.com/blog/2009/09/error-tips-1/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 08:02:26 +0000</pubDate>
		<dc:creator>Shantha Kumar</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[runat]]></category>

		<guid isPermaLink="false">http://ktskumar.com/blog/?p=239</guid>
		<description><![CDATA[An error occurred during the processing of . Only Content controls are allowed directly in a content page that contains Content controls. I got this strange error when modifying the page under SharePoint library, i bit little confused when this error happens. For a couple of minutes i look the code and tags, then i [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong><em>An error occurred during the processing of . Only Content controls are allowed directly in a content page that contains Content controls.</em></strong></p>
<p>I got this strange error when modifying the page under SharePoint library, i bit little confused when this error happens. For a couple of minutes i look the code and tags, then i found out i missed runat=&#8221;server&#8221; in asp:content tag. After adding runat=&#8221;server&#8221; to asp:content tag, now the page works fine.</p>
<p><strong>Note:</strong> If you are using Server side code within this type of pages, mention runat=&#8221;server&#8221; within &lt;script&gt; tag.<br />
ie., &lt;script runat=&#8221;server&#8221;&gt;&lt;/script&gt;<br />
If you are misssed that, the same error will happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ktskumar.com/blog/2009/09/error-tips-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Excel Calculation Services is available in the farm.</title>
		<link>http://www.ktskumar.com/blog/2009/03/no-excel-calculation-services-is-available-in-the-farm/</link>
		<comments>http://www.ktskumar.com/blog/2009/03/no-excel-calculation-services-is-available-in-the-farm/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 11:57:33 +0000</pubDate>
		<dc:creator>Shantha Kumar</dc:creator>
				<category><![CDATA[Excel Services]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Excel Calculation Services]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Shared Services]]></category>

		<guid isPermaLink="false">http://ktskumar.wordpress.com/?p=71</guid>
		<description><![CDATA[ This was the error, i recieved recently when i open an Excel sheet in browser.  I didn&#8217;t recived this error before, so i searched in recent log file. That file list out the following line 03/04/2009 14:27:33.07    w3wp.exe (0x14C4)    0x020C     Excel Services      Excel Services Web Front End  5pad    Critical [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter size-medium wp-image-69" style="border:1px solid #000099;" title="xlserviceserr1" src="http://ktskumar.files.wordpress.com/2009/03/xlserviceserr1.jpg?w=300" alt="xlserviceserr1" width="300" height="109" /></p>
<p> This was the error, i recieved recently when i open an Excel sheet in browser.  I didn&#8217;t recived this error before, so i searched in recent log file. That file list out the following line</p>
<p><span style="color:#ff0000;">03/04/2009 14:27:33.07    w3wp.exe (0x14C4)    0x020C</span><span style="color:#ff0000;"> </span><span style="color:#ff0000;">    Excel Services      Excel Services Web Front End  5pad    Critical     No Excel Calculation Services is available in the farm.[User: SHAREPOINTsystem]</span></p>
<p>Then i understood, there is no Excel Calculation Services available in my Server Farm. So, I moved to my Central Administration Page,</p>
<ul>
<li><span style="color:#000099;">Central Administration -&gt; Operations -&gt; Services on Server <br />
</span></li>
<li><span style="color:#000099;"> Select Excel Calculation server role radio button<br />
</span></li>
<li><span style="color:#000099;">Start the Excel Calaculation Services</span></li>
</ul>
<p>Now I moved back to my Excel sheets Library and clicked the Excel File. Now all works fine for me&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ktskumar.com/blog/2009/03/no-excel-calculation-services-is-available-in-the-farm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

