HypDisconnectAll
Describes the Oracle Smart View for Office VBA function, HypDisconnectAll.
Cloud data provider types: Oracle Essbase, Planning, Planning Modules, Financial Consolidation and Close, Tax Reporting
On-premises data provider types: Oracle Essbase, Oracle Hyperion Planning, Oracle Hyperion Financial Management
Description
HypDisconnectAll disconnects all connected sessions.
Note:
Running HypDisconnectAll after a Smart View session has timed out causes the Login window to be displayed. Users can close the Login window.
Syntax
HypDisconnectAll()
Return Value
Returns 0 if successful; otherwise, returns the appropriate error code.
Example
Declare Function HypDisconnectAll Lib "HsAddin" () As Long
Sub Example_HypDisconnectAll()
sts = HypDisconnectAll()
End Sub