Sample Header Ad - 728x90

SSRS - Microsoft.ReportingServices.Diagnostics.Utilities

0 votes
0 answers
275 views
I am troubleshooting an error in SSRS we want to alter a subscription and set it to the next 5 min from now, but when it gets there it does not run. other than that, I see these error messages in the reporting services execution logs : > 0-27!4270!07/01/2024-12:54:47:: e ERROR: Throwing > Microsoft.ReportingServices.Diagnostics.Utilities.NotEnabledException: > , > Microsoft.ReportingServices.Diagnostics.Utilities.NotEnabledException: > The requested functionality is not currently enabled.; question: How to enable these diagnostics utilities? I can query the ReportServer database, I see the errors, but not the details:
select r.* 
from reportserver.dbo.ExecutionLog3 r
where status  'rsSuccess'
order by r.TimeStart DESC
when I open the file rsreportserver.config that in my environment lives at C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\ReportServer I can only see the following line related to diagnostics: enter image description here
Asked by Marcello Miorelli (17274 rep)
Jul 1, 2024, 12:24 PM
Last activity: Jul 1, 2024, 01:48 PM