AMT Help Files

Controlonline

The utility Controlonline.exe controls the online connections to the Application server.

Usage:

Controlonline <Server>:<Port number> <DISABLE | DISCONNECTALL | DISCONNECT | ENABLE | MESSAGE:<Message> | REFUSENEWCONNECTIONS> 

<Server> = Defines the name or IP address of the (physical) server on which the application service is running.
<Port number> = Defines the port number that is used by the application service.
DISABLE =

Disables clients to connect to the application service and closes down all current client connections.

DISCONNECTALL = Closes down all current Lionscreens sessions.
DISCONNECT:<Station> = This statement will disconnect a station from the applicationserver.
Example: ControlOnline APPSRV:1700 DISCONNECT:NB316
ENABLE = Enables clients to connect to the application service.
MESSAGE:<Message> = Sends the specified message text to the connected clients.
REFUSENEWCONNECTIONS    = Refuses all clients to make a connection to the application service. Clients that are already online will keep their connection.

Examples:


  Controlonline 195.45.32.135:1700 DISABLE
  Controlonline SRV_NT:1700 ENABLE
  Controlonline SRV_NT:1700 DISCONNECTALL
  "MESSAGE:You will be disconnected in a few seconds"