Reporting Services occasionally stops responding with the error below. Although we can resolve the issue by restarting our DB server, this is happening often enough that I would like to resolve the issue. The error is:
- An error has occurred during report processing. (rsProcessingAborted) Get Online Help
- Cannot create a connection to data source 'TfsOlapReportDS'. (rsErrorOpeningConnection) Get Online Help
- For more information about this error navigate to the report server on the local server machine, or enable remote errors
It appears the issue is with the DB itself. I have confirmed the DB is running, and the other TFS DB on the Database server respond normally. I have viewed the reports on application server (http://<TfsServer>/reports). Although the reports are listed, the same message appears when the report is displayed. The DataSources are listed and are set up correctly. I don't see any relevant exceptions in event viewer. We have tried resolving the issue by restarting the related services on the on the box without success. This may work if the services are restarted in the right order, but so far this has not worked.
BTW, this is a different instance of Sql Server (dbServerName/EtlStaging).
Any suggestions? Thanks in advance.