cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Connection between sap systems through saprouter

Former Member
0 Likes
1,393

Hi,

we have two sap system in different places and we need to configure connection (with RFC) between them through two or more saprouter.

We tested this connection but with two or more saprouters this connection doesn't work.

(SAPRouter configured with only one ACL "P * * *")

If any one have information how to make them work, please help.

Regards

Mikhail

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Mikhail...

First, I recommend you use the niping program, to test the communications between them...

Also check the log y trace files, to verify what error have the saprouter

if the communication is ok... you could check the RFC created by sap, to enable the communication between your server and sap, the rfc is named SAPOSS, you could see this in the transaction SM59, in the ABAP connections.. this RFC connect two systems using two saprouter...

Check the sap string... you need to generate something similar

/H/200.78.248.206/S/sapdp99/H/194.39.131.34/S/sapdp99/H/oss001

first ip will be your saprouter1

second ip will be your saprouter2

last ip (oss001) the ip pf your server

etc..

Regards...