COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => Topic started by: TimB on 12 Sep 2005 09:12:25 AM

Title: Version Control
Post by: TimB on 12 Sep 2005 09:12:25 AM
Hello,

I am new to the forum, and Cognos ReportNet in general.

Does anyone have a process where they version control the ReportNet objects in an external version control system (ex: CA Harvest?)

Thanks in advance

- Tim
Title: Re: Version Control
Post by: cognosfreelancer on 12 Sep 2005 04:13:37 PM
Hello Tim

About the only objects that we version control are the Framework manager packages.

We use Rational Clear Case so we cannot take advantage of FrameWork Manager's integration with Visual Studio.

Everything else is stored in our Oracle based content store. We let the DBAs worry about the backups.

NKT
Title: Re: Version Control
Post by: TimB on 21 Sep 2005 01:39:36 PM
NKT,

Thanks for the reply.

We have a process that is somewhat sloppy but works. We copy the reports to clipboard and then save them as an xml. We then version control that xml in our version control tool, one per report. When we move it between environments, we then create / update the report by opening from clipboard.

Other than opening a report from clipboard, is there a way to import them in their xml format?

Thanks!
Title: Re: Version Control
Post by: cognosfreelancer on 21 Sep 2005 09:43:31 PM
Yes there is. You can use ReportNet SDK to extract report output.

I believe there is an article on Supportlink on this subject.

NKT
Title: Re: Version Control
Post by: Blue on 05 Sep 2006 01:02:22 PM
Couldn't you also use Windows Script editor to capture the copy, open, paste, save commands?  Assign it to a hot key and use when you are in the CRN editor.  Have the script open Notepad or similar and save as the default name.

Bluey
Title: Re: Version Control
Post by: Blue on 05 Sep 2006 01:03:47 PM
Where are the FM packages saved to?  Are these files text readable?

Bluey