we have a model which will have around 500 users who's access will be defined by Cost center (5000 elements). Actually we dont want to create 500 groups to define access.
Instead we created a custom cube 'WS&GCA_AccessControl' with CC , Groups and Users which will help us to define the access to cost center.
in element level security cube for CC , we have written the following rule
Everything is working fine till now. When user logs in the access is getting defined. But when the server is restarted , it is not coming up & we are forced to remove the above rule to bring the server up.['Input_Write']=S:IF(DB('WS&GCA_AccessControl','Input_Write',TM1user(),!Cost Centre)=1,'WRITE',STET);
We think the server is not coming up because of the TM1User() function which is used.
Is there any work around by which we can remove the TM1User() from the rule ? Or we we have to create 500 groups to define the security ?
Any suggestions are welcome !!!
Regards
Anoop