Microstrategy Multi-tenancy Architecture - Useful Scripts

Useful Verification Scripts for Multi tenancy Project Architecture


Verify connection mapping:

1)  LIST ALL CONNECTION MAP FOR PROJECT "Project Name";

From Connection mapping output, get all groups information and give that as input to step 2 - This will give security filter information for all group

2) LIST SECURITY FILTERS GROUP  "group" FOR PROJECT "Project name";

From Connection mapping output, get all Connection information and give that as input to step 3 - This will give Connection and its DSN Information

3) LIST ALL PROPERTIES FOR DBCONNECTION "Connection";

Run Below Script on any one object which is available for all customers - To Make Sure ACL is applied for all customers and using correct group

4) LIST ALL PROPERTIES FOR ACL FROM SHORTCUT "Object" IN FOLDER "Path" FOR PROJECT "Project Name";

Run below Script on any one object which is translated for all customers - to Make Sure Translation is applied for all customers and using correct Language

5) select LOCALE,translation from dbo.DSSMDOBJTRNS where OBJECT_ID =('Object id') and PROJECT_ID='Project id'

Comments

Popular posts from this blog

Intelligent cubes in Microstrategy

Useful Metadata Queries - Microstrategy

Microstrategy OLAP - Dynamic Aggregation