Disables new Financial Management connections to a cluster for the specified application and application server criteria.
To enable new connections, use EnableNewConnections.
Syntax
<HsxClient>.DisableNewConnections bstrClusterName, vbAllApplications, bstrAppName, vbAllServers, bstrServer
Argument | Description |
---|
bstrClusterName | String (ByVal). The name of the cluster. |
vbAllApplications | Boolean (ByVal). Specifies whether to disable 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 disable connections. This argument is used only if the vbAllApplications argument is set to FALSE. |
vbAllServers | Boolean (ByVal). Specifies whether to disable 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 disable connections. This argument is used only if the vbAllServers argument is set to FALSE. |