MicroStrategy ONE

Connect to a Specific Intelligence Server and Project in iOS

The following parameters and values are used to connect to a specific MicroStrategy Intelligence Server and project using the mobile URL API. These parameters are used in conjunction with actions such as executing a MicroStrategy report or document.

Parameter Value

server

Name or IP address of the MicroStrategy Intelligence Server

mserver Name or IP address of the MicroStrategy Mobile Server

project

Name of the MicroStrategy project
 Use either the project parameter or the projectID parameter, but not both.

projectID

GUID of the MicroStrategy  project
 Use either the project parameter or the projectID parameter, but not both.

The URL parameters (server and project or projectID) for connecting to a specific Intelligence Server and project are required when you have multiple projects configured in MicroStrategy Mobile, and would like to connect to a specific project. In the absence of these parameters, the intended URL API action is performed on the first available project in the list of projects on the Settings screen for MicroStrategy Mobile.

If your mobile configuration includes multiple Intelligence Servers, make sure that there is only one project with the name you specify in the URL. If there are multiple projects with the same name, the system will use the first project that it finds with the specified name. To avoid confusion, you should either change the project names so that they are unique or remove from the mobile configuration all the Intelligence Servers except the one that has the project you want to use.

The sample URLs below show how to execute a report which is part of the Human Resources Analysis Module project, from inside your custom mobile application. MicroStrategyIntelligenceServer is the name of your MicroStrategy Intelligence Server.

Sample URL for connecting to a specific Intelligence Server and project in a .NET environment

Copy
Main.aspx?server=MicroStrategyIntelligenceServer&Project=Human Resources Analysis Module&evt=4001&reportID=EB3CD5D14F4C8C77782AC0882C986B8D

Sample URL for connecting to a specific Intelligence Server and project in a J2EE environment

Copy
mstrweb?server=MicroStrategyIntelligenceServer&Project=Human Resources Analysis Module&evt=4001&reportID=EB3CD5D14F4C8C77782AC0882C986B8D

The sample URL below shows how to execute a report which is part of the Human Resources Analysis Module project, from outside your custom mobile application. MicroStrategyIntelligenceServer is the name of your MicroStrategy Intelligence Server and MicroStrategyMobileServer is the name of your MicroStrategy Mobile Server.

Sample URL for connecting to a specific Intelligence Server and project from outside MicroStrategy Mobile

Copy
mstr://?server=MicroStrategyIntelligenceServer&mserver=MicroStrategyMobileServer&Project=Human Resources Analysis Module&evt=4001&reportID=EB3CD5D14F4C8C77782AC0882C986B8D