Problem with rules on security cubes in TM1 9.5.1
Posted: Mon Mar 21, 2011 12:15 pm
The following is an example of a very simple rule on }DimensionSecurity that worked perfectly in TM1 9.0
We are currently testing for an upgrade to TM1 9.5.1 and our cube, dimension and element security rules have all stopped working.
If I look at the data in the }...security cubes then things look fine, but if I check the security through the TM1 security screens then the rules seem to have no impact. Creating a test user has also proven that the security rules are not working.
I have tried performing security refreshes, adding FEEDSTRINGS to the rules and dropping then recreating the rules, with no effect.
Has anybody else come across this issue in 9.5.1?
Code: Select all
[{'CHANGE',
'FULLREAD',
'LATE_ADJ',
'READ_ONLY',
'RolloverFinal'}] = S: 'READ';
If I look at the data in the }...security cubes then things look fine, but if I check the security through the TM1 security screens then the rules seem to have no impact. Creating a test user has also proven that the security rules are not working.
I have tried performing security refreshes, adding FEEDSTRINGS to the rules and dropping then recreating the rules, with no effect.
Has anybody else come across this issue in 9.5.1?