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