Is there a way to export reports in report studio so they can be uploaded to another server?
3 answers
Comments
Thanks Jackie
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 /
Do this to both Report servers and then restart both servers. You will then have different cookies for each and can open both in a browser at the same time.
1 vote
Is it possible to only share the deployment folder, so that administrator can copy over zip files there and do the import from admin UI, or export from admin UI and copy from there to another server.
Comments
Hi Junil - that is what I was afraid of. This needs to be enhanced. It is too cumbersome if I need to add a single report to a server. I have to move the report to a folder for export (I may not want to move everything where the report resides) then run the export function from the web (multiple clicks to do this). Next I have to log into the operating system and navigate to the deployment directory and ftp or by other means copy the zip file to the other server where I want to import this report. Then log in to the web again on the new server and import the zip file (again many clicks to do this). Then I have to move it from that folder to where I want to put it. This is way too many steps and is a common use cage. It is even more difficult when the report author is not the same person doing administration of the machines which may even be in different organizations and administrative domains. This really needs to be fixed.
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
Everything you do in the web UI can be achieved via Cognos SDK.