28 Aug 2015 | SharePoint | SQL Server Reporting Services
Any time I have to troubleshoot issues in SQL Server Reporting Services (SSRS) reports in a production environment, I usually end up enabling Remote Errors at some point as part my process.
Remote errors are enabled via the SSRS Service Application:
Central Administration > Application Management > Manage Service ApplicationsSQL Server Reporting Services Service Application service application to manage it. System Settings from the toolbar.Enable Remote Errors checkbox. Although the MSDN documentation states that this is all that is required, I've found that I need to enable it on the individual site's settings in order to get it working:
Site Settings > Reporting Services > Reporting Services Site SettingsEnable Local Mode Error Messages is checked.Once the troubleshooting session is over, follow the same steps in reverse order to disable remote errors.