SSRS Report Query changes are not reflecting in Dynamics AX.
I recently encountered an issue where I modified a query on a report but it still showing the previous query instead of new one.
Here are some steps which refresh the system caches, so it starts showing the modified output.
First check that u saved the changes and
compiled it before running
Cleaning cache
Cleaning cache
b. Tools --- options--- usage data
Services
Startmenu --- All programs --- Services
Select service which is responsible for SSRS reporting. i.e. SQLServerReportingServices
and click restart.
Visual studio
a. Refresh the report dataset.
b. Deploy report
Open the properties window of DP_DynamicParameter and check its AOT query, it should have the latest query attached. Then deploy it.
1. Command prompt
Run cmd as administrator and run the following command
--> After all those steps our machine starts showing
the modified output result.
Comments
Post a Comment