<?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; Installation</title>
	<atom:link href="http://powerpivotgeek.com/category/installation/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>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>3</slash:comments>
		</item>
		<item>
		<title>Installation error: &#8220;System.IO.FileLoadException: Loading this assembly would produce a different grant set from other instances.&#8221;</title>
		<link>http://powerpivotgeek.com/2010/10/24/installation-error-system-io-fileloadexception-loading-this-assembly-would-produce-a-different-grant-set-from-other-instances/</link>
		<comments>http://powerpivotgeek.com/2010/10/24/installation-error-system-io-fileloadexception-loading-this-assembly-would-produce-a-different-grant-set-from-other-instances/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 03:48:17 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Bug]]></category>
		<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/24/installation-error-system-io-fileloadexception-loading-this-assembly-would-produce-a-different-grant-set-from-other-instances/</guid>
		<description><![CDATA[<p>Occasionally I’ve ran into this problem as part of a SharePoint installation. Typically this is with Excel Services – but since Excel Services is so central to the PowerPivot architecture, we run into this too. The ULS shows something like:</p>
<p>Medium             ExcelServiceBase.BeginProcessOperation: Caught an exception: System.TypeInitializationException: The type initializer for &#8216;Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp&#8217; threw an exception. &#8212;&#62; System.IO.FileLoadException: [...]]]></description>
			<content:encoded><![CDATA[<p>Occasionally I’ve ran into this problem as part of a SharePoint installation. Typically this is with Excel Services – but since Excel Services is so central to the PowerPivot architecture, we run into this too. The ULS shows something like:</p>
<blockquote><p>Medium             ExcelServiceBase.BeginProcessOperation: Caught an exception: System.TypeInitializationException: The type initializer for &#8216;Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp&#8217; threw an exception. &#8212;&gt; System.IO.FileLoadException: Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0&#215;80131401)     at Microsoft.Office.Server.Diagnostics.ULS.SendWatsonOnExceptionTag(UInt32 tagID, ULSCatBase categoryID, String output, Boolean fRethrowException, TryBlock tryBlock, CatchBlock catchBlock, FinallyBlock finallyBlock)     at Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp..ctor()     at Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp..cctor()     &#8212; End of inner exception stack trace &#8212;     at Microsoft.O&#8230;       555ec6e6-4a53-49cf-8cb7-4b8614a8fa21<br />
10/14/2010 11:56:42.20*            w3wp.exe (0&#215;1E38)                                     0&#215;25B8              Excel Services Application           Excel Calculation Services            ecd1              Medium                &#8230;ffice.Excel.Server.CalculationServer.ExcelServiceBase.SafeSetContext()     at Microsoft.Office.Excel.Server.CalculationServer.ExcelServiceBase.BeginProcessOperation(CommandParameter parameter, WebMethodBehaviorAttribute webMethodBehavior, WebMethodType webMethodType, AsyncCallback callback, Object state, UserOperation operation)          555ec6e6-4a53-49cf-8cb7-4b8614a8fa21<br />
10/14/2010 11:56:42.20              w3wp.exe (0&#215;1E38)                                     0&#215;25B8              Excel Services Application           Excel Calculation Services            d64g              Medium             UserOperation.Dispose: Disposing Microsoft.Office.Excel.Server.CalculationServer.Operations.EmptyOperation, WebMethod: .  555ec6e6-4a53-49cf-8cb7-4b8614a8fa21</p></blockquote>
<p>Solution: <strong>Reboot</strong></p>
<p>What I believe is happening is that as part of the installation process, an object is being registered in a different app domain (if you follow the long convoluted threads on this topic from the web).  On a reboot this is cleared up. I’ve never been able to discover the circumstance root cause – but always a reboot has solved it.</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%2Finstallation-error-system-io-fileloadexception-loading-this-assembly-would-produce-a-different-grant-set-from-other-instances%2F&amp;linkname=Installation%20error%3A%20%26ldquo%3BSystem.IO.FileLoadException%3A%20Loading%20this%20assembly%20would%20produce%20a%20different%20grant%20set%20from%20other%20instances.%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/installation-error-system-io-fileloadexception-loading-this-assembly-would-produce-a-different-grant-set-from-other-instances/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>Bug: cannot install PowerPivot if a SQL Server shared folder has been specified in a previous installation to other than the default folder</title>
		<link>http://powerpivotgeek.com/2010/10/04/bug-cannot-install-powerpivot-if-a-sql-server-shared-folder-has-been-specified-in-a-previous-installation-to-other-than-the-default-folder/</link>
		<comments>http://powerpivotgeek.com/2010/10/04/bug-cannot-install-powerpivot-if-a-sql-server-shared-folder-has-been-specified-in-a-previous-installation-to-other-than-the-default-folder/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 22:51:01 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/04/bug-cannot-install-powerpivot-if-a-sql-server-shared-folder-has-been-specified-in-a-previous-installation-to-other-than-the-default-folder/</guid>
		<description><![CDATA[<p>Clearly if you read my blog, you will see that as a development team we could have done a better job of testing all of the various installation combinations with SQL Server on ‘test servers’. Unfortunately, our limited test time was focused on production configurations; not on single demo machines. So as a result you [...]]]></description>
			<content:encoded><![CDATA[<p>Clearly if you read my blog, you will see that as a development team we could have done a better job of testing all of the various installation combinations with SQL Server on ‘test servers’. Unfortunately, our limited test time was focused on production configurations; not on single demo machines. So as a result you can see some of our installation issues that have arisen. Recently we ran into another installation problem when a previous SQL Server installation has been done on a machine prior to installing PowerPivot. </p>
<p>SQL Server stores it files in “instance” folders and a “Shared” folder of tools, SDK, and installation files. Normally the shared folder is specified in:    <br /><strong>C:\Program Files\Microsoft SQL Sever\100\&#160; <br /></strong>but it does not have to . . . Many times DBAs specify a folder to a different location (off of the system drive) when you do your first SQL Server installation. However if you do this, you will find that PowerPivot will return errors, either:</p>
<blockquote><p><b>Object reference not set to an instance of an object.</b></p>
</blockquote>
<p>Or: (if you look at details.txt installation file)</p>
<blockquote><p>2010-08-17 16:56:29 AS: The location is C:\Program Files\Microsoft SQL Server\100\SDK\Assemblies\Microsoft.AnalysisServices.SharePoint.Integration.DLL.      <br /><b>2010-08-17 16:56:29 AS: Microsoft.AnalysisServices.SharePoint.Integration.DLL not present in SDK</b></p>
</blockquote>
<p>So how do you fix it? A quick workaround is to copy the file from the folder that you specified to its default location:</p>
<blockquote><p>C:\Program Files\Microsoft SQL Server\100\SDK\Assemblies\Microsoft.AnalysisServices.SharePoint.Integration.DLL</p>
</blockquote>
<p>The issue is that the SQL installer copies the file to shared folder but it will <strong>look</strong> for it in C: in its default location (this is a registry key/directory sync problem). So the workaround is to just copy it there. Smart huh?</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%2Fbug-cannot-install-powerpivot-if-a-sql-server-shared-folder-has-been-specified-in-a-previous-installation-to-other-than-the-default-folder%2F&amp;linkname=Bug%3A%20cannot%20install%20PowerPivot%20if%20a%20SQL%20Server%20shared%20folder%20has%20been%20specified%20in%20a%20previous%20installation%20to%20other%20than%20the%20default%20folder"><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/bug-cannot-install-powerpivot-if-a-sql-server-shared-folder-has-been-specified-in-a-previous-installation-to-other-than-the-default-folder/feed/</wfw:commentRss>
		<slash:comments>0</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>Cheat sheet: Re-installing the client add-in</title>
		<link>http://powerpivotgeek.com/2010/10/04/cheat-sheet-re-installing-the-client-add-in/</link>
		<comments>http://powerpivotgeek.com/2010/10/04/cheat-sheet-re-installing-the-client-add-in/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 22:49:15 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Client]]></category>
		<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/10/04/cheat-sheet-re-installing-the-client-add-in/</guid>
		<description><![CDATA[<p>“Help! My PowerPivot for Excel is totally messed up. How do I just reinstall everything?”</p>
<p>I’ve had to do this lots of times as we’ve gone through various beta builds. Here are the steps that I go through to totally clear out the client add-in:</p>

Uninstall the PowerPivot for Excel add-in 
Manually delete all the files under [...]]]></description>
			<content:encoded><![CDATA[<p>“Help! My PowerPivot for Excel is totally messed up. How do I just reinstall everything?”</p>
<p>I’ve had to do this lots of times as we’ve gone through various beta builds. Here are the steps that I go through to totally clear out the client add-in:</p>
<ol>
<li>Uninstall the PowerPivot for Excel add-in </li>
<li>Manually delete all the files under C:\Program Files\Microsoft Analysis Services\ </li>
<li>If it is an x64 bit box, also C:\Program Files(x86)\Microsoft Analysis services\ folder as well. </li>
<li>Install the PowerPivot for Excel add-in again </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%2F04%2Fcheat-sheet-re-installing-the-client-add-in%2F&amp;linkname=Cheat%20sheet%3A%20Re-installing%20the%20client%20add-in"><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/cheat-sheet-re-installing-the-client-add-in/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updated: Links to the Single Server Installation Guide</title>
		<link>http://powerpivotgeek.com/2010/08/30/updated-links-to-the-single-server-installation-guide/</link>
		<comments>http://powerpivotgeek.com/2010/08/30/updated-links-to-the-single-server-installation-guide/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 03:53:27 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[White paper]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/08/30/updated-links-to-the-single-server-installation-guide/</guid>
		<description><![CDATA[<p>Newly published this week is the final version of the PowerPivot for SharePoint – Single Server Installation Guide. I’ve updated the “Server Installation” pointers at the top of my blog to indicate the new pointers. If interested, visit here:   http://powerpivotgeek.com/server-installation/single-server-install-rtm/</p>
<p>Enjoy!</p>
]]></description>
			<content:encoded><![CDATA[<p>Newly published this week is the final version of the PowerPivot for SharePoint – Single Server Installation Guide. I’ve updated the “Server Installation” pointers at the top of my blog to indicate the new pointers. If interested, visit here:   <br /><a title="http://powerpivotgeek.com/server-installation/single-server-install-rtm/" href="http://powerpivotgeek.com/server-installation/single-server-install-rtm/">http://powerpivotgeek.com/server-installation/single-server-install-rtm/</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%2F08%2F30%2Fupdated-links-to-the-single-server-installation-guide%2F&amp;linkname=Updated%3A%20Links%20to%20the%20Single%20Server%20Installation%20Guide"><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/30/updated-links-to-the-single-server-installation-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PowerPivot on a standalone server</title>
		<link>http://powerpivotgeek.com/2010/08/27/installing-powerpivot-on-a-standalone-server/</link>
		<comments>http://powerpivotgeek.com/2010/08/27/installing-powerpivot-on-a-standalone-server/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 21:41:08 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[domain controller]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/08/27/installing-powerpivot-on-a-standalone-server/</guid>
		<description><![CDATA[<p>Recently there have been several asks on the forums about getting more information for installing PowerPivot on a standalone server. Well . . . we have a video produced that addresses how to do this. Besides the installation itself, I also discuss how you go about adding the domain controller role to the server and [...]]]></description>
			<content:encoded><![CDATA[<p>Recently there have been several asks on the forums about getting more information for installing PowerPivot on a standalone server. Well . . . we have a <strong>video </strong>produced that addresses how to do this. Besides the installation itself, I also discuss how you go about adding the domain controller role to the server and get everything installed and running. The file is pretty large, so while the Microsoft internal folks struggle with how to get it loaded on Microsoft servers, I figured that I’d upload it to PowerPivotGeek.com and give you guys some early exposure.</p>
<p><a title="http://powerpivotgeek.com/videos/DaveVideoInstall.wmv" href="http://powerpivotgeek.com/videos/DaveVideoInstall.wmv">http://powerpivotgeek.com/videos/DaveVideoInstall.wmv</a>     <br />(this is a large file 360MB, so depending on your connection, it may take some buffering before it comes up . . .)</p>
<p>(click on &#8216;Continue reading:&#8217; to see the video on-line)</p>
<p> <span id="more-1189"></span>
<p>Here is the video:</p>
<p><object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width="480" height="360" codebase="http://www.microsoft.com/Windows/MediaPlayer/"><param name="Filename" value="http://powerpivotgeek.com/videos/DaveVideoInstall.wmv"><param name="AutoStart" value="false"><param name="ShowControls" value="true"><param name="BufferingTime" value="2"><param name="ShowStatusBar" value="true"><param name="AutoSize" value="true"><param name="InvokeURLs" value="false"><embed src="http://powerpivotgeek.com/videos/DaveVideoInstall.wmv" type="application/x-mplayer2" autostart="0" enabled="1" showstatusbar="1" showdisplay="1" showcontrols="1" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0" width="480" height="360"></embed></object></p>
<p>&#160;</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%2F27%2Finstalling-powerpivot-on-a-standalone-server%2F&amp;linkname=Installing%20PowerPivot%20on%20a%20standalone%20server"><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/27/installing-powerpivot-on-a-standalone-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://powerpivotgeek.com/videos/DaveVideoInstall.wmv" length="357245693" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>If running on Windows Server, make sure you have &#8216;Desktop Experience&#8217; feature turned on</title>
		<link>http://powerpivotgeek.com/2010/07/12/if-running-on-windows-server-make-sure-you-have-desktop-experience-feature-turned-on/</link>
		<comments>http://powerpivotgeek.com/2010/07/12/if-running-on-windows-server-make-sure-you-have-desktop-experience-feature-turned-on/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 04:30:43 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/07/12/if-running-on-windows-server-make-sure-you-have-desktop-experience-feature-turned-on/</guid>
		<description><![CDATA[<p>Oh the joys of SharePoint again. I just responded to an internal posting where someone was raising the issue that “Path not found” errors were being reported when Excel Desktop tried to publish a workbook to SharePoint. Again, this isn’t PowerPivot directly, but it can be reported as a PowerPivot problem if the workbook contains [...]]]></description>
			<content:encoded><![CDATA[<p>Oh the joys of SharePoint again. I just responded to an internal posting where someone was raising the issue that “Path not found” errors were being reported when Excel Desktop tried to publish a workbook to SharePoint. Again, this isn’t PowerPivot directly, but it can be reported as a PowerPivot problem if the workbook contains PowerPivot data.</p>
<p>The issue is that on Windows Server machines (Window Server 2008 and Windows Server 2008 R2), the ‘Desktop Experience’ feature contains a required component for Excel (or any application posting content to SharePoint). </p>
<p><a href="http://powerpivotgeek.com/wp-content/uploads/2010/07/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/07/image_thumb.png" width="644" height="484" /></a> </p>
<p>Normally you don’t see this because on a Windows client machine (Windows 7, Windows Vista, or Windows XP), Desktop Experience is turned on by default – but not for Server OS’s. The underlying component at issue here is WebDAV. Excel desktop need it for the publishing process because they post content to SharePoint as if SharePoint was a remote file share. Thus if you are going to run Excel desktop on a Windows Server OS and publish content to SharePoint – then you need ‘Desktop Experience’ turned on.</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%2F07%2F12%2Fif-running-on-windows-server-make-sure-you-have-desktop-experience-feature-turned-on%2F&amp;linkname=If%20running%20on%20Windows%20Server%2C%20make%20sure%20you%20have%20%26lsquo%3BDesktop%20Experience%26rsquo%3B%20feature%20turned%20on"><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/07/12/if-running-on-windows-server-make-sure-you-have-desktop-experience-feature-turned-on/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installation error: Running the wrong version of SharePoint</title>
		<link>http://powerpivotgeek.com/2010/06/30/installation-error-running-the-wrong-version-of-sharepoint/</link>
		<comments>http://powerpivotgeek.com/2010/06/30/installation-error-running-the-wrong-version-of-sharepoint/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 23:53:03 +0000</pubDate>
		<dc:creator>powerpivotgeek</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://powerpivotgeek.com/2010/06/30/installation-error-running-the-wrong-version-of-sharepoint/</guid>
		<description><![CDATA[<p>(Well, maybe you are – maybe you aren’t . . . How can you check directly?)</p>
<p>In an earlier post (http://powerpivotgeek.com/2010/03/04/installing-the-right-version-of-sharepoint/) I spoke about the way that PowerPivot determines if you are on the right version of SharePoint. Cory Retherford reported some errors and after investigating it for a few days we found the solution.</p>
<p>Here is [...]]]></description>
			<content:encoded><![CDATA[<p>(Well, maybe you are – maybe you aren’t . . . How can you check directly?)</p>
<p>In an earlier post (<a title="http://powerpivotgeek.com/2010/03/04/installing-the-right-version-of-sharepoint/" href="http://powerpivotgeek.com/2010/03/04/installing-the-right-version-of-sharepoint/">http://powerpivotgeek.com/2010/03/04/installing-the-right-version-of-sharepoint/</a>) I spoke about the way that PowerPivot determines if you are on the right version of SharePoint. Cory Retherford reported some errors and after investigating it for a few days we found the solution.</p>
<p>Here is some more info:</p>
<p>The SQL setup rule checks for the guid of installed SharePoint. We have two guids that correspond to the SharePoint Server Enterprise Edition SKU. If the guid in the registry doesn’t match one of our guids and a farm is configured and the bits for SharePoint exists then the rule is triggered. </p>
<p>What is the value of the following registry key?</p>
<blockquote><p>SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0\InstalledProducts\{90140000-110D-0000-1000-0000000FF1CE}</p>
</blockquote>
<p>The installed guids we are looking for is either one of these:</p>
<blockquote><p>&quot;D5595F62-449B-4061-B0B2-0CBAD410BB51&quot;     <br /> &quot;88BED06D-8C6B-4E62-AB01-546D6005FE97&quot;</p>
</blockquote>
<p>If your guids do not match these then we believe that the installation is not SharePoint 2010 Enterprise Edition and you see a validation error.</p>
<p>It turns out that in Cory’s case, there is an interesting SharePoint bug that you might run into. There was a bad early SharePoint Server 2010 FIS distribution made available for download, see KB2143810 (<a href="http://support.microsoft.com/kb/2143810">http://support.microsoft.com/kb/2143810</a>), that impacted the guids installed on the system. Cory installed the right ‘version’ of SharePoint 2010, but not all of the features were activated and the <u>wrong</u> guid was being reported.</p>
<p>At least now, if you get a “wrong version of SharePoint installed” error, you have something to check.</p>
<p>Hope that helps.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpowerpivotgeek.com%2F2010%2F06%2F30%2Finstallation-error-running-the-wrong-version-of-sharepoint%2F&amp;linkname=Installation%20error%3A%20Running%20the%20wrong%20version%20of%20SharePoint"><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/06/30/installation-error-running-the-wrong-version-of-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

