EnableNewConnections

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

Tip:

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

Syntax

<HFMwSystemInfo>.EnableNewConnections vbEnable, vbAllServers, bstrServer, vbAllUsers, lActivityUserID

Argument

Description

vbEnable

A flag that determines whether new connections are enabled or disabled. Pass TRUE to enable new connections, FALSE to disable.

Input argument. Boolean subtype.

vbAllServers

A flag that determines whether to enable or disable connections for all application servers. Pass TRUE for all application servers, FALSE to specify an application server with the bstrServer argument.

Input argument. Boolean subtype.

bstrServer

The name of the application server for which to enable or disable new connections. This is used only if the vbAllServers argument is set to FALSE.

Input argument. String subtype.

vbAllUsers

A flag that determines whether to enable connections for all users. Pass TRUE for all users, FALSE to specify a user with the lActivityUserID argument.

Input argument. Boolean subtype.

lActivityUserID

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.

Input argument. Long subtype.