cancel
Showing results for 
Search instead for 
Did you mean: 

How to increase limit of TCP connections in SDI

r_plaska
Newcomer
0 Kudos
258

Hi

Is it possible to increase the number of dpagent TCP connections?

I have configured SDI between on-premise Hana's. For example:

obraz-2023-11-15-112743380.png

Agent registered, Adapter registered, connection created

It's currently at 10 TCP connections and I can't find an option to increase it.

obraz-2023-11-15-112926834.png

I only see the parameter jdbc.connections=10 but this does not apply to these connections.

Accepted Solutions (0)

Answers (1)

Answers (1)

xiaoming_wu
Product and Topic Expert
Product and Topic Expert
0 Kudos

It is controlled by HANA parameter for TCP connection.

ALTER SYSTEM ALTER CONFIGURATION ('dpserver.ini', 'SYSTEM') SET ('framework', 'initialChannelsPerAgent') = '20' WITH  RECONFIGURE; (default is 10)


Best regards
Helen