Hello everybody,
At the beginning will describe the structure of my environment, it consists of two DB Machine in always on availability group and has two AOS on two different machines. One of them is a service business logic for clients and the other works as a batch server, also it hosts Reporting Service like shown in the image below.

Today there are some abnormal problems that I can't understand. Any Temp table which is used by any RDP class I cannot view its data when the type is changed to regular. I want to view the data for tracing purposes because most of the reports that use them do not get correct data. The reports are showing cached data I comment insert code in RDP class and the report still shown data. I concluded that by commenting the insert code in the RDP class and the report still shows the same data.
We already tried full CIL Compile, sync the Data Dictionary, Restart AOS service, and RS service but it didn't solve the problem.
Eventually, a friend told me to export XPO of report project and delete all of the project components and delete the SSRS Report from Report folder in RS Manager and restart AOS and RS services then import the project and deploy the report again. The report displays correct data after this cycle for two days but still can't view Temp table content when changed to regular. Now the report is not showing correct data again. I can't understand where is the problem or how to solve it.
Note all of these reports were working fine before.
*This post is locked for comments
I have the same question (0)