Show TOC

Starting an Additional SAProuter with Maximum Number of Clients: Option -YLocate this document in the navigation structure

You can trigger SAProuter to automatically start a new SAProuter when the client table is full.

This allows you to circumvent the limit of 1000 clients.

Start SAProuter with the following option to get SAProuter to start a new SAProuter when the maximum number of clients is reached:

  • Windows/UNIX:saprouter -r -Y <n>
  • IBM i:call saprouter ( '-r' '-Y' '<n>' )
Note The numner n specifies the maximum number of times a new SAProuter can be started.

Value of n

Meaning

0

A new SAProuter is started every time the client table becomes full.

1

SAProuter never starts automatically.

n > 1

SAProuter is started a maximum of n times when the client table becomes full. You can use this value to control the amount of SAProuter restarts.

Note With option -l / -L you can display information about the active SAProuter. Here you can also see whether this SAProuter has been started, and if so from which SAProuter process.