Server/service name – Alpha. The name of the server or the service. If it is a service, the server specified for that service will be blocked.
Entry number – Numeric. Indicates the internal number of the Runtime engine, within the list returned by the RqRts function. If the value is 0 then all runtime engines will be blocked (the RqRts function is not required). If the value is -1 then the current engine will be blocked (the RqRts function not required).
Supervisor password – Alpha. The password specified in the Broker initialization file.
All – Logical. If True, blocks all requests. If False, blocks only external requests.
Shutdown (optional) – Logical. If set to Yes, when the engine has no users to serve, it will be terminated. A missing value is equal to No.
The RC application upgrade methodology is based on the concept that the currently running engines will be blocked for new users and will continue to serve existing users, while new engines will launch the upgraded application for new users. This parameter enables you to shut down the blocked engines when they will no longer serve any users. Since version: 1.9
|