TM1 Web Deployment

Post Reply
aravind.cgns
Posts: 51
Joined: Sun Sep 11, 2016 1:55 pm
OLAP Product: Cognos Tm1
Version: 10.2,11
Excel Version: 2007

TM1 Web Deployment

Post by aravind.cgns »

Hi Guys,

I have a requirement where i have to access my Control Cubes and TI Process from performance modeler in TM1 web. I should get access to Cube/Cube Views so that i can input my values in to cube. After i fill in the input values into my control cubes i have to execute my TI process, once it is executed i should get notification via mail stating the process got executed successfully. please provide some inputs in achieving this.

Thanks,
Arvind
emma
Posts: 14
Joined: Thu Jan 26, 2017 9:57 am
OLAP Product: 11.2.0.3.0
Version: 10.2.20400.80
Excel Version: 2007

Re: TM1 Web Deployment

Post by emma »

you can use function CellIsUpdateable and make your ti send mail to you if CellIsUpdateable return 1 (success)
http://www.tm1forum.com/viewtopic.php?t=11815 <- how to send mail
Wim Gielis
MVP
Posts: 3114
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: TM1 Web Deployment

Post by Wim Gielis »

aravind.cgns wrote:Hi Guys,

I have a requirement where i have to access my Control Cubes and TI Process from performance modeler in TM1 web. I should get access to Cube/Cube Views so that i can input my values in to cube. After i fill in the input values into my control cubes i have to execute my TI process, once it is executed i should get notification via mail stating the process got executed successfully. please provide some inputs in achieving this.

Thanks,
Arvind
What code did you already write?
If you search the forum you will find similar topics.
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
aravind.cgns
Posts: 51
Joined: Sun Sep 11, 2016 1:55 pm
OLAP Product: Cognos Tm1
Version: 10.2,11
Excel Version: 2007

Re: TM1 Web Deployment

Post by aravind.cgns »

Thanks for the reply Wim, Can we deploy the TI Process in to TM1 Web?? I have a requirement where i need to Execute TI process from TM1 Web.

Thanks,
Arvind
Wim Gielis
MVP
Posts: 3114
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: TM1 Web Deployment

Post by Wim Gielis »

You would use an action button then.
Again, please browse the forum and read the product documentation because this is elementary.
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
babytiger
Posts: 78
Joined: Wed Jul 31, 2013 4:32 am
OLAP Product: Cognos TM1, EP, Analyst
Version: 10.2.2
Excel Version: 2013
Location: Sydney AU

Re: TM1 Web Deployment

Post by babytiger »

aravind.cgns wrote:I have a requirement where i have to access my Control Cubes and TI Process from performance modeler in TM1 web.
This doesn't make sense. They both are clients of TM1, and I don't think they walk to each.
MK
David Usherwood
Site Admin
Posts: 1454
Joined: Wed May 28, 2008 9:09 am

Re: TM1 Web Deployment

Post by David Usherwood »

Slightly adjusted:
aravind.cgns wrote:
I have a requirement where i have to access my Control Cubes and TI Process created in performance modeler in TM1 web.
This doesn't make sense. They both are clients of TM1, and I don't think they walk to each.
As Wim says, this is TM1 developer 101 - Control Cube slice on a worksheet, add an Action Button to run the TI, save in an applications folder, open in TM1 Web.
aravind.cgns
Posts: 51
Joined: Sun Sep 11, 2016 1:55 pm
OLAP Product: Cognos Tm1
Version: 10.2,11
Excel Version: 2007

Re: TM1 Web Deployment

Post by aravind.cgns »

Thanks Wim, Thanks David,

I have created an Application which uses my cube views and i have created a websheet with action button which calls the TI process and deployed the application. It worked well.

Thank You All Guys :D

Thanks,
Arvind
Post Reply