Page 1 of 1

Issue with Parallel TI

Posted: Wed Oct 23, 2019 6:30 am
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?

Re: Issue with Parallel TI

Posted: Wed Oct 23, 2019 12:30 pm
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.

Re: Issue with Parallel TI

Posted: Thu Oct 24, 2019 6:43 am
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.

Re: Issue with Parallel TI

Posted: Thu Oct 24, 2019 9:32 am
by Wim Gielis
Are all your subset and view names unique ?

Re: Issue with Parallel TI

Posted: Fri Nov 01, 2019 11:39 am
by habibullah.sayyed
Wim Gielis wrote: Thu Oct 24, 2019 9:32 am Are all your subset and view names unique ?
YES...