Page 1 of 1

Updating cubes across different applications with TI

Posted: Thu Jun 06, 2019 3:30 pm
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

Re: Updating cubes across different applications with TI

Posted: Thu Jun 06, 2019 3:36 pm
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

Re: Updating cubes across different applications with TI

Posted: Thu Jun 06, 2019 4:00 pm
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).

Re: Updating cubes across different applications with TI

Posted: Mon Jun 10, 2019 3:51 pm
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