Page 1 of 1

TM1 server status during start

Posted: Tue Jun 24, 2014 10:35 am
by deepakjain2020
Hi All,

Are we having anyway to check the status of TM1 instance when the server is starting up?
We can see the details in TM1 server log, but when we open it the latest updates will not be available, right?

Regards,
Deepak Jain

Re: TM1 server status during start

Posted: Tue Jun 24, 2014 10:40 am
by Alan Kirk
deepakjain2020 wrote: Are we having anyway to check the status of TM1 instance when the server is starting up?
We can see the details in TM1 server log, but when we open it the latest updates will not be available, right?
Get yourself a copy of Notepad++ and open the server log in that. Switch away from the Notepad++ application (or to another tab in it) periodically, then back to the tab that the server log is on. If any new content has been written to the server log since the last time you looked Notepad++ will tell you and ask whether you want to reload the updated file. It doesn't show you the details in real time but it's pretty close.

If you need it in real-real time, it wouldn't be hard to knock together something in VB.Net that would do it, but in most cases that would be overkill.

Re: TM1 server status during start

Posted: Tue Jun 24, 2014 10:50 am
by deepakjain2020
Thanks Alan :)