TM1 service restart times
Posted: Fri Mar 30, 2018 7:36 am
Hello all,
I have a question regarding the restart of a TM1 model. In a certain TM1 model (TM1 10.2.2 FP4) I recently did a restart of the model by going to Task Manager, kill the TM1 process, and start the service again in the Services panel. It took 3.5 hours before the service was ready and the model was ready for the users. In the logs, I've seen 1 or 2 earlier cases ofv such 'long' restarts in the past 2 years or so.
However, there's a weekly backup as well, scheduled through Task Manager to run every Sunday morning. It takes about 20-22 minutes, consistently, and the full model is ready again (as confirmed in the message log). The job runs a batch script:
@ECHO OFF
SET SERVICE=blahblahblah
( SC STOP %SERVICE% && SC start %SERVICE% ) || ( TIMEOUT /T 3600 /NOBREAK && SC start %SERVICE% )
Before going into the logs and comparing them, what might be causing this huge difference ? In cases of an unexpected restart during business hours, this is critical !
Thanks a lot for your insights and enjoy the Easter break !
I have a question regarding the restart of a TM1 model. In a certain TM1 model (TM1 10.2.2 FP4) I recently did a restart of the model by going to Task Manager, kill the TM1 process, and start the service again in the Services panel. It took 3.5 hours before the service was ready and the model was ready for the users. In the logs, I've seen 1 or 2 earlier cases ofv such 'long' restarts in the past 2 years or so.
However, there's a weekly backup as well, scheduled through Task Manager to run every Sunday morning. It takes about 20-22 minutes, consistently, and the full model is ready again (as confirmed in the message log). The job runs a batch script:
@ECHO OFF
SET SERVICE=blahblahblah
( SC STOP %SERVICE% && SC start %SERVICE% ) || ( TIMEOUT /T 3600 /NOBREAK && SC start %SERVICE% )
Before going into the logs and comparing them, what might be causing this huge difference ? In cases of an unexpected restart during business hours, this is critical !
Thanks a lot for your insights and enjoy the Easter break !