Hi ,
We have enabled MTQ in one of our TM1 instance for testing purpose. We have a dimension update TI process, I have executed this TI process with and without MTQ.
With MTQ it completes normally without any errors and time taken is 5 mins
Without MTQ=2, TI process hangs and it does not complete,
I monitored TM1Server.log, there is no other activity which is going on.
I monitored Task Manager --> Performance --> CPU utilization is not high.
Apart from adding MTQ in tm1s,cfg, is there any other setting that I need to include in TM1s.cfg to enable MTQ.
Thanks,
Radhika
10.2.2 - MTQ
- qml
- MVP
- Posts: 1098
- Joined: Mon Feb 01, 2010 1:01 pm
- OLAP Product: TM1 / Planning Analytics
- Version: 2.0.9 and all previous
- Excel Version: 2007 - 2016
- Location: London, UK, Europe
Re: 10.2.2 - MTQ
MTQ is switched on by just that one parameter and is in no way relevant to TI processes or dimension updates, so I would say in all likelihood the MTQ setting is a red herring in your case and the TI hangs for another reason. You need to debug it, e.g. by turning on more verbose logging into tm1server.log, or, by doing ASCIIOUTPUTs at key points in your code. It's also not impossible that you found a defect, but if I were a betting man I would bet my money on a problem with your code.
Kamil Arendt