cancel
Showing results for 
Search instead for 
Did you mean: 

SAPOSS rfc connection error

Former Member
0 Kudos

Hi ,

I configured and installed sap router in sap solution manager 4.0, but when i tried to connect sap via saposs in rfc connection. I am getting following error

Logon Connection Error

Error Details Error when opening an RFC connection

Error Details ERROR: sapserv2a: route permission denied (65.38.109.157 to 147.204.2.5, sapd

Error Details LOCATION: SAProuter 39.2 (SP4) on 'sapserv2a'

Error Details COMPONENT: NI (network interface)

Error Details COUNTER: 1926391

Error Details MODULE:

Error Details LINE:

Error Details RETURN CODE: -94

Error Details SUBRC: 0

Error Details RELEASE: 710

Error Details TIME: Mon Sep 19 07:50:30 2011

Error Details VERSION: 39

Thanks

Srikanth

Accepted Solutions (0)

Answers (4)

Answers (4)

rupali_karbhari3
Active Contributor
0 Kudos

Hi Srikanth,

Instance number as 99 in OSS1 tcode should work and check RFC SAPOSS results.

Thanks,

Rupali

Former Member
0 Kudos

Hi Ruapli,

I changed the port no 99 in oss1 and checked the rfc connection saposs, still it giving error.

Actually the port 3299 is open internally, but i have to request our network administrator to open the port globally?

Thanks

Srikanth

Former Member
0 Kudos

Hi,

Actually the port 3299 is open internally, but i have to request our network administrator to open the port globally?

Yes !.

194.39.131.34 is a SAP system. So you should be able to communicate with SAP system on Port 3299.

Check from SAP router if you can telenet to 194.39.131.34 on Port 3299

Like:

C:\ telnet 194.39.131.34 3299

If you get blank screen, means port is open.

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi Rajesh,

This is linux system, when i checked the telnet command i get following result :

telnet 194.39.131.34 3299

Trying 194.39.131.34...

Connected to 194.39.131.34.

Escape character is '^]'.

^�NI_RTERR'��ERR1connection timed out-5NI (network interface)71039nirout.cpp6600RTPENDLIST::timeoutPend: no route received within 15s (CONNECTED)Tue Sep 20 07:17:50 20113690685SAProuter 39.2 (SP4) on 'sapserv2a'ERRConnection closed by foreign host.

Is this result mean sap port is open or not ?

Can you confirm this?

Thanks

Srikanth

Former Member
0 Kudos

Hi,

Yes, port is open.

Now concentrate on OSS1 setting and Permission in saprouttab.

Make sure that you have configured 194.39.131.34 for SAP Router (router at SAP end) and Instance no. 99 in OSS1 technical settings.

Then make sure that you have entry in saprouttab like:

# SNC-connection to SAP
KT "p:CN=sapserv2, OU=SAProuter, O=SAP,C=DE" 194.39.131.34 *

# SNC-connection from SAP to local R/3-System for Support
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" <SAP_Server_IP> 32<inst_no.>
KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" <SAProuter_public_IP> 32<inst_no.>


#Access from the local Network to SAP
P <your_local_sap_server_ip> 194.39.131.34 3299
# OR
P * 194.39.131.34 3299

Restart SAP router and check again.

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi,

When i started the sap router getting following error in dev_rout trace file.

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

*

  • LOCATION SAProuter 38.10 on 'sgtr-s-dvder'

  • ERROR service '0.0.0.0:3299' in use

*

  • TIME Thu Sep 22 06:12:46 2011

  • RELEASE 700

  • COMPONENT NI (network interface)

  • VERSION 38

  • RC -4

  • MODULE nixxi.cpp

  • LINE 3227

  • DETAIL NiIBindSocket

  • SYSTEM CALL bind

  • ERRNO 98

  • ERRNO TEXT Address already in use

  • COUNTER 2

*

Thanks

Srikanth

Former Member
0 Kudos

Hi Srikant,

Please follow the below mentioned steps.

1. In SM59 SAPOSS in Technical Settings Tab.

a. Target System - OSS

b. Msg. Server - /H/<SAP Router Ip>/S/sapdp99/H/194.39.131.34/S/sapdp99/H/oss001

2. Goto Logon & Security Tab.

a. Client - 001

b. User - OSS_RFC

c. Password - CPIC

Please try it & confirm.

Regards,

Milin

Former Member
0 Kudos

Hi Milin,

Thanks for the update.

When i changed the password CPIC the the following error is occured.

Logon Connection Error

Error Details Error when opening an RFC connection

Error Details ERROR: timeout while pending for route completion

Error Details LOCATION: SAP-Server sgtr-s-devs1d_S1D_67 on host sgtr-s-devs1d (wp 0)

Error Details DETAIL: NiErrSet

Error Details COMPONENT: NI (network interface)

Error Details COUNTER: 33

Error Details MODULE:

Error Details LINE:

Error Details RETURN CODE: -12

Error Details SUBRC: 0

Error Details RELEASE: 700

Error Details TIME: Tue Sep 27 05:28:32 2011

Error Details VERSION: 38

Former Member
0 Kudos

Hi,

Error Details ERROR: sapserv2a: route permission denied (65.38.109.157 to 147.204.2.5, sapd

Use sapserv2 instead of sapserv2a

Change the technical settings in OSS1 transaction accordingly

OR

In SM59, Change the Message Server string for SAPOSS rfc as below

/H/<your_local_saprouter_ip>/S/sapdp99/H/194.39.131.34/S/sapdp99/H/oss001

Also make sure that in SAPROUTTAB, you have allowed IP 194.39.131.34 and port 3299 (for KP entry...)

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi Rajesh,

Thanks for your reply, one thing i would like to know at oss1 settings : saprouter at custome site

Can i give instance number of the host machine or portno 99.

Thanks

Srikanth

rupali_karbhari3
Active Contributor
0 Kudos

Hi Srikanth,

Please check following points to rectify router issue

1. check if SAPRouter service is running and started

2. check if port 3299 is open on the server where router is installed

3. please check entries (from and to) in SAPROUTTAB file

entries made in this file are responsible for establishing connections , hence ensure to provide correct IP address of both ends

4. check entries maintained in Tcode OSS1 of your solution manager are correct. that means IP address of source system and SAP

I hope above checks would be helpful for you.

Thanks,

Rupali

Former Member
0 Kudos

Hi Rupali,

Thanks for your reply, One thing i would like to confirm from you,

how to check 3299 port is open? Is this port will open by us or sap?

Thanks

Srikanth

Former Member
0 Kudos

If it is windows platform,

netstat -a -n

Then check for 3299 if it is running with some process.

If Unix,

netstat -an | grep (port)

telnet hostname portnumber

Thanks

Former Member
0 Kudos

Error Details ERROR: sapserv2a: route permission denied (65.38.109.157 to 147.204.2.5, sapd

Error Details LOCATION: SAProuter 39.2 (SP4) on 'sapserv2a'

Seems some problem in configuration itself. Either 'routtab' file or OSS1 configuration

Thanks

Former Member
0 Kudos

Hi,

I configured saprouttab , when i ping from SAProuter server to sapserv2 (194.39.131.34) it was successfully pinging.

What are the steps to configure in solution manager in order to connect with the sap marketplace?

Thanks

Srikanth