Script statement: Disconnects a connection to the AE system
:DISCONNECT Connection, Name
Syntax |
Description/Format |
---|---|
Connection |
Type of connection Allowed values: "USER", "HOST" and "HOSTGROUP" |
Name |
Name of a user, user group, agent or agent group |
This script statement can be used to disconnect connections to the AE system.
Users or user groups must belong to the same client as the object in
whose script this script statement is used. A UserInterface message informs
the user that the connection to the
:DISCONNECT used in combination with "HOST" or "HOSTGROUP"
does not terminate the agent but ends the connection temporarily. The
agent reconnects to the
Instead of specifying individual agents, you can also indicate an agent group. The termination then applies to all agents that belong to this group.
This
script statement can only be processed if the user or agent is authorized
to "cancel" processes.
This example disconnects the user "SMITH/AE" from the AE system.
:DISCONNECT "USER", "SMITH/AE"
The agent WIN01 is disconnected from the AE system.
:DISCONNECT "HOST", "WIN01"
Below, all database agents are disconnected.
:DISCONNECT "HOSTGROUP", "HOSTG_DB_UNIX"
See also:
Script element | Description |
---|---|
Ends an agent, a work or communication process | |
:SHUTDOWN | Ends an AE system |
Script Elements - System Conditions and Settings
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by Function