I have two SharePoint 2010 Farms which are both patched to the same Build level.
One Farm is used for Intranet related content, the other Business Intelligence (SSRS, Performance Point).
There is now a requirement to display an SSRS report within the 'Intranet' Farm using the 'SQL Server Reporting Services Viewer' Web Part - this Farm DOES NOT have SSRS installed or the Reporting Services service application.
The 'Business Intelligence' Farm, DOES have SSRS running and the Reporting Services service application.
I have uploaded the Reporting Services Web Part to the 'Intranet' Farm, and run the following Powershell command:
Enable-SPSessionStateService -defaultprovision
Now, despite connecting to the underlying .rdl file on the other Farm, the report doesn't display. I receive the very generic SSRS error:
An error occurred during local report processing. For more information about this error navigate to the report server on the local server machine, or enable remote errors.
There is no problem with the report, as it runs successfully from the 'Business Intelligence' Farm. While, if I add a 'Page Viewer' web part to the 'Intranet' Farm, the report successfully renders. So, I'm missing something from within the SSRS Web Part configuration.
Has anyone successfully executed an SSRS report remotely from another Farm, one not directly running SSRS???