<?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; Tips and Tricks</title>
	<atom:link href="http://powerpivotgeek.com/category/tips-and-tricks/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>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>Cheat sheet: Pointer to the right installation instructions</title>
		<link>http://powerpivotgeek.com/2010/10/24/cheat-sheet-pointer-to-the-right-installation-instructions/</link>
		<comments>http://powerpivotgeek.com/2010/10/24/cheat-sheet-pointer-to-the-right-installation-instructions/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 02:11:20 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/04/cheat-sheet-pointer-to-the-right-installation-instructions/</guid>
		<description><![CDATA[<p>1 &#8212; Is this a single machine farm? Will it be used for departmental use? Then go for &#8220;New Server&#8221;: http://msdn.microsoft.com/en-us/library/ee210708.aspx  This is NOT a standalone machine in SharePoint terms (PowerPivot does not support standalone SharePoint installations) &#8212; It is a full farm with all the capabilities of a farm, it is just that we [...]]]></description>
			<content:encoded><![CDATA[<p>1 &#8212; Is this a single machine farm? Will it be used for departmental use? Then go for &#8220;New Server&#8221;: <a href="http://msdn.microsoft.com/en-us/library/ee210708.aspx">http://msdn.microsoft.com/en-us/library/ee210708.aspx</a>  This is <em><span style="text-decoration: underline;">NOT</span></em> a standalone machine in SharePoint terms (PowerPivot does not support standalone SharePoint installations) &#8212; It is a full farm with all the capabilities of a farm, it is just that we have a single machine so far.</p>
<p>Another interesting resource is a 4-part video series available here: <a href="http://social.technet.microsoft.com/wiki/contents/articles/install-powerpivot-for-sharepoint-on-a-domain-controller.aspx">http://social.technet.microsoft.com/wiki/contents/articles/install-powerpivot-for-sharepoint-on-a-domain-controller.aspx</a>. This shows you how to install a single &#8220;All-In-1&#8243; standalone PowerPivot server with the domain controller role installed, SharePoint, and a &#8220;New Server&#8221; installation. Very useful if you want to build your first demo system; particularly if you want it installed on a laptop (you must have a domain controller if you disconnect from the network).</p>
<p>2 &#8212; If you change your mind and wish to later *add* a server to this single server farm, then use: <a href="http://msdn.microsoft.com/en-us/library/ee210610.aspx">http://msdn.microsoft.com/en-us/library/ee210610.aspx</a> for them &#8212; However you might want to move your RDBMS off to another machine prior to doing that. Look to the SharePoint BOL for how to move the content and config databases to another server in the farm.</p>
<p>3 &#8212; Is this an existing SharePoint farm? If Yes, then is this the first server you are installing PowerPivot? If so, use: <a href="http://msdn.microsoft.com/en-us/library/ee210616.aspx">http://msdn.microsoft.com/en-us/library/ee210616.aspx</a>  Is this the 2nd or later server you are installing PowerPivot? If so, use: <a href="http://msdn.microsoft.com/en-us/library/ee210610.aspx">http://msdn.microsoft.com/en-us/library/ee210610.aspx</a></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%2Fcheat-sheet-pointer-to-the-right-installation-instructions%2F&amp;linkname=Cheat%20sheet%3A%20Pointer%20to%20the%20right%20installation%20instructions"><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/cheat-sheet-pointer-to-the-right-installation-instructions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get out your pocket book</title>
		<link>http://powerpivotgeek.com/2010/10/04/get-out-your-pocket-book/</link>
		<comments>http://powerpivotgeek.com/2010/10/04/get-out-your-pocket-book/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 22:53:11 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/04/get-out-your-pocket-book/</guid>
		<description><![CDATA[<p>Make sure you buy *big* disks for your system drive!</p>
<p>I just ran into an interesting thread from one of the SharePoint support forums. As I am sure that you are aware of (sic) SharePoint has a new high severity health rule for SharePoint 2010 that raises an error if your machines does not have 2X [...]]]></description>
			<content:encoded><![CDATA[<p>Make sure you buy *big* disks for your system drive!</p>
<p>I just ran into an interesting thread from one of the SharePoint support forums. As I am sure that you are aware of (sic) SharePoint has a new high severity health rule for SharePoint 2010 that raises an error if your machines does not have 2X the amount of physical memory in free disk space. Yep, that’s right. I will leave it as an exercise for the student to investigate why, but this has a BIG impact on PowerPivot servers.</p>
<p>If you have a large memory machine, for example both DELL and HP now have low-end servers with 256GB of physical memory on them, this means that you must have <strong>512GB of free disk space</strong> on them or the SP health rules will start kicking in. While this is not common for SharePoint servers to have this kind of memory (SharePoint typically runs on web server-class machines); it is a good idea for PowerPivot servers to have lots and lots of memory (PowerPivot is an in-memory service that needs database server-class machines). PowerPivot has a HUGE demand for memory.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F10%2F04%2Fget-out-your-pocket-book%2F&amp;linkname=Get%20out%20your%20pocket%20book"><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/04/get-out-your-pocket-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Developer Dashboard</title>
		<link>http://powerpivotgeek.com/2010/10/04/sharepoint-2010-developer-dashboard/</link>
		<comments>http://powerpivotgeek.com/2010/10/04/sharepoint-2010-developer-dashboard/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 22:51:35 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/04/sharepoint-2010-developer-dashboard/</guid>
		<description><![CDATA[<p>I having been playing around with a new SharePoint 2010 feature called the Developer Dashboard. It is a great tool to use when figuring out how your pages work behind the scenes.</p>
<p>See some previous postings on the topic here:    http://blogs.technet.com/b/speschka/archive/2009/10/28/using-the-developer-dashboard-in-sharepoint-2010.aspx     http://powerpivotgeek.com/2010/05/18/enabling-the-sharepoint-developer-dashboard/</p>
<p>To disable the Developer Dashboard:</p>
<p>STSADM.exe –o setproperty –pn [...]]]></description>
			<content:encoded><![CDATA[<p>I having been playing around with a new SharePoint 2010 feature called the <em>Developer Dashboard</em>. It is a great tool to use when figuring out how your pages work behind the scenes.</p>
<p>See some previous postings on the topic here:    <br /><a title="http://blogs.technet.com/b/speschka/archive/2009/10/28/using-the-developer-dashboard-in-sharepoint-2010.aspx" href="http://blogs.technet.com/b/speschka/archive/2009/10/28/using-the-developer-dashboard-in-sharepoint-2010.aspx">http://blogs.technet.com/b/speschka/archive/2009/10/28/using-the-developer-dashboard-in-sharepoint-2010.aspx</a>     <br /><a title="http://powerpivotgeek.com/2010/05/18/enabling-the-sharepoint-developer-dashboard/" href="http://powerpivotgeek.com/2010/05/18/enabling-the-sharepoint-developer-dashboard/">http://powerpivotgeek.com/2010/05/18/enabling-the-sharepoint-developer-dashboard/</a></p>
<p>To disable the Developer Dashboard:</p>
<p>STSADM.exe –o setproperty –pn developer-dashboard –pv Off</p>
<p>Then enable the Developer Dashboard with OnDemand Switch :</p>
<p>STSADM.exe –o setproperty –pn developer-dashboard –pv&#160; [ OnDemand | On | Off ]</p>
<p>‘OnDemand’ turns the Dashboard on, but hides it until the click of an icon beside the ‘Open Menu’ on the top of the SharePoint page.</p>
<p>Very cool stuff!</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%2F04%2Fsharepoint-2010-developer-dashboard%2F&amp;linkname=SharePoint%202010%20Developer%20Dashboard"><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/04/sharepoint-2010-developer-dashboard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Peek Inside: Special steps for Excel Services-only app servers</title>
		<link>http://powerpivotgeek.com/2010/10/04/a-peek-inside-special-steps-for-excel-services-only-app-servers/</link>
		<comments>http://powerpivotgeek.com/2010/10/04/a-peek-inside-special-steps-for-excel-services-only-app-servers/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 22:50:08 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[A Peek Inside]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Excel Services]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Midtier]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/04/a-peek-inside-special-steps-for-excel-services-only-app-servers/</guid>
		<description><![CDATA[<p>It has been a while since I did one of the “A Peek Inside” postings and I thought “what the heck . . . do I have anything better to do while I am visiting with my in-laws during a vacation” . . . I couldn’t think of one so here goes.</p>
<p>PowerPivot has some special [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a while since I did one of the “A Peek Inside” postings and I thought “what the heck . . . do I have anything better to do while I am visiting with my in-laws during a vacation” . . . I couldn’t think of one so here goes.</p>
<p>PowerPivot has some special steps that have to be done to get all of our components in and running on an Excel Services-only app server. While we document what these steps are, see <a title="http://msdn.microsoft.com/en-us/library/ee210608.aspx" href="http://msdn.microsoft.com/en-us/library/ee210608.aspx">http://msdn.microsoft.com/en-us/library/ee210608.aspx</a> , we don’t describe <u>why</u> this is an issue – thus this is a great “A Peek Inside” topic.</p>
<p>First, the root cause is that SharePoint 2010 ships with the SQL Server 2008 SP2 version of the msolap OLE DB provider; NOT THE POWERPIVOT R2 version. I won’t bore you with why this was done, but it was. Thus as the BOL entry tells you, the administrator must go to the R2 feature pack and manually install the R2 version of the msolap OLE DB provider. Sure that is it . . . right? Well, unfortunately it isn’t.</p>
<p>The distribution is purposely missing a required component, called the ChannelTransport.dll, that is used by the SharePoint PowerPivot implementation to communicate from the Excel Services app server to the PowerPivot System Service. When the PowerPivot installation is done on the same machine as Excel Services this DLL is automatically installed and registered. But how does that happen on the Excel Services machines? That is a piece of black magic and is the topic of this “A Peek Inside”.</p>
<p>The Microsoft.AnalysisServices.ChannelTransport.dll is actually deployed as a two step process:</p>
<ol>
<li>Getting the .dll file physically onto the Excel Services machine. To do this, the file is included in the PowerPivot global solution. When this solution is deployed out onto the SharePoint farm, it is physically copied to each machine. Actually it is serialized into the config db and then a timer job on each machine re-hydrates the file and copies it into the target folder. The problem is that while the solution can copy the file, it cannot regasm it. </li>
<li>To regasm it, and get a load of this one, we use a health rule. There is a health rule that is deployed with PowerPivot that fires on each machine in the SharePoint farm. It looks to see if the ChannelTransport.dll is available (in the correct, deployed folder) but not registered. If so, the health rule does a regasm on it. Now the Excel Services machine can communicate with PowerPivot . . . </li>
</ol>
<p>Now that is a nasty piece of geek black magic.</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%2F04%2Fa-peek-inside-special-steps-for-excel-services-only-app-servers%2F&amp;linkname=A%20Peek%20Inside%3A%20Special%20steps%20for%20Excel%20Services-only%20app%20servers"><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/04/a-peek-inside-special-steps-for-excel-services-only-app-servers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Whitepaper: &#8220;Everything You Always Wanted to Know About PowerPivot Data Refresh but Were Afraid to Ask&#8221;</title>
		<link>http://powerpivotgeek.com/2010/09/10/whitepaper-everything-you-always-wanted-to-know-about-powerpivot-data-refresh-but-were-afraid-to-ask/</link>
		<comments>http://powerpivotgeek.com/2010/09/10/whitepaper-everything-you-always-wanted-to-know-about-powerpivot-data-refresh-but-were-afraid-to-ask/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 21:08:35 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Data refresh]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[White paper]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/09/10/whitepaper-everything-you-always-wanted-to-know-about-powerpivot-data-refresh-but-were-afraid-to-ask/</guid>
		<description><![CDATA[<p>Is now available here: http://msdn.microsoft.com/en-us/library/ff976569.aspx</p>
<p>Enjoy!</p>
]]></description>
			<content:encoded><![CDATA[<p>Is now available here: <a title="http://msdn.microsoft.com/en-us/library/ff976569.aspx" href="http://msdn.microsoft.com/en-us/library/ff976569.aspx">http://msdn.microsoft.com/en-us/library/ff976569.aspx</a></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%2F09%2F10%2Fwhitepaper-everything-you-always-wanted-to-know-about-powerpivot-data-refresh-but-were-afraid-to-ask%2F&amp;linkname=Whitepaper%3A%20%26ldquo%3BEverything%20You%20Always%20Wanted%20to%20Know%20About%20PowerPivot%20Data%20Refresh%20but%20Were%20Afraid%20to%20Ask%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/09/10/whitepaper-everything-you-always-wanted-to-know-about-powerpivot-data-refresh-but-were-afraid-to-ask/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 revised ULSViewer</title>
		<link>http://powerpivotgeek.com/2010/08/21/sharepoint-2010-revised-ulsviewer/</link>
		<comments>http://powerpivotgeek.com/2010/08/21/sharepoint-2010-revised-ulsviewer/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 05:56:09 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[ULS]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/08/21/sharepoint-2010-revised-ulsviewer/</guid>
		<description><![CDATA[<p>From time to time I get questions from folks asking me “What is the best debugging tool for PowerPivot?” – The Answer is that there is clear cut favorite and it is EXTREMELY useful, but I didn’t know that it was released to the public. Well . . . after some investigation, it looks like [...]]]></description>
			<content:encoded><![CDATA[<p>From time to time I get questions from folks asking me “What is the best debugging tool for PowerPivot?” – The Answer is that there is clear cut favorite and it is EXTREMELY useful, but I didn’t know that it was released to the public. Well . . . after some investigation, it looks like it is available – not only that, it has been for a while. But better late than never . . take a look at it! </p>
<p><a href="http://code.msdn.microsoft.com/ULSViewer">http://code.msdn.microsoft.com/ULSViewer</a></p>
<p><u>From the Codeplex docs:</u></p>
<p> The ULSViewer tool performs various actions against the data from ULS log files in order to better analyze it. ULSViewer allows the user to:
<ul>
<li>Highlight data of importance to the user on the fly </li>
<li>Bookmark log entries </li>
<li>Append logs to other logs in order to track trends </li>
<li>Hide unimportant data </li>
<li>Only view critical log entries by sorting data by severity </li>
<li>Write rules to prompt the user when certain events occur </li>
<li>View your data in a spreadsheet instead of the text file ULS generates </li>
<li>Monitor remote machines logs that are running ULS services&#160;&#160; <strong>&lt;—my favorite feature!</strong></li>
<li>Open multiple logs at the same time in order to compare log files. </li>
<li>Open logs files from multiple machines at the same time. </li>
</ul>
<p>Enjoy!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F08%2F21%2Fsharepoint-2010-revised-ulsviewer%2F&amp;linkname=SharePoint%202010%20revised%20ULSViewer"><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/08/21/sharepoint-2010-revised-ulsviewer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Howto: Get more flexibility when importing data from text files</title>
		<link>http://powerpivotgeek.com/2010/08/18/howto-get-more-flexibility-when-importing-data-from-text-files/</link>
		<comments>http://powerpivotgeek.com/2010/08/18/howto-get-more-flexibility-when-importing-data-from-text-files/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 22:06:00 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Client]]></category>
		<category><![CDATA[Data refresh]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[ACE]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[text files]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/04/27/howto-get-more-flexibility-when-importing-data-from-text-files/</guid>
		<description><![CDATA[<p>Updated: 18-Aug-2010</p>
<p>Microsoft does not recommend or support the use of Office applications in a server-side environment (see http://support.microsoft.com/kb/257757 ). In the case of PowerPivot, the data refresh facility is implemented within an NT Service and, as such, falls under this restriction. In this article we will use the ACE provider to give you more control [...]]]></description>
			<content:encoded><![CDATA[<p>Updated: 18-Aug-2010</p>
<blockquote><p>Microsoft does not recommend or support the use of Office applications in a server-side environment (see <a href="http://support.microsoft.com/kb/257757">http://support.microsoft.com/kb/257757</a> ). In the case of PowerPivot, the data refresh facility is implemented within an NT Service and, as such, falls under this restriction. In this article we will use the ACE provider to give you more control over importing text files. So long as the importing of data is done using the PowerPivot for Excel add-in, then you in a supported environment. However you should not be refreshing the data on the server as that uses the ACE provider in an unsupported environment.</p>
</blockquote>
<p>Question: By default PowerPivot has two limitations when working with text files (using the Office ACE OLE DB provider): (1) will only import data from files with an extension of .txt, .tab, and .csv; and (2) it will only recognize tab, comma, semicolon, space, colon, and vertical bar and column delimiters. Is there a way to change PowerPivot’s configuration so that it will recognize other file extensions or column delimiters?</p>
<p>Answer: Yup &#8212; that is a technical term.&#160; You can use a schema.ini file in the same directory as the imported text file to specify all kinds of things that aren’t available through the PowerPivot UI, including fixed column rather than delimited text file format.&#160; Here’s a web page with the info:</p>
<blockquote><p><a href="http://msdn.microsoft.com/en-us/library/ms709353(VS.85).aspx">http://msdn.microsoft.com/en-us/library/ms709353(VS.85).aspx</a></p>
</blockquote>
<p>(Thanks to Ron Pihlgren for this solution. Ron is the PowerPivot client test lead – and his blog is included in my blogroll.)</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%2F08%2F18%2Fhowto-get-more-flexibility-when-importing-data-from-text-files%2F&amp;linkname=Howto%3A%20Get%20more%20flexibility%20when%20importing%20data%20from%20text%20files"><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/08/18/howto-get-more-flexibility-when-importing-data-from-text-files/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t forget your Central Admin when creating AAM entries</title>
		<link>http://powerpivotgeek.com/2010/08/02/dont-forget-your-central-admin-when-creating-aam-entries/</link>
		<comments>http://powerpivotgeek.com/2010/08/02/dont-forget-your-central-admin-when-creating-aam-entries/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 00:41:18 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/08/02/dont-forget-your-central-admin-when-creating-aam-entries/</guid>
		<description><![CDATA[<p>(my thanks to Dan English http://denglishbi.spaces.live.com/ for the solution in this post)</p>
<p>Dan’s system failed trying to bring up the Workbook Activity or Server Health workbooks as part of the PowerPivot Management Dashboard in Central Admin. The error was: “The file that you selected could not be found. Check the spelling of the file name and [...]]]></description>
			<content:encoded><![CDATA[<p>(my thanks to Dan English <a title="http://denglishbi.spaces.live.com/" href="http://denglishbi.spaces.live.com/">http://denglishbi.spaces.live.com/</a> for the solution in this post)</p>
<p>Dan’s system failed trying to bring up the Workbook Activity or Server Health workbooks as part of the PowerPivot Management Dashboard in Central Admin. The error was: “The file that you selected could not be found. Check the spelling of the file name and verify that the location is correct”. The file was there; he could be seen it using WebDAV “\\ServerName@CAPort#\PowerPivot Management\&lt;guid for service application&gt;\1033\Workbook Activity.xlsx” or the UI:</p>
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2010/08/image2.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/08/image_thumb2.png" width="594" height="301" /></a> </p>
<p>and then:</p>
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2010/08/image3.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/08/image_thumb3.png" width="594" height="316" /></a> </p>
<p>but it could not be accessed via CA.</p>
<p>Dan ultimately solved the problem by recognizing that he had configured AAM for the user visible Web Application, but since he didn’t configure the AAM name for CA, the system could not see the file. He added the AAM entry for both the affected web application and the CA web application and all worked as expected.</p>
<p><u>Moral of the Story</u>: If you get “file not found” errors on SharePoint (particularly system files), two ideas should immediately pop into your head: (1) AAM server naming might be off (remember you need AAM mappings for IP addresses as well as ‘names’ in SharePoint – folks frequently forget that); or features could be disabled (some services register and deregister components if the feature is activated or not).</p>
<p>All-in-all, a GREAT catch by Dan – with my thanks.</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%2F08%2F02%2Fdont-forget-your-central-admin-when-creating-aam-entries%2F&amp;linkname=Don%26rsquo%3Bt%20forget%20your%20Central%20Admin%20when%20creating%20AAM%20entries"><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/08/02/dont-forget-your-central-admin-when-creating-aam-entries/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

