Page 1 of 1
How to send an alert to users through TM1?
Posted: Fri Feb 08, 2013 10:19 am
by Anuradha
Dear All,
Is there a way we can let the business users know, through any of the TM1 application, to save their data before the server goes down?
Thanks,
Anu
Re: How to send an alert to users through TM1?
Posted: Fri Feb 08, 2013 10:25 am
by Alan Kirk
Anuradha wrote:Dear All,
Is there a way we can let the business users know, through any of the TM1 application, to save their data before the server goes down?
I'm of course assuming here that you're talking about it going down
intentionally; if it just tanks it's too late for them to save anyway.
Right click on the server icon in Server Explorer and select
Server Manager...
From there you can broadcast a message to connected clients.
NB: Not sure whether that works in Web, though... (It doesn't in my test environment but that's all on one Windows 7 machine rather than running on a real server. The manual is silent on this subject.)
Re: How to send an alert to users through TM1?
Posted: Fri Feb 08, 2013 10:57 am
by declanr
Alan Kirk wrote:
NB: Not sure whether that works in Web, though... (It doesn't in my test environment but that's all on one Windows 7 machine rather than running on a real server. The manual is silent on this subject.)
I tested this out recently through a server running CX10.1 and although it allowed me to select users who were only logged on via the web, it did NOT broadcast the message to them. Which is a bit annoying as I tend to build most applications using a web interface "nowadays".
I have historically always gone for a mixture of the "Broadcast Message" option but also try and keep an up to date list of all users in a one stop distribution email. Of course some of them won't actually check their emails but as long as you send it out far enough in advance you have done all you can do (or at least all I can usually be bothered to do.)
Re: How to send an alert to users through TM1?
Posted: Fri Feb 08, 2013 11:10 am
by Anuradha
Hi Alan, Thanks a lot

This really helps!
Hi declanr, Thanks

A group mail sent in advance saves a great deal.
Re: How to send an alert to users through TM1?
Posted: Fri Feb 08, 2013 11:16 am
by declanr
Anurahda,
Just noticed that you are using version 10.1... IBM finally got around to adding a built-in email system:
http://www-01.ibm.com/support/docview.w ... wg27035837
It's mainly for sending emails when an action changes within an Application (contributor) workflow but it would be quite easy to hack at it a bit OR probably even easier would be to set up a very "dummy" workflow based on a simple cube that all users are "Viewers" of and then you could have a predefined email set to send all viewers an email when YOU change something in the workflow.
If you look at the document above there are certain pre-requisites that you would need to set up and I will caveat this by saying it's just an idea and I haven't actually done it yet myself but it could be worth a try as it will keep it all within TM1 and then you can manage users emails within the system itself to keep things a little "tidier".
Declan
Re: How to send an alert to users through TM1?
Posted: Fri Feb 08, 2013 11:17 am
by lotsaram
For web applications we have a "system message" and "user message" cube, the contents of which are displayed prominently on the home page the user lands on when they log on to TM1 web. You can use the same concept in a Contributor application by making the first view tab in an application a string cube with instructions and messages as opposed to a view where they actually "do" something.
Still it would be nice if the web interfaces enabled a pop-up broadcast message ...