Is there a way to download the existing cognos report designs and save it to sourcesafe ?
or
Can we backup the whole cognos report designs into one package and then redeploy into a new package when needed?
Thanks
What do you mean by Report Designs? Are you talking about how your report currently 'looks' when you run it? or any template that you use?
Whatever the case may be, a package cannot include any report designs. The only thing it can include from that perspective is some graphics, icons etc which you can then insert into the report from the package. It still cannot include anything you have in reports as that means backward flow. A package feeds the report with data but it does not accept anything back from the report.
Hi there
THere are a couple of ways to do this.
At a cost speak to BSP about ICS for version control that is embedded into Cognos and is AWESOME.
Or you can go into your report save the specs to clipboard then save to a text file and then using Tortoise version control or git version control on the report xml.
Hope this helps
Cheers
AussiePete
Quote from: cognostechie on 04 Dec 2014 04:48:52 PM
What do you mean by Report Designs? Are you talking about how your report currently 'looks' when you run it? or any template that you use?
Whatever the case may be, a package cannot include any report designs. The only thing it can include from that perspective is some graphics, icons etc which you can then insert into the report from the package. It still cannot include anything you have in reports as that means backward flow. A package feeds the report with data but it does not accept anything back from the report.
@cognostechie good to know that package cannot include any report designs.
Quote from: AussiePete2011 on 04 Dec 2014 05:30:36 PM
Hi there
THere are a couple of ways to do this.
At a cost speak to BSP about ICS for version control that is embedded into Cognos and is AWESOME.
Or you can go into your report save the specs to clipboard then save to a text file and then using Tortoise version control or git version control on the report xml.
Hope this helps
Cheers
AussiePete
@AussiePete It works great. Thanks