COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Cognos Administration => Topic started by: aravind006 on 18 Jul 2014 12:24:41 AM

Title: Export Cognos Reports from Report Studio through script
Post by: 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
Title: Re: Export Cognos Reports from Report Studio through script
Post by: aravind006 on 20 Jul 2014 11:47:50 PM
please let me know, Is it possible?
Title: Re: Export Cognos Reports from Report Studio through script
Post by: bdbits on 22 Jul 2014 09:28:50 AM
Maybe, but what are you trying to accomplish? There may be better ways to get the Report Studio xml.
Title: Re: Export Cognos Reports from Report Studio through script
Post by: MFGF on 22 Jul 2014 10:28:05 AM
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.
Title: Re: Export Cognos Reports from Report Studio through script
Post by: aravind006 on 23 Jul 2014 12:56:50 AM
Hi MF,

I want to export the cognos package as well as content store through script.

Regards,
Aravind
Title: Re: Export Cognos Reports from Report Studio through script
Post by: aravind006 on 23 Jul 2014 02:12:13 AM
It means,Cognos Deployement Automation
Title: Re: Export Cognos Reports from Report Studio through script
Post by: MFGF on 23 Jul 2014 03:36:03 AM
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.
Title: Re: Export Cognos Reports from Report Studio through script
Post by: 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
Title: Re: Export Cognos Reports from Report Studio through script
Post by: MFGF on 24 Jul 2014 02:49:00 AM
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
Title: Re: Export Cognos Reports from Report Studio through script
Post by: 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
Title: Re: Export Cognos Reports from Report Studio through script
Post by: MFGF on 30 Jul 2014 10:27:11 AM
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.