RunProcess and threads

User avatar
mce
Community Contributor
Posts: 352
Joined: Tue Jul 20, 2010 5:01 pm
OLAP Product: Cognos TM1
Version: Planning Analytics Local 2.0.x
Excel Version: 2013 2016
Location: Istanbul, Turkey

Re: RunProcess and threads

Post by mce »

EvgenyT wrote: Mon May 06, 2019 12:17 am How about sequence orchestration by using Synchronized() ?
I started using this and works fine, except if the process rolls back.
In case of a roll-back operation the process releases the locks and before it starts again other processes that are conditioned to acquiring locks from this process takes the locks and start processing as if the process that rolls back had finished.
Therefore, need to make sure there wont be a roll back when relying on Synchronized(), but this is not always possible.
durand@bigpond.com
Posts: 3
Joined: Thu Sep 06, 2012 5:16 am
OLAP Product: Cognos TM1
Version: PA 2.0.3
Excel Version: 2016
Location: Adelaide, Australia

Re: RunProcess and threads

Post by durand@bigpond.com »

We are still on PA 2.0.3 with several TIs that call a bat file which uses TM1RUNTi. We are moving to 2.0.9.1 in the 4th Quarter and was wondering if TM1RUNTI will still be available, or does RunProcess replace it?
Post Reply