Configure the number of NamedPipe Client connections

Customize the number of NamedPipe Client connections in order to enhance the Control Room response rate for bot executions and limit the network traffic. You must add the max.namedpipe.client.per.session= key to configure the number of NamedPipe Client connections.

Any user who has access to the device where the Bot Agent is installed can add the max.namedpipe.client.per.session= key in the nodemanager.properties file.

Procedure

  1. Navigate to C:\Program Files\Automation Anywhere\Bot Agent\config.
  2. Edit the nodemanager.properties file.
  3. Add max.namedpipe.client.per.session= key.
  4. Enter the number for NamedPipe Client connections that you want to set.
    For example, if you want to limit the number of connections to 25, enter max.namedpipe.client.per.session=25.
    Note: An error message is displayed when the number of connections exceed the configured limit.
  5. Save the file and restart the Bot Agent service.
    Limit is set for the number of NamedPipe Client connections.