Parallel execution of TI Processes

Post Reply
EP_explorer
Regular Participant
Posts: 221
Joined: Sat Dec 04, 2010 2:35 pm
OLAP Product: PAL
Version: 2.0.9
Excel Version: 2016

Parallel execution of TI Processes

Post by EP_explorer »

I'm faced with the next situation

TM1 server which installed on server with several processor cores. TM1 Application (Contributor application). In application users launch TI processes by click on buttons. And as I see when first user launch TI process it is executed on 1 processor core. When second user launch TI process, it is waiting the end of first process and only after it starts and executing on the same processor core. And other cores are free in this times.

Is it possible to tune TM1 that it starts using other cores in this situation?
declanr
MVP
Posts: 1831
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: Parallel execution of TI Processes

Post by declanr »

Declan Rodger
EP_explorer
Regular Participant
Posts: 221
Joined: Sat Dec 04, 2010 2:35 pm
OLAP Product: PAL
Version: 2.0.9
Excel Version: 2016

Re: Parallel execution of TI Processes

Post by EP_explorer »

in .cfg file put ParallelInteraction=T
by default - so apparently the thing is in something else.
David Usherwood
Site Admin
Posts: 1458
Joined: Wed May 28, 2008 9:09 am

Re: Parallel execution of TI Processes

Post by David Usherwood »

Think you need to read the whole of the IBM best practice note, especially as regards locking, and look at what's going on in your server log.
User avatar
jameswebber
Community Contributor
Posts: 188
Joined: Sun Nov 21, 2010 8:00 pm
OLAP Product: Cognos Express 10
Version: CE 10.1.1
Excel Version: 2010
Location: Wellington, New Zealand
Contact:

Re: Parallel execution of TI Processes

Post by jameswebber »

There is a good section on this in the new IBM tm1 book,
But check out this it might help (thanks to Ben Hill http://blog.tm1tutorials.com/?p=431)
Also what version of Tm1 9.5 are you on?
Post Reply