How to find the error details for an SSRS Data Driven subscription

6.3k Views Asked by At

I have a report in SSRS and I scheduled it to trigger via data driven subscription. After the schedule, I got the status as Done: 3 processed of 5 total; 2 errors.

But now I want to know the details of those failed 2 errors? Is there a way to find the same?

1

There are 1 best solutions below

5
On

Assuming you have not specified otherwise, the SSRS log files can be found here:

%ProgramFiles%\Microsoft SQL Server\MSSQL.x\Reporting Services\LogFiles

where %ProgramFiles% is the language specific name of the program files folder and MSSQL.x takes into account the components installed.