<?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>PowerPivotGeek &#187; Data feeds</title>
	<atom:link href="http://powerpivotgeek.com/category/data-feeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://powerpivotgeek.com</link>
	<description>An adventure in managed self-service computing</description>
	<lastBuildDate>Wed, 19 Jan 2011 23:04:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using a SharePoint list as a data source</title>
		<link>http://powerpivotgeek.com/2010/10/28/using-a-sharepoint-list-as-a-data-source/</link>
		<comments>http://powerpivotgeek.com/2010/10/28/using-a-sharepoint-list-as-a-data-source/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 19:57:00 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Data feeds]]></category>
		<category><![CDATA[Data refresh]]></category>
		<category><![CDATA[Sample Code]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/07/12/using-a-sharepoint-list-as-a-data-source/</guid>
		<description><![CDATA[<p>Updated 28-Oct-2010: Some folks are reporting that an iisreset is needed to make the updates visible to SharePoint.</p>
<p>So . . . here I am playing around with PowerPivot to get ready for a demo. As this is a group from the SharePoint dev team (actually SharePoint Online), I wanted to include some cool SharePoint functionality [...]]]></description>
			<content:encoded><![CDATA[<p><strong><font style="background-color: #ffff00">Updated 28-Oct-2010:</font></strong> Some folks are reporting that an iisreset is needed to make the updates visible to SharePoint.</p>
<p>So . . . here I am playing around with PowerPivot to get ready for a demo. As this is a group from the SharePoint dev team (actually SharePoint Online), I wanted to include some cool SharePoint functionality into the demo. Trying to be cool and ‘wow’ them, I decide to use a SharePoint list as a data source. I want to show the data mashup capabilities of PowerPivot so I have the bulk of my demo come from the Contoso sample database (the three product catalog tables) and the 4 million row Sales Fact table.</p>
<p>I create my SP list by extracting the 11 distinct manufacturers – and I assign them to a ‘shipper’ that I made up.</p>
<p>  <span id="more-1161"></span> When I go to SharePoint an click on:
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2010/07/capture.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="capture" border="0" alt="capture" src="http://powerpivotgeek.com/wp-content/uploads/2010/07/capture_thumb.jpg" width="640" height="484" /></a></p>
<p>PowerPivot comes up but it returns an error:</p>
<blockquote><p>&quot;For security reasons DTD is prohibited in this XML document. To enable DTD processing set the ProhibitDtd property on XmlReaderSettings to false and pass the settings into XmlReader.Create method.&quot;</p>
</blockquote>
<p>So it turns out that I forgot (it happens to the best of us) to install the ADO.NET Data Services 3.5 SP1, located here: <a title="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=3e102d74-37bf-4c1e-9da6-5175644fe22d" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=3e102d74-37bf-4c1e-9da6-5175644fe22d">http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=3e102d74-37bf-4c1e-9da6-5175644fe22d</a></p>
<p>Which I would have known if I had taken my own advice and read BOL beforehand. Read the “New server” installation notes here: <a title="http://msdn.microsoft.com/en-us/library/ee210708.aspx#nextsteps" href="http://msdn.microsoft.com/en-us/library/ee210708.aspx#nextsteps">http://msdn.microsoft.com/en-us/library/ee210708.aspx#nextsteps</a></p>
<p>So the moral of the story is: RTFM</p>
<p>After installing ADO.NET Data Services on my SharePoint site, I was able to bring up the data feed in PowerPivot – setup the relationship between the Manufacturer field in the SharePoint list and the Manufacturer field in the Contoso database and I was off and running . . . I also setup daily data refresh job . . . and I could see the Gallery snapshot changing as I entered new data into the SharePoint list . . WOW!</p>
<p>Enjoy!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F10%2F28%2Fusing-a-sharepoint-list-as-a-data-source%2F&amp;linkname=Using%20a%20SharePoint%20list%20as%20a%20data%20source"><img src="http://powerpivotgeek.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://powerpivotgeek.com/2010/10/28/using-a-sharepoint-list-as-a-data-source/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Data feeds: Cannot get schema? But it is there . . .</title>
		<link>http://powerpivotgeek.com/2010/10/24/data-feeds-cannot-get-schema-but-it-is-there/</link>
		<comments>http://powerpivotgeek.com/2010/10/24/data-feeds-cannot-get-schema-but-it-is-there/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 05:06:32 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Data feeds]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/24/data-feeds-cannot-get-schema-but-it-is-there/</guid>
		<description><![CDATA[<p>I always am on the look out for cool applications that use data feeds. Personally I think that it is by far the most interesting new concept in data interchangeability in many years.</p>
<p>So I am very sensitive and want to ensure that users become knowledgeable of its ‘quirks’ as well. Here is a good one. [...]]]></description>
			<content:encoded><![CDATA[<p>I always am on the look out for cool applications that use data feeds. Personally I think that it is by far the most interesting new concept in data interchangeability in many years.</p>
<p>So I am very sensitive and want to ensure that users become knowledgeable of its ‘quirks’ as well. Here is a good one. Recently I had an email sent to me from a user who was reporting that Reporting Services as returning a very difficult error to understand when he used a data feed. The error is:</p>
<blockquote><p>Unable to obtain schema for data feed ‘&lt;name&gt;’. Please make sure this feed exists.</p>
</blockquote>
<p>Here is a screen shot:</p>
<p> <span id="more-1285"></span>
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2010/10/image1.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://powerpivotgeek.com/wp-content/uploads/2010/10/image_thumb1.png" width="577" height="484" /></a> </p>
<p>To understand the source of the problem, you have to understand how Reporting Services works. In particular, you have to understand how <u>parameters</u> are handled in Reporting Services. Parameters to a report allow you to change how the report is generated. For example, you could have a field called “Department” and then have a list of departments for that field. The end-user can select which departments he or she wants to report on. The problem is that these are passed on the URL to the report. The URL for a Reporting Services report looks something like:</p>
<blockquote><p>http://&lt;server&gt;/Reporting/_vti_bin/ReportServer?http%3a%2f%2f&lt;name&gt;%2fReporting%2fHiddenReports%2f&lt;name&gt;.rdl&amp;amp;param&lt;name&gt;=&lt;value&gt;;param&lt;name&gt;=&lt;value&gt; . . . </p>
</blockquote>
<p>All of the parameters are included in the URL and you will find that they are urlencoded (so they are even longer). Reporting Services (and IE) has a limit of <u><em><strong>2048</strong></em></u> characters. We’ve seen this problem several times and it is real easy to get into when you have long folder names, are passing many, many parameters, or if the parameters themselves have long values. Interesting, while the PowerPivot import wizard is reporting issues around obtaining the schema, if you dug deeper (with something like a http tracer) you would have seen a WebException “The remote server returned an error: (414) Request-URI Too Long.” </p>
<p>The Url length limit in IE is documented here: <a href="http://support.microsoft.com/kb/208427">http://support.microsoft.com/kb/208427</a></p>
<p>The only workaround is to modify the report so it takes less parameters or values that shorten the resulting URL, such as using integers instead of long strings, or GUIDs that identify combinations of parameters.</p>
<p>Enjoy!</p>
<p>_-_-_ Dave</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F10%2F24%2Fdata-feeds-cannot-get-schema-but-it-is-there%2F&amp;linkname=Data%20feeds%3A%20Cannot%20get%20schema%3F%20But%20it%20is%20there%20.%20.%20."><img src="http://powerpivotgeek.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://powerpivotgeek.com/2010/10/24/data-feeds-cannot-get-schema-but-it-is-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerPivot and data feeds . . .</title>
		<link>http://powerpivotgeek.com/2010/04/27/powerpivot-and-data-feeds/</link>
		<comments>http://powerpivotgeek.com/2010/04/27/powerpivot-and-data-feeds/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 05:23:35 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Data feeds]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/04/27/powerpivot-and-data-feeds/</guid>
		<description><![CDATA[<p>Very cool podcast with John Hancock concerning data feeds – http://itc.conversationsnetwork.org/shows/detail4453.html</p>
<p>Abstract: PowerPivot, a new add-in for Excel, can absorb and analyze vast quantities of data. And it can ingest that data from sources that support that Atom-based OData protocol. John Hancock, who led the charge to add support for data feeds to PowerPivot, tells host [...]]]></description>
			<content:encoded><![CDATA[<p>Very cool podcast with John Hancock concerning data feeds – <a title="http://itc.conversationsnetwork.org/shows/detail4453.html" href="http://itc.conversationsnetwork.org/shows/detail4453.html">http://itc.conversationsnetwork.org/shows/detail4453.html</a></p>
<p>Abstract: PowerPivot, a new add-in for Excel, can absorb and analyze vast quantities of data. And it can ingest that data from sources that support that Atom-based OData protocol. John Hancock, who led the charge to add support for data feeds to PowerPivot, tells host Jon Udell how it works, why it supports OData, and what this will mean not only for corporate business intelligence but also for the analysis of open public data.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F04%2F27%2Fpowerpivot-and-data-feeds%2F&amp;linkname=PowerPivot%20and%20data%20feeds%20.%20.%20."><img src="http://powerpivotgeek.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://powerpivotgeek.com/2010/04/27/powerpivot-and-data-feeds/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

