Updating cubes across different applications with TI

Post Reply
Rtel
Posts: 59
Joined: Tue Nov 13, 2018 10:15 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2013

Updating cubes across different applications with TI

Post by Rtel »

Hi, I am writing a TI to update data in a cubes in one application. This needs to be followed by change data in a cube in another application also.

So is it possible to write a TI process to update values in a cube in a different application ?

or

How can I have a TI process from one application call another TI process from another application and pass a string parameter. ?

Thanks

Rtel
ascheevel
Community Contributor
Posts: 287
Joined: Fri Feb 15, 2013 5:49 pm
OLAP Product: TM1
Version: PA 2.0.9.1
Excel Version: 365
Location: Minneapolis, USA

Re: Updating cubes across different applications with TI

Post by ascheevel »

You can use RunTI to call a TI process on another TM1 server. You can pass parameters to the called process when using RunTI.

https://www-01.ibm.com/support/docview. ... 6543&aid=1
Wim Gielis
MVP
Posts: 3113
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.0.9.18
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: Updating cubes across different applications with TI

Post by Wim Gielis »

What do you mean with Application ? A websheet / view / ... or is a TM1 server (model) ?

It it's a different model you could look at TM1RunTI.exe (or similar solutions but TM1RunTI.exe is the basis).
Best regards,

Wim Gielis

IBM Champion 2024
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Rtel
Posts: 59
Joined: Tue Nov 13, 2018 10:15 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2013

Re: Updating cubes across different applications with TI

Post by Rtel »

Hello All, Thanks for your responses. I will explore the direction provided.

Hi Wim, by 'Application' I meant a TM1 server modal.

Thanks

Rtel
Post Reply