Announcements
Hi there,
I have a SSRS report and i have followed all best practices like
I have Extended My DP class with SrsReportDataProviderPreProcessTempDB.
My Report table Type is TempDB
I have created Controller Class and call my report through this class
I have Updated the properties of menu item , Object Type Class , Object controller class name
Set the User Connection on the temp table . For this write this code on the start of your processReport method
I am not getting any error on OneBox machine but i am getting timeout and different server errors on UAT and Production environments. We are using on prem Microsoft dynamics 365 Finance and Operation version 10.0.38 (10.0.1777.94).
I am getting following different errors.
1. The wait operation timed out
2. An existing connection was forcibly closed by the remote host
Hmm... If it’s using the pre-processing pattern, I have a hard time seeing how it can time out unless there are some really funky things going on in the RDL or if an SQL execution plan in TEST/PROD got screwed up.
My old AX checklist includes manually deleting the report from the SSRS manager and deploying it again. That’s what I’d try first.
I wonder if there’s an issue with the SSRS server itself.
You should be able to see how long it spends in the data provider in the logs.
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156