COGNOiSe.com - The IBM Cognos Community

Planning & Consolidation => COGNOS Controller => Topic started by: Conoscenti on 28 Jun 2010 01:47:00 AM

Title: Automating the Consolidation Process in Controller
Post by: Conoscenti on 28 Jun 2010 01:47:00 AM
Does anyone know if you can automate the consolidation of data within Controller from SQL similar to the functions we use to load and publish data?

It would be nice if we could load data, consolidate it, and publish it to the data-mart in one automated process.

Thanks in advance.

Andrew
Title: Re: Automating the Consolidation Process in Controller
Post by: Kognize on 28 Jan 2011 05:51:58 PM
You can use any standard ETL tool to load data from GLs directly into Controller, and trigger the Controller stored procedures to transfer the data from the staging cubes to the main cubes, and another stored procedure to consolidate the data. The consolidated data can then be trickle fed into a TM1 cube using the FAP, or alternatively reported on using Cognos BI once an appropriate FM model is has been built and published (its extremely annoying that IBM doesn't have an out of the box FM model for Controller nor the TM1 FAP cubes. >:()
Title: Re: Automating the Consolidation Process in Controller
Post by: IBMrc on 15 Oct 2013 06:44:26 AM
If the question was "Can you schedule the consolidations" then yes you can. When you create a new consolidation, use the GUI to schedule it to run at the day/time that you want it to.
:) Good luck :)
Title: Re: Automating the Consolidation Process in Controller
Post by: yurykon on 29 Oct 2013 09:54:42 AM
Quote from: Kognize on 28 Jan 2011 05:51:58 PM
...and another stored procedure to consolidate the data.

- What is the name of the stored procedure to consolidate data please?
any specific syntax, parameters?

Many thanks
Title: Re: Automating the Consolidation Process in Controller
Post by: IBMrc on 30 Oct 2013 07:13:41 AM
Unfortunately there is no stored procedure to generate/trigger a consolidation  :(
TIP: Look at previous consolidation jobs (which already existing in there) and you will soon work our which parameters correspond to which entry etc.
=> Your SQL guru should be able to create some kind of method to manually inject consolidation jobs into that table as you require it.

Naturally this bespoke solution would be officially unsupported, but it should work :-)

Good luck!
Title: Re: Automating the Consolidation Process in Controller
Post by: yurykon on 31 Oct 2013 02:42:03 AM
Cool!  :D

I'll look into it.

Thank you!