Eu usei o AutoSPInstaller para instalar meu farm, instalei o PowerPivot 2012 e configurei com o seguinte script:
# Open PowerShell library from: C:\Program Files\Microsoft SQL Server0\Tools\PowerPivotTools\ConfigurationTool\Resources\ConfigurePowerPivot.ps1
Add-SPSolution -LiteralPath 'C:\Program Files\Microsoft SQL Server0\Tools\PowerPivotTools\ConfigurationTool\Resources\PowerPivotFarm.wsp'
Add-SPSolution -LiteralPath 'C:\Program Files\Microsoft SQL Server0\Tools\PowerPivotTools\ConfigurationTool\Resources\PowerPivotWebApp.wsp'
DeployFarmSolution
DeployWebAppSolutionToCentralAdmin
Install-SPFeature -path PowerPivot
Install-SPFeature -path PowerPivotAdmin
Install-SPFeature -path PowerPivotSite
SetEngineServiceCredentials 'mydomain\SQL_PowerPivot' $password_PowerPivot; New-PowerPivotEngineServiceInstance -Provision:$true
New-PowerPivotSystemServiceInstance -Provision:$true
New-PowerPivotServiceApplication -ServiceApplicationName 'Default PowerPivot Service Application' -DatabaseServerName 'sharepoint' -DatabaseName 'SPA_DefaultPowerPivotServiceApplicationDB' -AddToDefaultProxyGroup:$true;Set-PowerPivotSystemService -WorkbookUpgradeOnDataRefresh:$False -Confirm:$false
DeployWebAppSolution 'http://intranet.mydom.local/' 2047
EnableSiteFeatures 'http://intranet.mydom.local' $true
CreateUnattendedAccountForDataRefresh 'http://intranet.mydom.local' 'PowerPivotUnattendedAccount' 'PowerPivot Unattended Account for Data Refresh' 'mydomain\SP_PowerPivotRefresh' $password_PowerPivotRefresh
AddMSOLAP5AsECSTrustedProvider 'Excel Services Application'
Em seguida, entrei na Administração Central e fui para o console do PowerPivot, onde recebi uma mensagem maravilhosamente descritiva: "Excel: ocorreu um erro".
Descobri que isso ocorre porque o pool de aplicativos no qual o serviço do Excel é executado não tem direitos de proprietário no banco de dados AdminContent, fornecendo direitos de db_owner ao banco de dados AdminContent para corrigir isso.
Embora eu não consiga mais o erro do Excel aparecer ao entrar no painel do PowerPivot, não recebo dados e posso ver o status Last successful refresh run: The cube has not been processed!
.
O mesmo ocorre mesmo se eu iniciar manualmente os trabalhos cronometrados, sem dados.
Estou seguindo o guia de instalação do PowerPivot aqui
Aconselhamento apreciado. Caso contrário, será hora de telefonar para a Microsoft e pagar pelo suporte.