Page 1 of 1

Element Security cube rule: Is Skipcheck needed?

Posted: Thu Jul 22, 2010 3:56 am
by harrytm1
Hi all,

I create a rule for ElementSecurity cube to assign access to groups for a dimension "Product". Initially, I did not pull Skipcheck since it is a string cube.

However, everytime I open a cube view of the ElementSecurity cube, it takes a long time to generate the view. This was solved after I put Skipcheck in the rule.

Is this the correct way i.e. using Skipcheck in string cube, especially for a security-related cube?

Re: Element Security cube rule: Is Skipcheck needed?

Posted: Wed Jul 28, 2010 4:03 pm
by John Hammond
Unless you have a small cube you should always use Skipcheck. If you dont use it in a large cube it may bring down the server since number of feeder flags generated = n level elements in dim1 * n level elements in dim2 * etc can be more than grains of sand in the observable universe etc etc

Strangely though the cells in an element security cube do not have to be fed for the security to take effect. Mind you TM1 there are a lot of cases in TM1 where the feeders dont matter.

Re: Element Security cube rule: Is Skipcheck needed?

Posted: Thu Jul 29, 2010 2:01 am
by harrytm1
thanks for the reply.

I initially did not use Skipcheck since it is a string cube. However, after encountering slow view generation in the security cube, I decided to se Skipcheck.