Query:
I am getting some errors when viewing SSRS reports on client machines but i can not see the full error because it is asking me to enable remote errors on ssrs. How can i do that on ssrs 2005.
Answer:
The setting is stored in the table named 'ConfigurationInfo ' on the report server. Just open the table and set Enable Remote Errors to true.
Or simply run this query:
ReplyDelete-- Make sure this is your report server db
Use ReportServer
update ConfigurationInfo set Value = 'True' where Name = 'EnableRemoteErrors'
Go
I was just wondering why the default is not enabled? Is there some reason for not enabling this on all report servers?
ReplyDeleteThanks for sharing the useful information and for the further information visit us at
ReplyDeleteOracle Fusion Financials Training