Page 1 of 1
Update issue in View through Contributor
Posted: Thu Dec 08, 2011 5:28 pm
by manoj928
Hello All,
We are facing a strange issue while using contributor (TM1 9.5.2)
We have configured a flag in view, setting a Y value for flag will make all measures a read only for that specific record and for N, all with write access(editable). This works fine in TM1 Web and Architect, but now sure why not in Contributor.
Any suggestion , please let me know.
Thanks,
Manoj
Re: Update issue in View through Contributor
Posted: Thu Dec 08, 2011 11:30 pm
by jim wood
How are you making the measures read only / write? Are you using rules for security? We really need more detail from you before we can come close to helping you.
Re: Update issue in View through Contributor
Posted: Fri Dec 09, 2011 5:17 am
by manoj928
Actually, we created a cell Security cube for our main cube and there using rules, we have defined rule as :
['user group', {'Set of fields}] = S:IF(DB(Main Cube,.........,......, 'Flag') = 'Y' , Read, Write).
It works fine when you make any change in flag value using TM1 web or thru Architect. But using Contributor on same view, it just works for first time and for one record, not for any another record even after committing data. Not sure why.
Please let me know if you need any further info.
Thanks,
Manoj
Re: Update issue in View through Contributor
Posted: Fri Dec 09, 2011 1:27 pm
by jim wood
Security done by rules only works when you do a security refresh. You may be getting lucky within Architect dur to cached values. Have you tried doing it straight after a server restart? My guess is that contributor is not using the cached values when TM1 web and architect are.
Re: Update issue in View through Contributor
Posted: Fri Dec 09, 2011 1:29 pm
by jim wood
If you search you'll find plenty of information on the forum regarding security and rules. I myself built a workflow security model only 6 months ago. Originally it was in rules but I moved to TI after hitting the issue I mentioned above. If you search my posts you'll find it soon enough.
Re: Update issue in View through Contributor
Posted: Fri Dec 09, 2011 3:19 pm
by tomok
jim wood wrote:Security done by rules only works when you do a security refresh.
That is true except for one exception. cell level security, which is what the OP has used. Cell level security is not cached, which is one of the reasons it is so slow. I never use it unless absolutely forced to.