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

router issue

Former Member
0 Likes
1,045

Hi All,

We have ECC 6.0 with Oracle db on WINDOWS OS. We have installed SAP Router and have also applied the SNC license. I am able to successfully do a test connection to SAPOSS rfc thro sm59. Now, the issue is that when i try to connect to my SAP (from a remote location ) thro router string it says "Route permission denied (x ip address to y ip address sapdp01)"

X ip address is the ip address of our firewall

y ip address is the ip address of our sap server.

I thought that the issue could be in the hardware firewall, but the network guy says that he created a rule and allowed all the access.

In my routtab file I have given incoming access to all the ip address.

Many Thanks,

Balakrishnan.

Edited by: Balakrishnan S on Jan 15, 2009 2:36 PM

View Entire Topic
Former Member
0 Likes

Hi,

The SAPROUTTAB file should not have P * * * entry, in case of SNC connection this entry will not support.

The entries should more specific to the sap server you want to access.

Pls find below the sample SAPROUTTAB file

#SNC-connection to SAP

KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE"

#SNC-connection from SAP to local

KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE"

KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE"

KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE"

#Access from your local Network

P * 194.39.131.34 3299

#All other connections will be

P * 192.168.100.21 32xx

P * 192.168.100.21 32xx

P * 192.168.100.21 32xx

D * * *

Hope it helps

Regards

KT