Chore scheduling

Post Reply
kenship
Regular Participant
Posts: 194
Joined: Thu May 30, 2013 1:41 pm
OLAP Product: Cognos
Version: Planning Analytics 2.0.7
Excel Version: 2010

Chore scheduling

Post by kenship »

TM1 10.2

I have 8 chores that runs around the clock every 20 min. About 20 TI processes in total.

I would like to add 3 TI processes that run only once per day during the night. I wonder if there's any way that I can stop the 8 chores for a 20 min. window then re-activate it.

Kenneth
declanr
MVP
Posts: 1815
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: Chore scheduling

Post by declanr »

You can add an extra process that checks the start time and if its between a certain boundary just quit the chore.
This way it would still run but it should take less than a second for it to quit back out.
Declan Rodger
kenship
Regular Participant
Posts: 194
Joined: Thu May 30, 2013 1:41 pm
OLAP Product: Cognos
Version: Planning Analytics 2.0.7
Excel Version: 2010

Re: Chore scheduling

Post by kenship »

Thanks for that. Mind to tell me the function name in TI?
declanr
MVP
Posts: 1815
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: Chore scheduling

Post by declanr »

ChoreQuit quits a chore with an error message.

If you want it without error messages you can look into just having the one wrapper process assess the time and then execute the other processes via if statement.
Declan Rodger
kenship
Regular Participant
Posts: 194
Joined: Thu May 30, 2013 1:41 pm
OLAP Product: Cognos
Version: Planning Analytics 2.0.7
Excel Version: 2010

Re: Chore scheduling

Post by kenship »

Thanks and I'll look into it.
Darkhorse
Posts: 141
Joined: Wed Mar 09, 2011 1:25 pm
OLAP Product: TM1
Version: 10.2.2
Excel Version: 2003 2007 2010 2013

Re: Chore scheduling

Post by Darkhorse »

Hi Kenship

have you tried creating a Chore Manager TI that runs every hour/20 minutes and runs your TI's in the order you specify rather than quitting chores etc?
kenship
Regular Participant
Posts: 194
Joined: Thu May 30, 2013 1:41 pm
OLAP Product: Cognos
Version: Planning Analytics 2.0.7
Excel Version: 2010

Re: Chore scheduling

Post by kenship »

Hi,

We already use chore management in TI, I implemented the above and works perfectly.

Thks.

Ken
Darkhorse wrote:Hi Kenship

have you tried creating a Chore Manager TI that runs every hour/20 minutes and runs your TI's in the order you specify rather than quitting chores etc?
Post Reply