Page 2 of 2

Re: RunProcess and threads

Posted: Sat Jun 15, 2019 8:30 am
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.

Re: RunProcess and threads

Posted: Wed Aug 26, 2020 1:44 am
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?