Checkpoint restart in TI process

Post Reply
User avatar
rahul1tm1
Posts: 5
Joined: Wed Mar 14, 2012 4:07 pm
OLAP Product: Cognos TM1
Version: 9.5.1
Excel Version: 2003 2007
Location: Portland, OR, USA

Checkpoint restart in TI process

Post by rahul1tm1 »

Hi All,

Is there any checkpoint restart in TI process? Can such logic be implemented by intermittently comitting long batch process (with some finite UOW) so that work is not lost in case of process aborts or hangs.

Thanks,
Rahul
Best Regards,
Rahul
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: Checkpoint restart in TI process

Post by tomok »

No, not inside a single process. If your processing can be split into several distinct TI processes you could group them together in a chore and have a SaveDataAll interpersed between the different processes,
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
User avatar
rahul1tm1
Posts: 5
Joined: Wed Mar 14, 2012 4:07 pm
OLAP Product: Cognos TM1
Version: 9.5.1
Excel Version: 2003 2007
Location: Portland, OR, USA

Re: Checkpoint restart in TI process

Post by rahul1tm1 »

tomok wrote:No, not inside a single process. If your processing can be split into several distinct TI processes you could group them together in a chore and have a SaveDataAll interpersed between the different processes,
Thanks!
Best Regards,
Rahul
Post Reply