TM1 Service Hang - Unable to Stop/Start

Post Reply
VPKR
Posts: 19
Joined: Thu Jul 12, 2012 4:34 pm
OLAP Product: IBM Cognos TM1
Version: 10.2.2.4
Excel Version: 2010

TM1 Service Hang - Unable to Stop/Start

Post by VPKR »

Hello,

Our TM1 server will automatically restart everyday @ 7AM. But today the server service was not properly stopped automatically and it was hung with the status "Stopping". Please see the attachment.
The actions as Stop/Start/Restart are disabled.
Anybody please let me know the reason why this happened and solution to fix this.

Thank You
Attachments
TM1Service.jpg
TM1Service.jpg (39.33 KiB) Viewed 7118 times
tomok
MVP
Posts: 2836
Joined: Tue Feb 16, 2010 2:39 pm
OLAP Product: TM1, Palo
Version: Beginning of time thru 10.2
Excel Version: 2003-2007-2010-2013
Location: Atlanta, GA
Contact:

Re: TM1 Service Hang - Unable to Stop/Start

Post by tomok »

You read the request for assistance guidelines right? If that's the case can you explain why you have provided almost no information whatsoever? We're not clairvoyant.
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
jstrygner
MVP
Posts: 195
Joined: Wed Jul 22, 2009 10:35 pm
OLAP Product: TM1
Version: 9.5.2 FP3
Excel Version: 2010

Re: TM1 Service Hang - Unable to Stop/Start

Post by jstrygner »

Reason would be hard to guess here.
What you can try to do in such a case is to go to Task Manager and hard kill tm1sd.exe process.
The risk is, if you have more than one TM1 servers running as serivces, you might not know which one it is.
A hint to figure out the proper one could be RAM consumption shown also in Task Manager.
failurehappening
Posts: 78
Joined: Tue Nov 30, 2010 1:18 am
OLAP Product: TM1
Version: 10.2.2
Excel Version: 2010

Re: TM1 Service Hang - Unable to Stop/Start

Post by failurehappening »

If you do have more than one instance running as a service, the best way to find out which process to kill from task manager is to open up a command prompt and type

Code: Select all

tasklist /svc
This will list out the PID and name of all the services currently running, scan through the list until you see the name of the instance you want to get rid of and note the PID. Then you can either open up task manager, ensure you are viewing the additional column PID (Processor Identifier), then find the correct PID and right click end process or if you're more of a command line kinda person just type

Code: Select all

taskkill /PID 1234
where 1234 is the PID of the process you want to kill
RHR
RSK
Posts: 49
Joined: Mon Oct 08, 2012 12:02 pm
OLAP Product: TM1 10.1.1
Version: TM1 10.1.1
Excel Version: 2010

Re: TM1 Service Hang - Unable to Stop/Start

Post by RSK »

Does your TM1 Admin server exist on another box? I've had this when can't reach the admin server.
!TM1Rules
Posts: 11
Joined: Thu Dec 06, 2012 3:51 am
OLAP Product: TM1\Cognos Express
Version: All
Excel Version: 2013 + 2016
Location: Sydney, Australia

Re: TM1 Service Hang - Unable to Stop/Start

Post by !TM1Rules »

Sometimes corrupt log files can cause issues i.e. tm1s.log and tm1s_logger.log.

Try this to resolve issue;

1) Backup all log file from your logging directory i.e. compressed zip file.

2) Delete all original log files i.e. ALL files ending in *.log

3) Create two new text files in your logging directory called tm1s.txt and tm1s_logger.txt

4) Rename both of these newly created files tm1s.log and tm1s_logger.log

5) Attempt to restart Tm1 server via windows server.

This may not resolve the issue but it is certainly worth a try.


Regards,
!TM1Rules
Post Reply