Disables new Financial Management connections for the specified user and application server criteria.
To disable new connections for a given cluster or application, use HsxClient.DisableNewConnections. |
To enable new connections, use EnableNewConnections.
<HsvSystemInfo>.DisableNewConnections vbAllServers, bstrServer, vbAllUsers, lActivityUserID
Boolean (ByVal). Specifies whether to disable connections for all application servers. Pass TRUE for all application servers, FALSE to specify an application server with the bstrServer argument. | |
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. | |
Boolean (ByVal). Specifies whether to disable connections for all users. Pass TRUE for all users, FALSE to specify a user with the lActivityUserID argument. | |
Long (ByVal). The activity user ID of the user for whom to disable connections. This argument is used only if the vbAllUsers argument is set to FALSE. To get a user’s activity user ID, use GetActivityUserID. |