HypDisconnectAll

Data source types: Essbase, Planning, Financial Management, Hyperion Enterprise

Description

HypDisconnectAll is a security measure that disconnects all connected users and invalidates the SSO. Equivalent of the Disconnect All shortcut menu item.

Syntax

HypDisconnectAll()

Return Value

Returns 0 if successful; otherwise, returns the appropriate error code.

Example

Declare Function HypDisconnectAll Lib "HsAddin" () As Long
		Sub SubDisconnectExTest()	
End Sub