Enables or disables new Financial Management connections on a given application server cluster. You can enable or disable new connections for the entire server cluster, or for specific applications and application servers.
Syntax
<HFMwManageApplications>.EnableNewConnections vbEnable, bstrCluster, vbAllApplications, bstrAppName, vbAllServers, bstrServer
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. |
bstrCluster | The name of the application server cluster. Input argument. String subtype. |
vbAllApplications | Indicates whether new connections to all applications are enabled or disabled. Pass TRUE to impact all applications, FALSE to impact a specific application. If you pass FALSE, you must pass an application name to the bstrAppName argument. Input argument. Boolean subtype. |
bstrAppName | The name of the application for which to enable or disable new connections. This is used only if the vbAllApplications argument is set to FALSE. Input argument. String subtype. |
vbAllServers | Indicates whether new connections to all of the server cluster’s application servers are enabled or disabled. Pass TRUE to impact all servers, FALSE to impact a specific server. If you pass FALSE, you must pass an application server name to 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. |