Hi Team-
SSRS report is working fine directly on the SSRS server but when I am running report for large client from local laptop then it is showing keep loading. If the stored procedure is running more than 15 min then it is getting auto rollback from data with TM REQUEST Command.
I have set all the timeout setting on SSRS and DB level but still issue not resolve.
Large client report is giving failed message in report.
Getting below SSRS error log message -
runningjobs!ReportServer_0-3!a4c!01/07/2019-08:12:35:: i INFO: RunningJobContext.IsClientConnected; found orphaned request r4ptqveifl5gewu2tyz4k545
processing!ReportServer_0-3!a4c!01/07/2019-08:12:35:: i INFO: DataPrefetch abort handler called for Report with ID=. Aborting data sources ...
runningjobs!ReportServer_0-3!1308!01/07/2019-08:12:35:: i INFO: Adding: 1 running jobs to the database
processing!ReportServer_0-3!16f0!01/07/2019-08:12:35:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: , Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Query execution failed for dataset 'ds05_GetReportData'.
---> System.Data.SqlClient.SqlException: A severe error occurred on the current command. The results, if any, should be discarded. Operation cancelled by user.
library!ReportServer_0-1!940!01/07/2019-14:11:57:: i INFO: CancelableSqlCommand.Cancel not called, connection is not valid
processing!ReportServer_0-1!940!01/07/2019-14:11:57:: i INFO: DataPrefetch abort handler called for Report with ID=. Aborting data sources ...
processing!ReportServer_0-1!1604!01/07/2019-14:11:57:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: [UserCanceled:ReportProcessing], Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
processing!ReportServer_0-1!1604!01/07/2019-14:11:57:: w WARN: Data set 'ds05_GetReportData': Report processing has been aborted.
processing!ReportServer_0-1!1604!01/07/2019-14:11:57:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: [UserCanceled:ReportProcessing], Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: Report processing has been canceled by the user. ;
processing!ReportServer_0-1!1604!01/07/2019-14:11:57:: e ERROR: Data source 'RAOLAP': Rolling the transaction back.
processing!ReportServer_0-1!1604!01/07/2019-14:13:02:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: , Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Failed to roll back transaction for data source 'RAOLAP'. ---> System.Data.SqlClient.SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception: The wait operation timed out
Please advice to resolve this issue.