Page 1 of 1
Stop TM1 running process
Posted: Wed Mar 24, 2010 10:46 pm
by Dimitri
Hi,
I have the processes which run 1-2 hours.
Does anobody know if it is possible to stop TM1 running process without rebooting the server?
Thank you,
Dimitri
Re: Stop TM1 running process
Posted: Wed Mar 24, 2010 11:23 pm
by LoadzaGrunt
You have three options:
TM1 Top - use the C command to stop the ExecuteProcess thread
Services - stop the TM1 service
Task Manager - kill the tm1sd.exe process underlying your service
Stopping the service is preferable to killing the .exe, but using TM1 Top is the least disruptive method
Re: Stop TM1 running process
Posted: Thu Mar 25, 2010 12:35 am
by Dimitri
Thank you Grunt,
The last two options actually stop the whole server? And it will be nesessary to start it agaig,
disrupting the work of users.
I will try C command.
Re: Stop TM1 running process
Posted: Thu Mar 25, 2010 2:17 am
by LoadzaGrunt
Yes, the last two options stop the entire TM1 server (not server as in the actual physical box), and this may be disruptive to other people who are using TM1 at the time your process is running. However, it might be that your process is actually preventing anyone else using TM1.
Using the C command in TM1 Top does not always stop a process that is having problems but it is very much worth while giving it a go.
Re: Stop TM1 running process
Posted: Fri Mar 26, 2010 6:54 am
by Wim Gielis
Hi
Perhaps not the answer you wanted (Grunt helped you already), but do you know why it takes 1-2 hours? Is this normal? Are there certain factors that lead to such a long time to execute the process? Do you turn off cube logging temporarily? And so on.
Wim