cancel
Showing results for 
Search instead for 
Did you mean: 

Jdbc to Server Proxy

Former Member
0 Kudos

Hi All,

I have to systems sendign data to ECC the scenario is JDBC to proxy.

system1 with DB1 sending data to ECC and system2 with DB2 sending data to ECC.

I am wonderign hat is the best way to configgure?

I am using common outbound service interface for both as the structure is same, and have used a common inbound interface as well...

however I am now confused if I shoudl create two receiver agreemtns or just use the same receiver comm channel for both?

If we have just one inbound interface then the abap proxy will have to be written jst once..so one object less but  . however if I have two inbound interfaces then proxy will have to be copied but I feel the performance may be better...

can u throw soem light on this?

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Technically speaking you can pretty much handle with one inbound interface and so one communication channel receiver for both. The performance remains same for the both. 

Answers (0)