I have an application that runs reports using the RAS SDK in BO Enterprise XIr2. The application uses RAS to retrieve the report from BO XI and manipulates the report be changing the database connection information (ODBC DSN name, user name, and password). It also changes the parameters of the report dynamically and then displayes it within a web page using the .NET Report Viewer control.
My problem is that the Cache Server never seems to cache any of the reports. The settings for the cache server are set high so it should still be in cache. Clicking on the next and previous page buttons will always rerun the entire report. Are there configuration settings I am missing? Should the code be doing something in order to handle the next and previous buttons? Just looking for pointers on where to continue my exploration of this problem.
Thanks