APSRESOLVER

Specifies the Oracle Hyperion Provider Services server to use for name resolution, which enables connections to be made using logical Essbase cluster names.

Syntax

APSRESOLVER APSurl[;APSurl]

Where APSurl is the URL to a Provider Services server, in this format:

http[s]://host:port/contextRoot

Description

This configuration setting enables the use of logical Essbase cluster names instead of the Essbase URL (for example, http[s]://host:port/aps/Essbase?ClusterName=logicalName&Secure= yesORno) during the login process.

When logging in to an Essbase Server, if the server name specified is not a URL, the Essbase client treats the name as a logical name. The Provider Services server specified in APSRESOLVER then resolves the logical name to a physical host.

Notes

Examples

http://qtfsvr1:1234/aps
http://qtfsvr1:1234/aps;http://qtfsvr2:1234/aps
https://qtfsvr1:1234/aps
https://qtfsvr1:1234/aps;http://qtfsvr2:1234/aps