EnableNewConnections

Enables new Financial Management connections to a cluster for the specified application and application server criteria.

Tip:

To enable new connections for a given user, use HsvSystemInfo.EnableNewConnections.

To disable new connections, use DisableNewConnections.

Syntax

<HsxClient>.EnableNewConnections bstrClusterName, vbAllApplications, bstrAppName, vbAllServers, bstrServer

Argument

Description

bstrClusterName

String (ByVal). The name of the cluster.

vbAllApplications

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

bstrAppName

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

vbAllServers

Boolean (ByVal). Specifies whether to enable connections for all application servers in the cluster. 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.