Strategy
Requirements
You will need your MicroStrategy administrator to complete these steps.
If needed, whitelist Catalog IP
Here is our fixed IP: 35.246.176.138
Catalog Managed
To get started with MicroStrategy in Catalog, you will need your MicroStrategy admin to create a dedicated user with the appropriate access:
Create user in MicroStrategy
You will need to create a new user in your MicroStrategy Workstation and assign minimum permissions for integrating with Catalog.
Open the Workstation window with the navigation pane in smart mode.
From the left navigation menu, click Users and Groups.
In the upper left of the Users and Groups page, click the Select an Environment dropdown and select your environment.
In the left menu of your selected environment, next to All Users, click the + button to create a new user.
In the Create New User dialog:
For Account and Credentials, enter the following details:
For Full Name, enter a meaningful name for the new user.
For Email Address, enter an email address for the new user.
For Username (Login), enter a username for the new user.
For Password, create a password for the new user and confirm it in the next step.
To disallow the new user from changing the password, check the User cannot change password box.
At the bottom left of the form, check the Active User box.
For User Groups, all users are automatically members of the Everyone group, which typically has read permission for most objects. To assign any permissions not inherited from the default group to the new user:
In the top right of User Groups, click Manage User Group to add a new user group.
Click Update to confirm your selections.
To assign user privileges, in the left menu, click Privileges and check the following boxes:
Use Architect Editors — for fetching attribute, fact, and table definitions
Use Library Web — for fetching project metadata
Web Report SQL — for fetching SQL statements
Web use Metric Editor — for fetching metric definitions
Web run Document — for fetching document definitions
Web run Dossier — for fetching dossier definitions
Click Save to complete setup.
Provide credentials
You can input your credentials directly into your Catalog account under the following format
{
"baseUrl": "https://www.XXXX.com/",
"username": "*****",
"password": "*****",
"projectIds": "project_id_1, project_id_2"
}
baseUrl
: enter the hostname of your MicroStrategy instanceusername
: enter the username you created for the instancepassword
: enter the password for the usernameprojectIds
(optional): enter a string of the comma separate project IDs you would like to import in Catalog
For your first sync, it will take up to 48h and we will let you know when it is complete ✅
Last updated
Was this helpful?