Where are all the places Sql Reporting Server Logs Errors? Where are all the places Sql Reporting Server Logs Errors? sql-server sql-server

Where are all the places Sql Reporting Server Logs Errors?


As far as I know SSRS logs to the Event Log, the filesystem and its own database.

The database is typically the most easily available one. You just login to the ReportServer database and execute

select * from executionlog

This only logs the executions though. If you want more information you can go to the Trace Log files, which are usually available at (location may of course vary):

C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\LogFiles

These are quite verbose and not really fun to look through. But they do log a lot of stuff.

If you're searching for an error you can go to the Windows Application Log (Under Administrative Tools in your control panel)

Edit Found a nice link:
https://docs.microsoft.com/en-us/sql/reporting-services/report-server/reporting-services-log-files-and-sources


For SSRS 2008 R2:C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\LogFiles