Issue with Parallel TI

Post Reply
habibullah.sayyed
Posts: 37
Joined: Mon Jul 29, 2019 12:01 pm
OLAP Product: TM1
Version: v10.x
Excel Version: excel 2016

Issue with Parallel TI

Post by habibullah.sayyed »

The parallel TI worked fine initially.
Recently I've observed that the same TI does not run on parallel(at times).
While when I run the same TI again after some time it runs on parallel.
It also runs on parallel when the server logs out after being inactive for sometime.

So what can be the problem, how can I fix?
User avatar
PavoGa
MVP
Posts: 617
Joined: Thu Apr 18, 2013 6:59 pm
OLAP Product: TM1
Version: 10.2.2 FP7, PA2.0.9.1
Excel Version: 2013 PAW
Location: Charleston, Tennessee

Re: Issue with Parallel TI

Post by PavoGa »

Are the threads going into a wait state while one finishes? If so, then probably a locking issue. A likely culprit is if this process is making any metadata changes.
Ty
Cleveland, TN
habibullah.sayyed
Posts: 37
Joined: Mon Jul 29, 2019 12:01 pm
OLAP Product: TM1
Version: v10.x
Excel Version: excel 2016

Re: Issue with Parallel TI

Post by habibullah.sayyed »

PavoGa wrote: Wed Oct 23, 2019 12:30 pm Are the threads going into a wait state while one finishes? If so, then probably a locking issue. A likely culprit is if this process is making any metadata changes.
NO, they are not going in wait, all of them terminate with the error message "view cannot be registered for the source cube".
This happens only sometimes, where as sometimes it runs fine.
Wim Gielis
MVP
Posts: 3118
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.0.9.18
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: Issue with Parallel TI

Post by Wim Gielis »

Are all your subset and view names unique ?
Best regards,

Wim Gielis

IBM Champion 2024
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
habibullah.sayyed
Posts: 37
Joined: Mon Jul 29, 2019 12:01 pm
OLAP Product: TM1
Version: v10.x
Excel Version: excel 2016

Re: Issue with Parallel TI

Post by habibullah.sayyed »

Wim Gielis wrote: Thu Oct 24, 2019 9:32 am Are all your subset and view names unique ?
YES...
Post Reply