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