If you are unable to create a new account, please email support@bspsoftware.com

Author Topic: Automating the Consolidation Process in Controller  (Read 10485 times)

Conoscenti

  • Guest
Automating the Consolidation Process in Controller
« 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

Kognize

  • Guest
Re: Automating the Consolidation Process in Controller
« Reply #1 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. >:()

IBMrc

  • Guest
Re: Automating the Consolidation Process in Controller
« Reply #2 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 :)

yurykon

  • Guest
Re: Automating the Consolidation Process in Controller
« Reply #3 on: 29 Oct 2013 09:54:42 am »
...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

IBMrc

  • Guest
Re: Automating the Consolidation Process in Controller
« Reply #4 on: 30 Oct 2013 07:13:41 am »
Unfortunately there is no stored procedure to generate/trigger a consolidation  :(
  • However, you should be able to manually create consolidation batch jobs by creating an entry inside the relevant SQL table ("xbatchqueue").
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!
« Last Edit: 30 Oct 2013 07:16:29 am by IBMrc »

yurykon

  • Guest
Re: Automating the Consolidation Process in Controller
« Reply #5 on: 31 Oct 2013 02:42:03 am »
Cool!  :D

I'll look into it.

Thank you!