MsSQL - SQL Reporting Services

Enable Errors

  1. Connect to the database engine in SSMS and navigate to the ReportServer database.

  2. Query the ConfigurationInfo table to get familiar with it. Issue the following query:

    USE ReportServer
    GO
    UPDATE ConfigurationInfo SET Value = 'True' WHERE Name = 'EnableRemoteErrors'
  3. 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.


Revision #1
Created 2 September 2024 19:59:46 by Steve Ling
Updated 2 September 2024 20:00:48 by Steve Ling