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