TM1 User Locks

Post Reply
MarenC
Regular Participant
Posts: 349
Joined: Sat Jun 08, 2019 9:55 am
OLAP Product: Planning Analytics
Version: Planning Analytics 2.0
Excel Version: Excel 2016

TM1 User Locks

Post by MarenC »

Hi,

I just a few questions about TI process locking. I am asking this because I want to build a number of user processes that users can run on the web and want to know how to avoid any locking. Please assume that Parallel Interaction is enabled.

Example A (no meta data updates):

I create a process that puts values to a cube and the process creates views on the fly using hard coded view and subset names.
User A runs the process and immediately after User B runs the process. Will User B be locked out until User A's process has completed?

Example B (no meta data updates):

I create a process that puts values to a cube and the process creates views on the fly using dynamic view and subset names, i.e. includes the user name in the view and subset name.
User A runs the process and immediately after User B runs the process. Will User B be locked out until User A's process has completed?

I would understand in Example A User B being locked out and would expect in Example B that User B will not be locked out because the View and Subset names are not identical. Are my assumptions correct?

Maren
User avatar
paulsimon
MVP
Posts: 808
Joined: Sat Sep 03, 2011 11:10 pm
OLAP Product: TM1
Version: PA 2.0.5
Excel Version: 2016
Contact:

Re: TM1 User Locks

Post by paulsimon »

Hi Maren

When creating the views and subsets on the fly, try creating temporary subsets and views. It doesn't matter what they are called since they only exist within the user's session and for the duration of the process. We found that this gave a dramatic reduction in locking. If you create permanent subsets and views then that is a meta data operation and it will cause locking.

Regards

Paul Simon
Wim Gielis
MVP
Posts: 3113
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: TM1 User Locks

Post by Wim Gielis »

What is the purpose of the views and subsets ? Used in the process to copy data and so a zero out, or views that will be used later in by the user ? If the latter, views and subsets need to be permanent. If the former, indeed, you should use temporary objects.
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
Post Reply