Start of Content Area

Function documentation Option -Y <n>   Locate the document in its SAP Library structure

Use

You use this function to force the SAProuter to automatically start a new SAProuter if the client table is full when the SAProuter is started. This allows you to circumvent the limit of 1000 clients.

Syntax

saprouter -r -Y <n>

The number 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.

Integration

Use Option -l / -L to display information on the running SAProuter. This information tells you, among other things, whether the SAProuter was started, and if so, which SAProuter process started the SAProuter.

Prerequisites

You have not yet started the SAProuter.

Note that you cannot send this option to a running SAProuter. You can only specify it before the SAProuter starts.

Example

If you want to run a high number of connections via the SAProuter (more than 1000), you can use the following option to start the SAProuter:

saprouter -r -Y 0 -C 2000

If this option is set, a new SAProuter is automatically started if the client table becomes full. New connections can then use this new SAProuter.

End of Content Area