Parameter | Value |
server | Name or IP address of the Strategy Intelligence Server |
project | Name of the Strategy project Note: Use either the project parameter or the projectID parameter, but not both. |
projectID | GUID of the Strategy project Note: Use either the project parameter or the projectID parameter, but not both. |
The URL parameters (server and project) for connecting to a specific Intelligence Server and project are required when you have multiple projects configured in Strategy 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 Strategy Mobile.
Note: 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. StrategyIntelligenceServer is the name of your Strategy Intelligence Server.
Sample URL for connecting to a specific Intelligence Server and project in a .NET environment
Main.aspx?server=StrategyIntelligenceServer&project=Human Resources Analysis Module&evt=4001&reportID=EB3CD5D14F4C8C77782AC0882C986B8D
Sample URL for connecting to a specific Intelligence Server and project in a J2EE environment
mstrweb?server=StrategyIntelligenceServer&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. StrategyMobileServer is the name of your Strategy Mobile Server.
Sample URL for connecting to a specific Intelligence Server and project from outside Strategy Mobile
mstr://?server=StrategyMobileServer&project=Human Resources Analysis Module&evt=4001&reportID=EB3CD5D14F4C8C77782AC0882C986B8D