Hi,
I want to Export Cognos Reports from Report Studio through script.Is it possible to export from script.
Please share your thoughts .
Regards,
Aravind
please let me know, Is it possible?
Maybe, but what are you trying to accomplish? There may be better ways to get the Report Studio xml.
Quote from: aravind006 on 18 Jul 2014 12:24:41 AM
Hi,
I want to Export Cognos Reports from Report Studio through script.Is it possible to export from script.
Please share your thoughts .
Regards,
Aravind
What do you mean by "export reports"? Are you talking about exporting the xml report definition, or exporting a rendered report output, or something else? Can you elaborate?
MF.
Hi MF,
I want to export the cognos package as well as content store through script.
Regards,
Aravind
It means,Cognos Deployement Automation
Quote from: aravind006 on 23 Jul 2014 02:12:13 AM
It means,Cognos Deployement Automation
Well, you can schedule each deployment you define - just use the Schedule button alongside each. Your schedule can either be triggered at specific defined intervals or by an external trigger, which you can set using a batch file or shell script.
Sounds like this is your best approach to me.
Cheers!
MF.
Hi MF,
Thanks for your response.How to setup with batch file.please share the references..
Regards,
Aravind
Quote from: aravind006 on 23 Jul 2014 11:11:25 PM
Hi MF,
Thanks for your response.How to setup with batch file.please share the references..
Regards,
Aravind
http://pic.dhe.ibm.com/infocenter/cbiima/v1r0m0/index.jsp?topic=%2Fcom.ibm.swg.ba.cognos.ug_cra.10.2.1.1.doc%2Ft_setuptriggereventsonaserver.html
https://www-304.ibm.com/support/docview.wss?uid=swg21340069
HI MF,
Is there any way to export the specified folder by using the deployment automation .
Ex : I have 3 folders (A,B,C),I want to export only folder B.
Regards,
Aravind
Quote from: aravind006 on 30 Jul 2014 03:43:48 AM
HI MF,
Is there any way to export the specified folder by using the deployment automation .
Ex : I have 3 folders (A,B,C),I want to export only folder B.
Regards,
Aravind
The definition of your deployment initially defines which folder or folders from the content store get included. Is this what you mean?
MF.