When I compile a report in SSRS, an common error occurred as shown. I may probably "Enable remote error" in Reporting Services server to fix the report connection in SSRS. But: What is the impact of doing that? Will it affect existing production jobs?
Thank you very much.
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.
Follow below procedure to enable remote error in SSRS
1) Open SQL Server Management studio and log in with reporting services as the service type.
2) right click on the instance and go to properties so here attach an image as the popup is shown after goto Advanced tab here you can find EnableRemoteError in Security tree.
After enabling remote error you can figure out actual error thrown by the database.
I hope this will help.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With