Problem with Security Cube setting
Posted: Thu Aug 06, 2009 10:29 am
I have a dimension level Security Cube
}ElementSecurity_Customer
I granted the corresponding right to the client Sales1 .
So that Sales1 can view and edit the Cube. [Attached screen shot]
I can manually update the cube with READ , WRITE ,ADMIN ,LOCK...etc
However , if i create a proccess to cellPuts the value , the following error exist
Error: Prolog procedure line (5): Execution was aborted. No Security Access for "CellPutS".
Did anyone try this before ?
}ElementSecurity_Customer
I granted the corresponding right to the client Sales1 .
So that Sales1 can view and edit the Cube. [Attached screen shot]
I can manually update the cube with READ , WRITE ,ADMIN ,LOCK...etc
However , if i create a proccess to cellPuts the value , the following error exist
Code: Select all
CellPutS ('READ','}ElementSecurity_Customer','Others_228','Sales1');
Did anyone try this before ?