
Explanation/Reference:
Note:
* A member of the server role for Microsoft SQL Server Analysis Services, or a member of a database role that has Full Control (Administrator) permissions in a particular database, can create a database role that only has permission to process specified objects within the database. Giving a database role permission to process a database object lets an administrator delegate the task of processing certain objects, without also granting extraneous permissions to the user who is performing the processing.
* To give a database role permission to process a cube
1. In SQL Server Management Studio, connect to the instance of Analysis Services, expand Roles for the appropriate database in Object Explorer, and then double-click a database role (or right-click Roles and select New Role to create a new database role). If this is a new role, make sure that you enter a name for the role in the Role name box.
2. Click Cubes in the Select a Page pane, locate the cube in the Cube list, and then select the Process check box for the cube.
3. Click the OK button.
* There is no write permissions on a cube.
Reference: Grant Process Permissions on an Analysis Services Multidimensional Database