The following are published URLs that EPM Workspace supports:
Normal URL:
http://<server>:<port>/workspace/
Note: | Included in the URL is the trailing slash and no index.jsp. Using index.jsp is not recommended since the Web browser's Back button is enabled, and selecting it can cause issues. Using the trailing slash is encouraged. Without it, the Web server does a redirect to the URL with the trailing slash. Prior to 9.3.1, the Install Start Here Guides omitted the trailing slash. |
Additional parameters:
Optional: sso_username=<username>
The name of the user attempting to log in.
Optional: sso_password=<password>
Password of the user attempting to log in.
Note: | The Administrator may need to change the “Accept Credentials on HTTP GET Request” setting in “Workspace Server Settings” dialog to support these two parameters above, sso_username and sso_password. See the EPM Workspace Administrator's Guide. |
Optional: fullscreen=true/false
True launches page in full screen. Default value is false.
External Launch into EPM Workspace
When a user selects multiple external URLs to launch EPM Workspace and to limit EPM Workspace proliferation, the following scenarios are possible:
a new EPM Workspace session opens if there are none on the desktop
if there is an existing EPM Workspace session open, this adds the newly selected item as a tab within the existing EPM Workspace session.
Format of URL is as follows: http://<host>:<port>/workspace/WorkspaceLaunch.jsp?&uri=<encoded uri to workspace with parameters>
URI is not optional and you also may specify module parameters in the URI
For Example: http://host:port/workspace/WorkspaceLaunch.jsp?&uri=index.jsp%3fmodule%3dcalcmgr.filterview
Note: | You must encode the URI parameter value. |
URL to launch repository content:
http://<server>:<port>/workspace/?module=wksp.relatedcontent&repository _path=<encoded path to repository object>
URL to launch Financial Management(Consolidation) Application:
http://<server>:<port>/workspace/?module=hfm.appcontainer&sourceApp=<hfm_application_name>&cluster=<clustername>
Additional parameters:
Optional: showViewPane=true/false
False to hide left pane when module is loaded. Default value is true.
Optional: bpm.logoff=true/false
False prevents system from logging off if using the same session. Default value is true.
URL to launch Planning Application:
http://<server>:<port>/workspace/?module=HyperionPlanning.planning&sourceApp=<appname>
Additional parameters:
Optional: showViewPane=true/false
False to hide left pane when module is loaded. Default value is true.
Optional: bpm.logoff=true/false
False prevents system from logging off if using the same session. Default value is true.