<?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</title>
	<atom:link href="http://powerpivotgeek.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://powerpivotgeek.com</link>
	<description>An adventure in managed self-service computing</description>
	<lastBuildDate>Wed, 06 Jun 2012 15:51:30 +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>XML parsing failed at line 1, column 1: Incorrect document syntax.</title>
		<link>http://powerpivotgeek.com/2012/06/06/xml-parsing-failed-at-line-1-column-1-incorrect-document-syntax/</link>
		<comments>http://powerpivotgeek.com/2012/06/06/xml-parsing-failed-at-line-1-column-1-incorrect-document-syntax/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 15:51:30 +0000</pubDate>
		<dc:creator>powerpivotwahoo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2012/06/06/xml-parsing-failed-at-line-1-column-1-incorrect-document-syntax/</guid>
		<description><![CDATA[<p>I should have posted something on this a long time ago as it is a common error that people experience. This error shows up in two different scenarios. </p>
<p>In one case it is when using Excel to connect to a workbook:</p>
<p></p>
<p>&#160;</p>
<p>The reason you get this error is that the version independent progid for MSOLAP is [...]]]></description>
			<content:encoded><![CDATA[<p>I should have posted something on this a long time ago as it is a common error that people experience. This error shows up in two different scenarios. </p>
<p>In one case it is when using Excel to connect to a workbook:</p>
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2012/06/image.png"><img style="border-bottom: 0px;border-left: 0px;padding-left: 0px;padding-right: 0px;border-top: 0px;border-right: 0px;padding-top: 0px" border="0" alt="image" src="http://powerpivotgeek.com/wp-content/uploads/2012/06/image_thumb.png" width="459" height="332" /></a><a href="http://powerpivotgeek.com/wp-content/uploads/2012/06/image1.png"><img style="border-bottom: 0px;border-left: 0px;padding-left: 0px;padding-right: 0px;border-top: 0px;border-right: 0px;padding-top: 0px" border="0" alt="image" src="http://powerpivotgeek.com/wp-content/uploads/2012/06/image_thumb1.png" width="421" height="160" /></a></p>
<p>&#160;</p>
<p>The reason you get this error is that the version independent progid for MSOLAP is set to MSOLAP.4 (SQL 2008) (MSOLAP is the oledb library for Analysis Services also sometimes referred to as ASOLEDB). This happens usually for 1 of 2 reasons:</p>
<p>1) You never installed the newer libraries or </p>
<p>2) You installed them but after installing them, you installed Office 2010 (or some other product which brings with it the 2008 libraries). There was a bug in 2008 libraries that would incorrectly overwrite the version independent progid even if it was at a later version (ie MSOLAP.5).</p>
<p>&#160;</p>
<p>The other time you might see this error is in a ULS log after getting a ubiquitous error about failing to connect to external connection ‘Data’ in XLViewer (Excel Service UI page). This is caused by the same issue:</p>
<p>1) You never installed the libraries (<a href="http://msdn.microsoft.com/en-us/library/ee210608.aspx">http://msdn.microsoft.com/en-us/library/ee210608.aspx</a>) on the ECS box (you have a mutli-machine farm and PowerPivot was not installed on all of the ECS machines)</p>
<p>2) After installing SharePoint (and configuring PowerPivot) you installed Office 2010 on the server which overwrote the version independent progid. This is more common here than in case #1 as people build single box demo machines.</p>
<p>&#160;</p>
<p>In both cases, you can verify by looking in the registry</p>
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2012/06/image2.png"><img style="border-bottom: 0px;border-left: 0px;padding-left: 0px;padding-right: 0px;border-top: 0px;border-right: 0px;padding-top: 0px" border="0" alt="image" src="http://powerpivotgeek.com/wp-content/uploads/2012/06/image_thumb2.png" width="684" height="406" /></a></p>
<p>If you look at HKEY_CLASSES_ROOT\MSOLAP\CurVer you should see MSOLAP.5 (this is SQL 2012). If you see MSOLAP.4, look to see if MSOLAP.5 exists as a registered class (you can see it in the screen shot). If it does, and you want to “fix it quick”, you can simply update the CurVer “(Default)” value and set it to MSOLAP.5 and also update the associated HKEY_CLASSES_ROOT\MSOLAP\CLSID and set it to the same value as HKEY_CLASSES_ROOT\MSOLAP.5\CLSID. Version Independent Progids are just a way to discover the last version of a component when trying to create it (you can read more online if you want). If you don’t have .5 installed or don’t feel comfortable with what I described above, you can simply re-install the SQL 2012 version of MSOLAP (this page (<a href="http://msdn.microsoft.com/en-us/library/ee210608.aspx">http://msdn.microsoft.com/en-us/library/ee210608.aspx</a>) should have a link on where to install from).</p>
<p>&#160;</p>
<p>SIDENOTE: SQL Server 2008 R2 was a “dot” release (10.5) and so the version of MSOLAP which shipped with it, 10.5, was still called MSOLAP.4 (and that version supported PowerPivot datasouces). Hence, it is possible your system is working fine with MSOLAP.4 (although I doubt you are reading this blog post if you system is running fine). To feel really confident about what version of MSOLAP.4 is installed on the machine, I always simply look at the version associated with the dll in the Program Files (or Program Files(x86) directory). 10.0.xxxx.x is SQL 2008. 10.5.xxxx.x is SQL 2008 R2. Like I said, I don’t think this really will affect people reading this post, but I add it for information</p>
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2012/06/image3.png"><img style="border-bottom: 0px;border-left: 0px;padding-left: 0px;padding-right: 0px;border-top: 0px;border-right: 0px;padding-top: 0px" border="0" alt="image" src="http://powerpivotgeek.com/wp-content/uploads/2012/06/image_thumb3.png" width="588" height="435" /></a></p>
<p>&#160;</p>
<p>HTH   <br />Lee</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2012%2F06%2F06%2Fxml-parsing-failed-at-line-1-column-1-incorrect-document-syntax%2F&amp;linkname=XML%20parsing%20failed%20at%20line%201%2C%20column%201%3A%20Incorrect%20document%20syntax."><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/2012/06/06/xml-parsing-failed-at-line-1-column-1-incorrect-document-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More info on the new &#8216;PowerPivot-in-a-box&#8217; BI Appliance</title>
		<link>http://powerpivotgeek.com/2011/01/19/more-info-on-the-new-powerpivot-in-a-box-bi-appliance/</link>
		<comments>http://powerpivotgeek.com/2011/01/19/more-info-on-the-new-powerpivot-in-a-box-bi-appliance/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 23:02:00 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/?p=1312</guid>
		<description><![CDATA[<p>Got enough BI Appliance info yet? Here are some way cool videos. I found them in a nice Technet blog posting that Dana Kaufman did (http://blogs.technet.com/b/dataplatforminsider/archive/2011/01/18/hp-business-decision-appliance-a-closer-look-at-backup-and-availability-features.aspx).</p>

 

<p>A demo of what’s in the box . . .</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>



<p>Nice demo of PowerPivot running on the new BI Appliance</p>
<p>Enjoy!</p>
]]></description>
			<content:encoded><![CDATA[<p>Got enough BI Appliance info yet? Here are some way cool videos. I found them in a nice Technet blog posting that Dana Kaufman did (<a title="http://blogs.technet.com/b/dataplatforminsider/archive/2011/01/18/hp-business-decision-appliance-a-closer-look-at-backup-and-availability-features.aspx" href="http://blogs.technet.com/b/dataplatforminsider/archive/2011/01/18/hp-business-decision-appliance-a-closer-look-at-backup-and-availability-features.aspx">http://blogs.technet.com/b/dataplatforminsider/archive/2011/01/18/hp-business-decision-appliance-a-closer-look-at-backup-and-availability-features.aspx</a>).</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:673554d0-df05-4a12-a846-16ccf254b96c" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">
<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="448" height="252" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/h4H6QjUZ1Gs?hl=en&amp;hd=1" /><embed type="application/x-shockwave-flash" width="448" height="252" src="http://www.youtube.com/v/h4H6QjUZ1Gs?hl=en&amp;hd=1"> </embed></object></div>
</div>
<p>A demo of what’s in the box . . .</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:e5fc7f90-ff5d-4003-9f5d-fbe15bd99449" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">
<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="448" height="252" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/C16FYMxFJ4s?hl=en&amp;hd=1" /><embed type="application/x-shockwave-flash" width="448" height="252" src="http://www.youtube.com/v/C16FYMxFJ4s?hl=en&amp;hd=1"></embed></object></div>
</div>
<p>Nice demo of PowerPivot running on the new BI Appliance</p>
<p>Enjoy!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2011%2F01%2F19%2Fmore-info-on-the-new-powerpivot-in-a-box-bi-appliance%2F&amp;linkname=More%20info%20on%20the%20new%20%26lsquo%3BPowerPivot-in-a-box%26rsquo%3B%20BI%20Appliance"><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/2011/01/19/more-info-on-the-new-powerpivot-in-a-box-bi-appliance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft and HP announce the new &#8220;HP Business Decision Appliance&#8221;</title>
		<link>http://powerpivotgeek.com/2011/01/18/microsoft-and-hp-announce-the-new-hp-business-decision-appliance/</link>
		<comments>http://powerpivotgeek.com/2011/01/18/microsoft-and-hp-announce-the-new-hp-business-decision-appliance/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 05:57:21 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[HP appliance]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2011/01/18/microsoft-and-hp-announce-the-new-hp-business-decision-appliance/</guid>
		<description><![CDATA[<p>Well, it is past midnight, East Coast time, so I can finally, and I mean FINALLY, talk about a new product that Microsoft and HP have been jointly developing for many months now. Welcome to a new PowerPivot world – a world with the first PowerPivot Appliance.</p>
<p></p>
<p>So what is it? . . . I’ll give [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it is past midnight, East Coast time, so I can finally, and I mean FINALLY, talk about a new product that Microsoft and HP have been jointly developing for many months now. <span style="text-decoration: underline;">Welcome</span> to a new PowerPivot world – a world with the first PowerPivot Appliance.</p>
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2011/01/image.png"><img style="display: inline; border-width: 0px;" title="image" src="http://powerpivotgeek.com/wp-content/uploads/2011/01/image_thumb.png" border="0" alt="image" width="397" height="77" /></a></p>
<p>So what is it? . . . I’ll give my take as one of the lead architects of the product. <strong><em>It is PowerPivot-in-a-box.</em></strong> It is PowerPivot on a quality, server-class machine with the following hardware and software:</p>
<ul>
<li>Hardware: HP ProLiant DL360 G7 (X5650 processor, <span style="text-decoration: underline;">12 cores</span>) with <span style="text-decoration: underline;">96GB</span> memory, 8 internal 300GB SFF SAS disks (total 2.4TB raw storage), with support services.</li>
<li>Software: Windows 2008 R2, SharePoint 2010, SQL Server 2008 R2, and PowerPivot for SharePoint 2010</li>
<li>During installation, we’ve automated the complete Windows, SharePoint, SQL Server and PowerPivot installations – you answer a few questions and off we go. Come back in a few minutes and you have a complete, tuned, PowerPivot server all up and running. We’ve tailored SharePoint and the SQL RDBMS for the hardware. We’ve tuned the backup and restore facility for the hardware. Everything is ready to go. This makes the provisioning of the machine much more straightforward than if you had purchased the component parts individually and installed them yourself.</li>
</ul>
<p>Just download and install the PowerPivot for Excel add-in into your Excel 2010 desktop machines, point your browser to the appliance – and off you go.</p>
<p>I don’t normally go for marketing speak, but the IDC white paper explains it best:</p>
<blockquote><p>“The HP Business Decision Appliance solves many of the challenges commonly associated with implementing BI solutions. For the small-to-medium-sized business that has little to no IT infrastructure, an HP Business Decision Appliance can provide powerful BI functionality without the need to hire an army of consultants to make it ready for use. For larger organizations, an HP Business Decision Appliance can provide a complete production environment for users sooner than IT has the manpower to construct a comparable configuration in piecemeal fashion. Although users are responsible for defining data connections and producing workbooks, IT still has the ability to monitor and manage the overall environment.</p>
<p>For organizations having no prior experience with Microsoft technologies, the HP Business Decision Appliance allows IT to implement a working solution with confidence that the hardware and software will work together correctly from day one. Even when IT has extensive experience with Microsoft, the appliance saves time and costs associated with the design, acquisition, and implementation of a high-performing BI environment.</p>
<p>The HP Business Decision Appliance is beneficial for consultants as well. For many consultants, a proof-of-concept is often the beginning of a long-term relationship with an organization. Even with a proof-of-concept project, consultants often spend the first two days performing installation and configuration tasks that are necessary, but provide no value. By using the appliance, consultants can start building out SharePoint sites and connecting to data sources on the first day of engagement, thereby engaging with the client organization sooner in the process of solution development.</p>
<p>No matter the size of an organization or the level of experience with Microsoft technologies, the HP Business Decision Appliance has a positive impact on the business in several ways:</p>
<ul>
<li>IT reduces costs and risks associated with implementation, saving 1-6 months of research and testing.</li>
<li>Users start integrating and analyzing business data on the first day with minimal IT involvement.</li>
<li>Users work with familiar Microsoft technologies to create, share, and secure powerful insights.</li>
<li>IT uses an integrated management dashboard to easily monitor usage and server health.”</li>
</ul>
</blockquote>
<p><a href="http://download.microsoft.com/download/6/2/D/62D06227-FE9F-4256-A187-DD4BC91B2D62/I2A_BI__Paper_SSBI Appliance_final_10Jan.docx">http://download.microsoft.com/download/6/2/D/62D06227-FE9F-4256-A187-DD4BC91B2D62/I2A_BI__Paper_SSBI Appliance_final_10Jan.docx</a></p>
<p>Now is that cool or what? All of this for a single low price from HP. You get the best of all worlds.</p>
<p>Have any questions? What to know the internal details? Feel free to ask them below as comments and I’d be glad to answer them for you.</p>
<p>Enjoy. This is such a <span style="text-decoration: underline;">cool</span> product.</p>
<p>_-_-_ Dave</p>
<p>Some links:</p>
<p><a title="http://www.microsoft.com/sqlserver/en/us/solutions-technologies/appliances/hp-ssbi.aspx" href="http://www.microsoft.com/sqlserver/en/us/solutions-technologies/appliances/hp-ssbi.aspx">http://www.microsoft.com/sqlserver/en/us/solutions-technologies/appliances/hp-ssbi.aspx</a></p>
<p><a title="http://h10010.www1.hp.com/wwpc/pscmisc/vac/us/en/sm/solutions/business-overview.html" href="http://h10010.www1.hp.com/wwpc/pscmisc/vac/us/en/sm/solutions/business-overview.html">http://h10010.www1.hp.com/wwpc/pscmisc/vac/us/en/sm/solutions/business-overview.html</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2011%2F01%2F18%2Fmicrosoft-and-hp-announce-the-new-hp-business-decision-appliance%2F&amp;linkname=Microsoft%20and%20HP%20announce%20the%20new%20%26ldquo%3BHP%20Business%20Decision%20Appliance%26rdquo%3B"><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/2011/01/18/microsoft-and-hp-announce-the-new-hp-business-decision-appliance/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Windows Azure Marketplace announced: DataMarket</title>
		<link>http://powerpivotgeek.com/2010/10/28/new-windows-azure-marketplace-announced-datamarket/</link>
		<comments>http://powerpivotgeek.com/2010/10/28/new-windows-azure-marketplace-announced-datamarket/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 20:43:41 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/28/new-windows-azure-marketplace-announced-datamarket/</guid>
		<description><![CDATA[<p>So we finally have a product, the codename “Dallas” product is now announced and shipping (or whatever that means as a cloud-based application). I’ll let you read up on the product itself http://www.microsoft.com/windowsazure/marketplace/ – what I want to comment on is what it means to PowerPivot.</p>
<p>First, PowerPivot is right there on-stage with DataMarket. It is [...]]]></description>
			<content:encoded><![CDATA[<p>So we finally have a product, the codename “Dallas” product is now announced and shipping (or whatever that means as a cloud-based application). I’ll let you read up on the product itself <a title="http://www.microsoft.com/windowsazure/marketplace/" href="http://www.microsoft.com/windowsazure/marketplace/">http://www.microsoft.com/windowsazure/marketplace/</a> – what I want to comment on is what it means to PowerPivot.</p>
<p>First, PowerPivot is right there on-stage with DataMarket. It is the primary end-user delivery vehicle for DataMarket data feeds. So much so, take a look at this screen shot of the PowerPivot for Excel download page:    <br /><a title="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=e081c894-e4ab-42df-8c87-4b99c1f3c49b&amp;displaylang=en" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=e081c894-e4ab-42df-8c87-4b99c1f3c49b&amp;displaylang=en">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=e081c894-e4ab-42df-8c87-4b99c1f3c49b&amp;displaylang=en</a></p>
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2010/10/image2.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://powerpivotgeek.com/wp-content/uploads/2010/10/image_thumb2.png" width="549" height="480" /></a></p>
</p>
<p> <span id="more-1301"></span>
<p>Yup, we have a re-release of the PowerPivot add-in – and with this comes an improved DataMarket flow for getting data.</p>
<p>Here is the old add-in:</p>
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2010/10/image3.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://powerpivotgeek.com/wp-content/uploads/2010/10/image_thumb3.png" width="640" height="410" /></a></p>
<p>After install:</p>
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2010/10/image4.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://powerpivotgeek.com/wp-content/uploads/2010/10/image_thumb4.png" width="640" height="410" /></a></p>
<p>No, there are not any bug fixes, but there is a streamlined access path for loading data from DataMarket:</p>
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2010/10/image5.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://powerpivotgeek.com/wp-content/uploads/2010/10/image_thumb5.png" width="720" height="594" /></a></p>
<p>Notice that it is easier to launch into DataMarket. Within there you can browse existing datasets – and once you find one, we will automatically fill-in the URL if you specify that you want to use it in PowerPivot as your client tool. And we also make it easy for you to fill-in what account to use for accessing it.</p>
<p>WOW! Data feeds on steriods. Now that is geekie . . . Give it a try. DataMarket has many free, no-charge data feeds.</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%2F28%2Fnew-windows-azure-marketplace-announced-datamarket%2F&amp;linkname=New%20Windows%20Azure%20Marketplace%20announced%3A%20DataMarket"><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/new-windows-azure-marketplace-announced-datamarket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Importing XML data</title>
		<link>http://powerpivotgeek.com/2010/10/24/importing-xml-data/</link>
		<comments>http://powerpivotgeek.com/2010/10/24/importing-xml-data/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 04:36:18 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Client]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/24/importing-xml-data/</guid>
		<description><![CDATA[<p> </p>
<p>So you’ve got a bunch of XML data. How do you get it into PowerPivot? Various ideas:</p>

Import it into Excel using its normal data input capabilities. Once you’ve got the data into a worksheet, you have two options depending on if you are going to modify it later on. If the data is dynamic, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://powerpivotgeek.com/wp-content/uploads/2010/10/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://powerpivotgeek.com/wp-content/uploads/2010/10/image_thumb.png" width="169" height="129" /></a> </p>
<p>So you’ve got a bunch of XML data. How do you get it into PowerPivot? Various ideas:</p>
<ol>
<li>Import it into Excel using its normal data input capabilities. Once you’ve got the data into a worksheet, you have two options depending on if you are going to modify it later on. If the data is dynamic, i.e. you might change it by-hand later on, then mark the range and convert it into a table. Once you have a table, you can create a linked table with PowerPivot. The advantage is that you can go back and edit the data and PowerPivot will re-import the data on the change. However, a far simplier approach is an option if the data is static and read-only. If this is the case then there is no need to link a table. Once you have the data imported, then just cut-and-paste it directly into PowerPivot – and you’ve got a new table. From here you can create relationships and start integrating the data. The only problem, in both of cases, is that the data cannot be refreshed.</li>
<li>Import the data into SQL Server and from there load it into PowerPivot. In this case the data may be refreshable depending on the format and source. This is a common IT function, typically solved via XML datatypes, and SSIS – so a DBA should be able to help you.</li>
<li>Use SSRS (Reporting Services). Once you have a report on top of the data, then you can export it as a data feed to PowerPivot. So long as the report can render any updated data, this means that the information is fully refreshable by PowerPivot using its automated data refresh facility.</li>
</ol>
<p>Hope this helps.</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%2Fimporting-xml-data%2F&amp;linkname=Importing%20XML%20data"><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/importing-xml-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When is the field list not the field list?</title>
		<link>http://powerpivotgeek.com/2010/10/24/when-is-the-field-list-not-the-field-list/</link>
		<comments>http://powerpivotgeek.com/2010/10/24/when-is-the-field-list-not-the-field-list/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 04:21:33 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Client]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/24/when-is-the-field-list-not-the-field-list/</guid>
		<description><![CDATA[<p>So I am playing around with the PowerPivot add-in constructing a new sample application. I’ve got the data and I am inserting pivot tables in my worksheets. All of a sudden I noticed that the field list isn’t the PowerPivot field list – it is the Excel field list. What happened? (I never did figure [...]]]></description>
			<content:encoded><![CDATA[<p>So I am playing around with the PowerPivot add-in constructing a new sample application. I’ve got the data and I am inserting pivot tables in my worksheets. All of a sudden I noticed that the field list isn’t the PowerPivot field list – it is the Excel field list. What happened? (I never did figure it out) – but more importantly how do I get it back?</p>
<blockquote><p>Trick: In Excel, click on your pivot table data. Most of the time the PowerPivot field list comes back. If that doesn’t then go to the Excel ribbon, select the ‘PowerPivot’ tab, and click on the ‘Field List’ button.  Now you should see it.</p></blockquote>
<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%2Fwhen-is-the-field-list-not-the-field-list%2F&amp;linkname=When%20is%20the%20field%20list%20not%20the%20field%20list%3F"><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/when-is-the-field-list-not-the-field-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerPivot and Windows 7</title>
		<link>http://powerpivotgeek.com/2010/10/24/powerpivot-and-windows-7-2/</link>
		<comments>http://powerpivotgeek.com/2010/10/24/powerpivot-and-windows-7-2/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 04:11:37 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/24/powerpivot-and-windows-7-2/</guid>
		<description><![CDATA[<p>Recently I was making a pass through my old emails and I noticed that several folks have been asking me about PowerPivot and Windows 7. As you know – and I hope that everyone knows – PowerPivot is *NOT* supported on Windows 7. We have very specific prerequisite requirements – and running on a Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was making a pass through my old emails and I noticed that several folks have been asking me about PowerPivot and Windows 7. As you know – and I hope that everyone knows – PowerPivot is *NOT* supported on Windows 7. We have very specific prerequisite requirements – and running on a Windows Server OS is one of our requirements. However, from time to time, customers ask about using Windows 7 (even if it is not supported). I went back in my old files and I found this very interesting posting from Stacia Misner who explained her experiences.</p>
<blockquote><p><a title="http://blog.datainspirations.com/2010/05/23/installing-powerpivot-for-sharepoint-on-windows-7/" href="http://blog.datainspirations.com/2010/05/23/installing-powerpivot-for-sharepoint-on-windows-7/">http://blog.datainspirations.com/2010/05/23/installing-powerpivot-for-sharepoint-on-windows-7/</a></p>
</blockquote>
<p>I don’t know how long Stacia ran with Windows 7; nor how much of PowerPivot and SharePoint worked (all or just some). In either case, I thought the general community might be interested in her experiences.</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%2Fpowerpivot-and-windows-7-2%2F&amp;linkname=PowerPivot%20and%20Windows%207"><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/powerpivot-and-windows-7-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Health rule error reports: &#8220;PowerPivot: The deployed farm solution is not up-to-date.&#8221;</title>
		<link>http://powerpivotgeek.com/2010/10/24/health-rule-error-reports-powerpivot-the-deployed-farm-solution-is-not-up-to-date/</link>
		<comments>http://powerpivotgeek.com/2010/10/24/health-rule-error-reports-powerpivot-the-deployed-farm-solution-is-not-up-to-date/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 03:57:29 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Bug]]></category>
		<category><![CDATA[Health rules]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/24/health-rule-error-reports-powerpivot-the-deployed-farm-solution-is-not-up-to-date/</guid>
		<description><![CDATA[<p>I recently ran into this in scanning through some forum problem reports. Typically this health rule violation is reported on a large farm installation. The health rule reports the app servers that do not have PowerPivot installed on them as being out of date. Can you read “bug?” Yes, this is one. You can either [...]]]></description>
			<content:encoded><![CDATA[<p>I recently ran into this in scanning through some forum problem reports. Typically this health rule violation is reported on a large farm installation. The health rule reports the app servers that do not have PowerPivot installed on them as being out of date. Can you read “bug?” Yes, this is one. You can either safely ignore the error report or you can disable the health rule. The problem is solved in CU3.</p>
<p>As always, sorry for the inconvenience. We should have done a better job in our error reporting.</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%2Fhealth-rule-error-reports-powerpivot-the-deployed-farm-solution-is-not-up-to-date%2F&amp;linkname=Health%20rule%20error%20reports%3A%20%26ldquo%3BPowerPivot%3A%20The%20deployed%20farm%20solution%20is%20not%20up-to-date.%26rdquo%3B"><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/health-rule-error-reports-powerpivot-the-deployed-farm-solution-is-not-up-to-date/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
