Can you create a private connection to Narrative Reporting using the HypCreateConnection function?
If so, what values do you use for each required parameter? Narrative Reporting doesn't really have an application/database and there is no global const for the vtProvider parameter for Narrative Reporting. Below are the parameters for HypCreateConnection.
vtProvider: The data provider. Supported vtProvider types:
- Global Const HYP_ESSBASE = "Essbase"
- Global Const HYP_FINANCIAL_MANAGEMENT = "Hyperion Financial Management"
- Global Const HYP_PLANNING = "Planning"
- Global Const HYP_RA = "Hyperion Smart View Provider for Hyperion Reporting and Analysis"
vtProviderURL: The URL of the data provider
vtServerName: The name of the server on which the application resides
vtApplicationName: The name of the application
Tagged:
0