Posts

Showing posts from January, 2013

Bring All Subscription Along with Project Duplication in Microstrategy

Subscription Setting in Project Duplication: We have Deliver subscription preferences in duplication wizard to handle all subscriptions while doing duplication. 1) Include user delivery subscription 2) Include contacts and contact groups 3) Include contact delivery subscriptions Prerequisite: Before project duplication, we need to make sure all subscriptions are available in source intelligence server. In case if we disabled, "Use Microstrategy scheduler" option in source I server then subscriptions may not available in source I server. In this case you can't find subscriptions option in delivery manager tab. In this case project duplicate will not bring any subscriptions to target project  How do we handle this? 1) Enable "Use Microstrategy Scheduler" Option 2) Restart I server 3) Duplicate the project with respective subscription preferences This will enable and bring all subscriptions to target project

Idea Exchange - Microstrategy Issues and Enhancements (MSTR 9.4.1)

Microstrategy Issues and Enhancement options - My View Internationalization a.  Translation Wizard  - We are getting overflow error in translation wizard b.    In MSTR, We don't have option to Map metadata language in group level  - if we have that option then it will be one time work c.    Report name with translation Whenever user mapped with some language creates any report then the report name applies to its translation automatically as well. In this case, when you login as administrator which points to default language then all report appears with the name of "Blank report" Why report names applies automatically to its translation. Is there any way to avoid this? d.   Language Mapping to user - In project Level                            i.        We don't have option to modify this after our first configuration e.   Issue with translation                 For some reason, all translations got disappeared when we do t

Microstrategy Multi-tenancy Configurations

Multi-Tenancy Project Configurations - Useful for Cloud environments Connection Mapping User Level Security filters Cache Setting - Connection Mapping level Translations -Metadata (Repository Translation Wizard) User Level Language Configuration Shared folder Configuration Customer filters

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 c