cancel
Showing results for 
Search instead for 
Did you mean: 

Setting up SAP Router for SNC ... error...

Former Member
0 Kudos

Hi,

My SAP Router is installed on a server that is Linux based. (IP address is 10.11.0.24)

I'm not sure if is saprouttab or saprouter itself having issue.


I started the saprouter via this command: saprouter -r -G routerlog -W 60000 -S 3299 -K "p:CN=XXXXXXXX, OU=ZZZZZZZZZZ, OU=SAProuter, O=SAP, C=DE"

saprouttab

# SNC connection to and from SAP

KT "p:CN=sapserv9, OU=SAProuter, O=SAP, C=DE" 169.145.197.110 *

KT "p:CN=sapserv9, OU=SAProuter, O=SAP, C=DE" 10.11.0.24 3200

# SNC connection to local system for R/3-Support for support

KP "p:CN=sapserv9, OU=SAProuter, O=SAP, C=DE" 10.11.0.24 3200

KP "p:CN=sapserv9, OU=SAProuter, O=SAP, C=DE" 10.11.0.24 3201

KP "p:CN=sapserv9, OU=SAProuter, O=SAP, C=DE" 10.11.0.23 3200

# Access from local network to SAPNet (OSS)

P 10.11.0.* 169.145.197.110 3299

P * 10.11.0.* * *

# deny all other connections

D * * *



Troubleshooting steps taken:

Running niping -s on SAP Router Server & niping.exe -c -H 10.11.0.24 is successful, self-test is okay but... when running both niping -s & saprouter -r on SAP Router Server is giving me the following error:

C:\test>niping.exe -c -S 3299 -H 10.11.0.24

Wed Feb 05 14:51:29 2014

connect to server o.k.

Wed Feb 05 14:51:30 2014

*** ERROR => NiBufIProcMsg: hdl 1 received rc=-93 (NIEROUT_INTERN) from peer [nibuf.cpp    2146]

*** ERROR => NiTClientLoop: NiTReadLoop (rc=-93) [nixxtst.cpp  2590]

*****************************************************************************

*

*  LOCATION    SAProuter 40.4 on 'XXXXXXXX'

*  ERROR       internal error

*

*  TIME        Wed Feb  5 14:51:29 2014

*  RELEASE     720

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -93

*  MODULE      nirout.cpp

*  LINE        2698

*  DETAIL      NiRClientHandle: route expected

*  COUNTER     2

*

*****************************************************************************

C:\Users\tohcy\Desktop\test>niping.exe -c -S 3299 -H /H/10.11.0.24/H/10.11.0.24

Wed Feb 05 15:01:00 2014

*** ERROR => NiBufIProcMsg: hdl 1 received rc=-94 (NIEROUT_PERM_DENIED) from peer [nibuf.cpp    2146]

*** ERROR => NiBufIConnect: route connect for non-buffered hdl 1 failed (rc=-94;/H/10.11.0.24/H/10.11.0.24); pong not received [nibuf.cpp    4801]

*** ERROR => NiTClientLoop: NiHandle (rc=-94) [nixxtst.cpp  2590]

*****************************************************************************

*

*  LOCATION    SAProuter 40.4 on 'XXXXXXXX'

*  ERROR       XXXXXXXX: route permission denied (YYY to 10.11.0.24, 3299)

*

*  TIME        Wed Feb  5 15:00:59 2014

*  RELEASE     720

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -94

*  COUNTER     7

*

*****************************************************************************

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188883
Active Contributor
0 Kudos

Hi Corinna,

Did you check whether relevant ports are open in firewall.

Secondly remove the line from saproutab and check the results


# deny all other connections

D * * *

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepark,

All ports in firewall is open and currently I'm testing with internal IP address but both the result for internal and external are similar.

I've tried removed the deny all connections as mention but the results are the same.

former_member188883
Active Contributor
0 Kudos

Hi Corinna,

Could you change this and check

# Access from local network to SAPNet (OSS)

P * * *

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

I've changed to the P * * *

I run the command: niping.exe -c -S 3299 -H /H/10.11.0.24/H/10.11.0.23

Can I check if this command is correct?


Router is 10.11.0.24 trying to reach sap server 10.11.0.23.


Error:

Thu Feb 06 09:20:17 2014

*** ERROR => NiBufIProcMsg: hdl 1 received rc=-5 (NIETIMEOUT) from peer [nibuf.cpp    2146]

NiBufIConnect: route connect of non-buffered hdl 1 to '/H/10.11.0.24/H/10.11.0.23' timeout

*** ERROR => NiTClientLoop: NiHandle (rc=-5) [nixxtst.cpp  2590]

*****************************************************************************

*

*  ERROR       timeout occured

*

*  TIME        Thu Feb 06 09:20:17 2014

*  RELEASE     720

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -5

*  MODULE      nibuf.cpp

*  LINE        4795

*  DETAIL      NiBufIConnect: route connect '/H/10.11.0.24/H/10.11.0.23'

*              timeout

*  COUNTER     1

*

*****************************************************************************

routerlog:

Thu Feb  6 09:27:21 2014 CONNECT FROM C19/- host 10.11.0.181/50107

Thu Feb  6 09:27:21 2014 CONNECT TO   S19/12 host 10.11.0.23/3299

Thu Feb  6 09:28:21 2014 CONNECT ERR  S19/12 could not establish connection within 60s

Thu Feb  6 09:28:21 2014 DISCONNECT   S19/12 host 10.11.0.23/3299

10.11.0.181 is my computer current IP address.

Any other clues/hint?

former_member188883
Active Contributor
0 Kudos

Hi Corinna,

Looks to be a problem with the command,

Check the  command to be used in the link Testing SAProuter Basic Functions (SAP Library - Saprouter)

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

I've tried the command but still same result.

regards,

Corinna