EnableNewConnections

Enables new Financial Management connections for the specified user and application server criteria.

Tip:

To enable new connections for a given cluster or application, use HsxClient.EnableNewConnections.

To disable new connections, use DisableNewConnections.

Syntax

<HsvSystemInfo>.EnableNewConnections vbAllServers, bstrServer, vbAllUsers, lActivityUserID

Argument

Description

vbAllServers

Boolean (ByVal). Specifies whether to enable connections for all application servers. Pass TRUE for all application servers, FALSE to specify an application server with the bstrServer argument.

bstrServer

String (ByVal). The name of the application server for which to enable connections. This argument is used only if the vbAllServers argument is set to FALSE.

vbAllUsers

Boolean (ByVal). Specifies whether to enable connections for all users. Pass TRUE for all users, FALSE to specify a user with the lActivityUserID argument.

lActivityUserID

Long (ByVal). The activity user ID of the user for whom to enable connections. This argument is used only if the vbAllUsers argument is set to FALSE.

To get a user’s activity user ID, use GetActivityUserID.