How to alert user if the TI process run ok?

Post Reply
GregaJ
Posts: 4
Joined: Wed Jun 16, 2010 7:58 am
OLAP Product: TM1, SSAS
Version: 9.4 9.5 2000-2008
Excel Version: 2000-2010

How to alert user if the TI process run ok?

Post by GregaJ »

Hi,

Is there a possibility to give user feedback if they run some TI process trough TM1 web - like some dialog box that it is ok?

Can this be done somehow in Excel, because I can call a TI process inside some other TI process and get the result value of ExecuteProcess and based on this call some VB or smt?

Thank you and regards

Grega
User avatar
George Regateiro
MVP
Posts: 326
Joined: Fri May 16, 2008 3:35 pm
OLAP Product: TM1
Version: 10.1.1
Excel Version: 2007 SP3
Location: Tampa FL USA

Re: How to alert user if the TI process run ok?

Post by George Regateiro »

I could be over simplifying this but if you are testing the return value in the Main TI for all the sub processes that are called could you not just utilize the ProcessError function. This would cause the action button to return the default error message if something happened in one of the child process. If all the child process tested successfully then the main process would end normally retruning the process completed successfully message.

If more detail is needed then you will have to implement some sort of email functionality, just search the forum for some examples.
kpk
MVP
Posts: 214
Joined: Tue Nov 11, 2008 11:57 pm
OLAP Product: TM1, CX
Version: TM1 7x 8x 9x 10x CX 9.5 10.1
Excel Version: XP 2003 2007 2010
Location: Hungary

Re: How to alert user if the TI process run ok?

Post by kpk »

"Is there a possibility to give user feedback if they run some TI process trough TM1 web - like some dialog box that it is ok?"
Hello,
Have you tried the Action Button? It can be used on a TM1web interface as well.
Regards,
Peter
Best Regards,
Peter
Post Reply