We have reporting portal with SharePoint 2010 and SQL Server 2012 environment.
This is the farm configuration.
Server A: SharePoint 2010.
Server B: SQL Server 2008R2 for SharePoint Config and Content database.
Server C) SQL Server 2012 for BI including AS and Reporting Services.
Please notice that BI SQL Server 2012 is different from SharePoint SQL Server and
BI server is not part of SharePoint farm.
I have also installed Microsoft® SQL Server® 2012 Reporting Services Add-in for Microsoft® SharePoint® Technologies 2010 to the Server A SharePoint 2010.
Following article titled View and Explore Native Mode Reports Using SharePoint Web Parts (SSRS)
suggest that I should install RSWebParts.cab.
http://msdn.microsoft.com/en-us/library/ms159772.aspx
I found the RSWebParts.cab from BI Server(Server C) and copied to the SharePoint 2010 Server(Server A)
However error came:
PS C:\temp> Install-SPWebPartPack -LiteralPath "C:\Temp\RSWebParts.cab" -GlobalInstall
Confirm
Are you sure you want to perform this action?
Performing operation "Install-SPWebPartPack" on Target
"C:\Temp\RSWebParts.cab".
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help
(default is "Y"):y
Install-SPWebPartPack : Failed to extract the cab file in the solution.
At line:1 char:22
+ Install-SPWebPartPack <<<< -LiteralPath "C:\Temp\RSWebParts.cab" -GlobalInst
all
+ CategoryInfo : InvalidData: (Microsoft.Share...tallWebPartPack:
SPCmdletInstallWebPartPack) [Install-SPWebPartPack], SPException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletInstallW
ebPartPack
I also tried to copy to following location and run from there, but same error occured:
Install-SPWebPartPack -LiteralPath "C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Reporting Services\SharePoint\RSWebParts.cab" -GlobalInstall
Kenny_I