HypSetSharedConnectionsURL
Data Source Types: Essbase, Planning, Financial Management, Hyperion Enterprise
HypSetSharedConnectionsURL() sets the Shared Connections URL in the config file and Options dialog box.
HypSetSharedConnectionsURL (vtDefaultURL As Variant)
ByVal vtAPSURL As Variant)
vtDefaultURL: the new Shared Services URL to be set.
Returns 0 if successful; otherwise, returns the appropriate error code.
Declare Function HypSetSharedConnectionsURL Lib "HsAddin" (ByVal vtAPSURL
As Variant) As Long
Sub SubHypSetSharedConnectionsURLTest()
Dim lRet As Long
lRet = HypSetSharedConnectionsURL("http://<server>:19000/workspace/SmartViewProviders")
End Sub