Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IS Cache

Status
Not open for further replies.

bo5i

Programmer
Jul 22, 2002
36
US
Hi, Need clarification on how cache works in Intelligence server.

I have reports executed inturn creating cache for this months(say January month) data. When i run the same reports next month(Feb month), does it going to retrieve me the latest months data as well ? or just the last months data. I am sure cache is not a cube to store data in it. I guess cache stores only the information about reports objects and sql.

Thanks
 
The cache will only return what you have executed the last time. If you want Feb data in the report you will need to reexecute the report so it pulls in the new data.
 
Since you have NEW Feb data, the Jan cache won't have it. So you'll have to re-run the report (manually or scheduled) to refresh the cache. All products have the same issue...Powercubes need to be "incrementally refreshed", same for BO microcubes.

Cache works better with prompts. If you have a report with a prompt filter, the cache will keep track of all different prompt answers. If your prompt answers matches any one of the caches, it will pull from cache. This sets MSTR apart.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top