I am developing SSAS cubes for a customer. Now I am developing on my PC in my company’ domain. Is it possible to define roles and security options based on my customer’s domain and active directory groups?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, if you cannot add them through the designer, it is possible to edit the source XML files of your AS project. Roles are saved in your solution directory in files with the ‘.role’ file extension.
Modify the members of your role using this XML construct:
It might also be a good idea to predefine your roles, but let your server administrator/DBA add members to them in production.
Afterwards, you can deploy new versions of your SSAS database while retaining the security settings on your cube through Analysis Services Deployment wizard.