Skip to Content
0
Former Member
Jul 30, 2007 at 09:05 PM

Report Using A Stored Procedure Is Caching Data

41 Views

Post Author: springerc69

CA Forum: Data Connectivity and SQL

I converted a report from a view that worked fine to a stored procedure to try and improve the performance of the report, but when I publish the report it seems to cache the data. When you change the parameters you use to call the report or simply run the report again with the original parameters the report doesn't run the sproc and just shows the cached data from the original request. If I right click on the report and select refresh (web based crystal report), it prompts for the parameters. I just close out the prompt window, report window and click on the link for the report again it returns the correct results based on the new parameters or a refresh based on the original parameters. I've checked the cache time setting and set it to 0, and if you close the Internet Explorer window that originally called the report, open IE back up and request the report it will return the appropriate data. I have also verify that the report is not setup to save data with report. This is on Crystal XI Server.