Context
With option -c you can close a connection. Each internal connection has a number that runs through an SAProuter.
Procedure
- Enter option -l/-L in the input field to display the number of the connection that you want to close.
Windows/Unix: saprouter -l or saprouter -L
IBM i: call saprouter ( '-l' )
- Enter option -c in the input field to close the connection:
Windows/Unix: saprouter -c <connection number>
IBM i: call saprouter ( '-c' '<connection number>' )
Example
The saprouter -c 2 command (IBM i: call saprouter ( '-c' '2' )) closes the connection with the (internal) number 2.