MsSQL - SQL Reporting Services
Enable Errors
-
Connect to the database engine in SSMS and navigate to the ReportServer database.
-
Query the ConfigurationInfo table to get familiar with it. Issue the following query:
USE ReportServer GO UPDATE ConfigurationInfo SET Value = 'True' WHERE Name = 'EnableRemoteErrors'
-
Restart Reporting Services on the server: Click Start > Administrative Tools > Services to open the Services management console. Right-click the SQL Server Reporting Services ([InstanceName]) service, and then click Restart.