- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsHello,
Can someone tell me how Report Output Versions are stored in Cognos 8.3? Does it store these files somewhere on the app server or in the content store? It doesn't seem to access the database everytime one is opened.
The reason I'm asking is that many of the reports ran are very large and we're worried about space.
My second question, is there a way to run a job that purges report outputs? For example, looks for any report output older than 90 days and deletes it.
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: RWrigleyPosted on 2008-10-10 at 10:23:00ID: 22688746
When you run a report and "save" it, the cognos report engine retrieves the data required for the report, and sends it to the Content Manager to be stored within the content store. When you go to "view" this saved output, the data is then retrieved from the content store and sent to the presentation service, which generates the formatted output that is then sent to the user. ALong hte way, it'll get stored in temporary files in the "Temp" directory.
Files in the temp directory are (normally) deleted once they are no longer needed (which can be as long as 15 minutes after the last time the report is accessed).
For you second question, you can control the number of "Versions" that Cognos 8 will store as a property of the report. you can choose to restrict either the number of versions or the age of versions as required.
FInally, there is a task you can create in the "Content Adminstration" screen called "Consistency Check". This job will go through the content store and remove report outputs that are no longer needed (either because the user who created no longer exists, or becuase it is older then the settings specified above).