Connect, learn, and share with thousands of IBM Cognos Analytics users!
How to Save Cognos Reports to a File System
Sometimes you don’t want reports sent by email or stored in SharePoint. Instead, you might need them saved directly into a server folder or shared drive. Cognos can do this with a little configuration, and it can save a lot of time for teams.
Why Save to the File System?
How to Configure It
Example
Your Finance team wants a daily Excel report. You schedule the report to run every morning at 6 AM and deliver it to \\Server\Shared\Finance\Daily. Everyone can open the updated file from the folder without logging into Cognos or waiting for an email.
Saving reports to the file system is simple but powerful. It makes report sharing easier, cuts down on email clutter, and gives you flexibility for automation and integration. Once set up, it runs quietly in the background no extra clicks needed.
You are correct Patrick. These XML files are metadata files describe the report output. Sometimes this metadata can be useful if you are integrating Cognos outputs with other system.
In my case I created a simple script and scheduled it to run daily (batch file on Windows) to delete them.
del "D:\CognosReports\*.xml"
For each report output, you will have a corresponding XML file.
For instance, if you are a burstreport-en-2022.csv, you will also have a burstreport-en-2022-csv_desc.xml. You can parse this XML file to retrieve the following elements (this is not a full list of elements here):