Is there a way to export reports in report studio so they can be uploaded to another server?
It seems the only way I have discovered to move reports from one server to another is to use the Cognos administration panel and export a folder to a zip file on the server and move the zip file to the other server and run the import process on it. In our organization we have multiple large deployments that are co-located near the machines under test. We have separate Insight servers for each Installation and would like to have report developers share reports between the various organizations. This is a problem as the developers don't necessarily have server access to manipulate files directly on each of the servers.
|
3 answers
From Report Studio, there is a menu option under Tools -> Copy Report To Clipboard. There's also another Tools -> Open Report From Clipboard, so you should be able to use this to copy reports between the two servers as long as they share a common data model.
Comments Thanks Jackie
That sort of works but is pretty kludgy. You can't have report studio open to both servers (I think that is something with cookies ?). You have to save the clipboard somewhere and then copy it back to the report studio for the other server once you have restarted the browser - it works but you have to be careful. Would be nicer if there was a save to xml and open from xml that did this.
1
Steve Mulligan
commented Mar 16 '17, 1:57 p.m.
Yes, by default the cookie value will be the same for two Reporting servers. You can set them to different values in IBM Cognos Configuration. In the menu go to Actions -> Global Configuration. On the General tab, in the Cookie Setting section, set Domain to the fully qualified name of your report server machine (e.g. reportserver1.company.com) and the Path to /
|
David, I understand your pain point.
However, this function is provided by cognos, Insight is not able to enhance it. How often do you have to do the export/copy/import? If this is a routine work, I will suggest to write some code invoking Cognos SDK to automate and streamline the process. Everything you do in the web UI can be achieved via Cognos SDK. Comments
SEC Servizi
commented Feb 09 '17, 11:24 a.m.
Refer to http://www-01.ibm.com/support/docview.wss?uid=swg21338960 for sample SDK code and instructions to perform Deployment Import and Exports using the Cognos SDK.
Cheers.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.