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
TM1 server status during start
-
- Regular Participant
- Posts: 152
- Joined: Sat May 25, 2013 10:32 am
- OLAP Product: TM1
- Version: 9.5.2; 10.2.2
- Excel Version: 2007
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: TM1 server status during start
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.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?
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.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-
- Regular Participant
- Posts: 152
- Joined: Sat May 25, 2013 10:32 am
- OLAP Product: TM1
- Version: 9.5.2; 10.2.2
- Excel Version: 2007
Re: TM1 server status during start
Thanks Alan 
