Reporting Services 2005 error messagess always state that for details the report should be run on the local machine or that remote errors should be enabled.
It might be a silly question, but how does one enable the remote errors?
I searched the BOL and the net but found no clues, just many error samples
We are facing situations where we can not log onto the server and rune the report from localhost/Reports....
ThanksNot sure but sounds like a .net error - it may be in the .config files?
CustomErrors="RemoteOnly" should be CustomErrors="Off" or something to that effect.|||
You could set the "EnableRemoteErrors" configuration value to True in the ReportServer.ConfigurationInfo database table. -- Robert
Alternatively, you can use the SetSystemProperties SOAP call:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsprog/htm/rsp_ref_soapapi_service_lz_63le.asp
Thanks. Thats what I was looking for. How about adding that to the Site settings form on the report manager?
P.S. I had to restart iis (5.0 ...) to make it take effect.
Thanks again for the quick reply
No comments:
Post a Comment