There is an audit extension system that Cognos provides that provides some of what you're looking for, but not integrated (or to my knowledge, integratable) into any of the Rational stuff. This package effectivley makes "copies" of the report specification into a special auditing database, and allows you to validate that the spec has or hasn't changed since its last run. The only other tool you have is the package export/import which could be used with a file-based check-in/check-out system, but that'd be tricky.
Cognos is extremely extensible; I can think of a myriad of ways of set up something, but it all requires a certain amount of SDK work (which is effectively what the Audit Extension package is, and effectively what the third-party vendors have done).
Currently, the only "source control" that Cognos directly supports is at the FM level.
Main Topics
Browse All Topics





by: adamyPosted on 2008-08-01 at 07:22:49ID: 22138504
You need to use File -> (Local) Save as ... to save the xml. The report specs are saved in the content store database. If you do not local save it, you will not find the report xml files.