<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Steps taken during a PowerPivot data refresh</title>
	<atom:link href="http://powerpivotgeek.com/2009/11/12/steps-taken-during-a-powerpivot-data-refresh/feed/" rel="self" type="application/rss+xml" />
	<link>http://powerpivotgeek.com/2009/11/12/steps-taken-during-a-powerpivot-data-refresh/</link>
	<description>An adventure in managed self-service computing</description>
	<lastBuildDate>Wed, 10 Mar 2010 09:48:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Наиболее интересные записи по теме Microsoft BI в блогах за ноябрь 2009 &#171; Microsoft Business Intelligence</title>
		<link>http://powerpivotgeek.com/2009/11/12/steps-taken-during-a-powerpivot-data-refresh/comment-page-1/#comment-43</link>
		<dc:creator>Наиболее интересные записи по теме Microsoft BI в блогах за ноябрь 2009 &#171; Microsoft Business Intelligence</dc:creator>
		<pubDate>Tue, 01 Dec 2009 11:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://powerpivotgeek.com/?p=177#comment-43</guid>
		<description>[...] Dave Wickert. Steps taken during a PowerPivot data refresh [...]</description>
		<content:encoded><![CDATA[<p>[...] Dave Wickert. Steps taken during a PowerPivot data refresh [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steps taken during a #PowerPivot data refresh &#171; PowerPivot Twins!</title>
		<link>http://powerpivotgeek.com/2009/11/12/steps-taken-during-a-powerpivot-data-refresh/comment-page-1/#comment-10</link>
		<dc:creator>Steps taken during a #PowerPivot data refresh &#171; PowerPivot Twins!</dc:creator>
		<pubDate>Wed, 18 Nov 2009 03:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://powerpivotgeek.com/?p=177#comment-10</guid>
		<description>[...] Read more&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: powerpivotgeek</title>
		<link>http://powerpivotgeek.com/2009/11/12/steps-taken-during-a-powerpivot-data-refresh/comment-page-1/#comment-8</link>
		<dc:creator>powerpivotgeek</dc:creator>
		<pubDate>Sun, 15 Nov 2009 23:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://powerpivotgeek.com/?p=177#comment-8</guid>
		<description>&gt;&gt; &quot;Is this going to work the same in 2010?&quot;

If by &quot;2010&quot;, you means &quot;SharePoint 2010&quot; then the answer is &quot;Yes&quot; and &quot;No&quot;. SP has implemented a new claims system based on the Geneva Framework. This means that you don&#039;t need Kerberos *within* the farm; nor do you need Kerberos to talk to PowerPivot. However, since the backend Windows token that the claims system gives Excel Services (or others) is an Identity token, it means that Kerberos is still needed to talk to normal data sources, e.g. refreshing data in a workbook coming from SQL RDBMS; or SQL SSAS servers. Kerberos isn&#039;t needed w/ PowerPivot because we support the claims based system natively like other SharePoint services.</description>
		<content:encoded><![CDATA[<p>>> &#8220;Is this going to work the same in 2010?&#8221;</p>
<p>If by &#8220;2010&#8243;, you means &#8220;SharePoint 2010&#8243; then the answer is &#8220;Yes&#8221; and &#8220;No&#8221;. SP has implemented a new claims system based on the Geneva Framework. This means that you don&#8217;t need Kerberos *within* the farm; nor do you need Kerberos to talk to PowerPivot. However, since the backend Windows token that the claims system gives Excel Services (or others) is an Identity token, it means that Kerberos is still needed to talk to normal data sources, e.g. refreshing data in a workbook coming from SQL RDBMS; or SQL SSAS servers. Kerberos isn&#8217;t needed w/ PowerPivot because we support the claims based system natively like other SharePoint services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: powerpivotgeek</title>
		<link>http://powerpivotgeek.com/2009/11/12/steps-taken-during-a-powerpivot-data-refresh/comment-page-1/#comment-7</link>
		<dc:creator>powerpivotgeek</dc:creator>
		<pubDate>Sun, 15 Nov 2009 22:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://powerpivotgeek.com/?p=177#comment-7</guid>
		<description>I agree, but we aren&#039;t using Kerberos. This is regular NTLM. The data refresh facilities does a true Win32 logon using the uid/pwd provided in the schedule. You are right, I should have been more technically accurate by saying &#039;logon&#039; instead of &#039;impersonation&#039;. Sorry. 

After the logon, then you get one hop from your AS machine to your data source. The only time we need Kerberos is if an additional hop is needed, e.g. you are querying against a data source that is really a linked server to a 3rd machine.

BTW: Keep up the dialog . . . it is cool that folks are actually reading this stuff :-) 
Thanks.</description>
		<content:encoded><![CDATA[<p>I agree, but we aren&#8217;t using Kerberos. This is regular NTLM. The data refresh facilities does a true Win32 logon using the uid/pwd provided in the schedule. You are right, I should have been more technically accurate by saying &#8216;logon&#8217; instead of &#8216;impersonation&#8217;. Sorry. </p>
<p>After the logon, then you get one hop from your AS machine to your data source. The only time we need Kerberos is if an additional hop is needed, e.g. you are querying against a data source that is really a linked server to a 3rd machine.</p>
<p>BTW: Keep up the dialog . . . it is cool that folks are actually reading this stuff <img src='http://powerpivotgeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper de Jonge</title>
		<link>http://powerpivotgeek.com/2009/11/12/steps-taken-during-a-powerpivot-data-refresh/comment-page-1/#comment-6</link>
		<dc:creator>Kasper de Jonge</dc:creator>
		<pubDate>Sun, 15 Nov 2009 18:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://powerpivotgeek.com/?p=177#comment-6</guid>
		<description>Hi Dave,

Thx for the great post, great to have read this stuff beforehand. But when i see all these impersonation steps i get a little nervous having seen too much kerberos issues with MOSS 2007 and SSAS/SSRS. Is this going to work the same in 2010?

Thanks,
Kasper de Jonge</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Thx for the great post, great to have read this stuff beforehand. But when i see all these impersonation steps i get a little nervous having seen too much kerberos issues with MOSS 2007 and SSAS/SSRS. Is this going to work the same in 2010?</p>
<p>Thanks,<br />
Kasper de Jonge</p>
]]></content:encoded>
	</item>
</channel>
</rss>
