COGNOiSe.com - The IBM Cognos Community

Planning & Consolidation => COGNOS Planning => Topic started by: philelmousse on 06 Dec 2012 08:10:46 AM

Title: steps automations
Post by: philelmousse on 06 Dec 2012 08:10:46 AM
Hello,

I would like to know if it's possible to automate step like that in one batch :

- D-List update
- Synchronisation
- Import E-List
- Import Access table
- Import data
- GoToProduction
- Publish

Thanks
Title: Re: steps automations
Post by: ericlfg on 06 Dec 2012 10:18:05 AM
Hey,

Yes, that should be completely possible.  You would create one macro, and add the individual steps you require to this macro.  When you execute the macro, it will execute each step in order.  You will likely want to add a 'wait for any job' step setup against the application you just GTP'd (as the reconcile will need time to complete) just before the Publish step.  Alternatively you could set the wait inside the GTP step.
Title: Re: steps automations
Post by: philelmousse on 13 Dec 2012 07:46:06 AM
Thanks I will try that