Running process locks cube from Read

Post Reply
A.Pete
Posts: 38
Joined: Fri May 18, 2012 7:06 pm
OLAP Product: TM1 , transformer
Version: 9.5 + 10.1 + 10.2 + 10.2.1
Excel Version: 2010 + 2008
Location: Sweden

Running process locks cube from Read

Post by A.Pete »

Hi gurus

Im trying to run a process that updates Cube A. At the same time users are reading, using Cognos 10 BI, from Cube B and since there are No rules or feeders between these cubes I thought i could run the process without it affecting users reading from Cube B. What happens is that anything running (reports analysis etc) based on Cube B will just wait for the job to finish on Cube A. As soon as the job finishes the users can work with Cube B again.

Both cubes are on the same TM1 server.

I checked the ParallellInteraction in tm1s.cfg and its set to true so that should not be the issue.

Anyone got an idea here?

/P
User avatar
jim wood
Site Admin
Posts: 3958
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Re: Running process locks cube from Read

Post by jim wood »

Are you doing any meta changes within the process? By that I mean dimension or subset updates? Is the process running within a chore that also has meta updates within it?
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
A.Pete
Posts: 38
Joined: Fri May 18, 2012 7:06 pm
OLAP Product: TM1 , transformer
Version: 9.5 + 10.1 + 10.2 + 10.2.1
Excel Version: 2010 + 2008
Location: Sweden

Re: Running process locks cube from Read

Post by A.Pete »

Hi

No Im only loading data to cube A. The dimensions are shared between the two cubes though, which I missed to inform.

/P
User avatar
jim wood
Site Admin
Posts: 3958
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Re: Running process locks cube from Read

Post by jim wood »

I wonder if it has something to do with BI loading all it's meta data before displaying the view? Have you tried loading cube A while somebody views cube b in perspectives?
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
A.Pete
Posts: 38
Joined: Fri May 18, 2012 7:06 pm
OLAP Product: TM1 , transformer
Version: 9.5 + 10.1 + 10.2 + 10.2.1
Excel Version: 2010 + 2008
Location: Sweden

Re: Running process locks cube from Read

Post by A.Pete »

Have not tried that but since it soes not even work to browse the cubes dimensions in BI when the process is running.

/P
PlanningDev
Community Contributor
Posts: 349
Joined: Tue Aug 17, 2010 6:31 am
OLAP Product: Planning Analytics
Version: 2.0.5
Excel Version: 2016

Re: Running process locks cube from Read

Post by PlanningDev »

I vaguely remember something about the way logging was set causing issues with locking.

At one point during testing we had to actually create a dummy if statement around the generated statement that included the CUBESETLOGCHANGES. Basically if(1>2) kind of thing. Then you either have to write to the logging cube directly through a cellput.

You could try seeing if you can avoid the CUBESETLOGCHANGES command and test. Not sure if this is still an issue but might be worth a try.
Post Reply