Open SQL Server Management Studio and run this query in the Reporting Service Database. You have to restart your SSRS instance service before it's going to take effect.
UPDATE ConfigurationInfo
SET Value = 'TRUE'
WHERE Name = 'EnableRemoteErrors'
No comments:
Post a Comment