when chore fail

Post Reply
Moh
Posts: 43
Joined: Fri Aug 01, 2014 5:17 pm
OLAP Product: Cognos
Version: 10.1.1
Excel Version: 2010

when chore fail

Post by Moh »

Good morning Gentleman,I have a chore which include four independent processes and is running as single commit .what happen if second process fails,would chore fails and third and fourth process run or they not.I also want to know the same scenario if processes are dependent say second process is dependent on first process.please explain.
User avatar
Steve Rowe
Site Admin
Posts: 2423
Joined: Wed May 14, 2008 4:25 pm
OLAP Product: TM1
Version: TM1 v6,v7,v8,v9,v10,v11+PAW
Excel Version: Nearly all of them

Re: when chore fail

Post by Steve Rowe »

Have you tried testing by adding ProcessQuit to your TI or by otherwise triggering the errors you are concerned about?

There are many different ways a TI can error so it is probably a good idea for you to perform some tests yourself to get a good understanding of the behaviour.

Cheers,
Technical Director
www.infocat.co.uk
Moh
Posts: 43
Joined: Fri Aug 01, 2014 5:17 pm
OLAP Product: Cognos
Version: 10.1.1
Excel Version: 2010

Re: when chore fail

Post by Moh »

Thank you sir,i want to know chore behaviour on both situation i have mentioned in my question.please explain me on that context
tomok
MVP
Posts: 2832
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: when chore fail

Post by tomok »

TM1 has no concept of dependent or independent processes. There are only so if you actively do something in the coding of them that makes them so. Since I know literally nothing about the processes in question I can't possibly answer your question.
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
BrianL
MVP
Posts: 264
Joined: Mon Nov 03, 2014 8:23 pm
OLAP Product: TM1
Version: 9.5.2 10.1 10.2 PA2
Excel Version: 2016

Re: when chore fail

Post by BrianL »

Something like a major error or ProcessQuit/ProcessError call will stop executing the current TI process and with a single commit mode chore no further TI processes will execute.

So if you call ProcessQuit in the 2nd TI of the single commit mode chore, then the 3rd and 4th TI processes will not run.
Moh
Posts: 43
Joined: Fri Aug 01, 2014 5:17 pm
OLAP Product: Cognos
Version: 10.1.1
Excel Version: 2010

Re: when chore fail

Post by Moh »

Thank you sir,this clear my doubt
pundlesnorf
Posts: 2
Joined: Fri Aug 21, 2015 3:51 pm
OLAP Product: TM1
Version: Current
Excel Version: 13

Re: when chore fail

Post by pundlesnorf »

Off topic, but "Dear Gentlemen"?

There are many very well experienced TM1 developers who are female (I'm not one of them, but know some pretty heavy hitters in the TM1 space).
User avatar
qml
MVP
Posts: 1094
Joined: Mon Feb 01, 2010 1:01 pm
OLAP Product: TM1 / Planning Analytics
Version: 2.0.9 and all previous
Excel Version: 2007 - 2016
Location: London, UK, Europe

Re: when chore fail

Post by qml »

pundlesnorf wrote:Off topic, but "Dear Gentlemen"?
The Gregg Reference Manual: A Manual of Style, Grammar, Usage, and Formatting suggests never to use the word 'Gentlemen' without also using 'Ladies' in the same sentence and that's probably a good rule of thumb. Alternatively, one could always try to be edgy and cute and write 'Gentlepersons'. 8-)
Kamil Arendt
tomok
MVP
Posts: 2832
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: when chore fail

Post by tomok »

pundlesnorf wrote:Off topic, but "Dear Gentlemen"?

There are many very well experienced TM1 developers who are female (I'm not one of them, but know some pretty heavy hitters in the TM1 space).
I wouldn't get too up in arms about that apparent gaffe. English appears to be the fourth or fifth language for many of the posters so I'm pretty sure it was unintentional.
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
Post Reply