cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with setting up the server - 'Connection refused'

Former Member
0 Kudos

I've installed SAP R/3 on Linux - Suse. I open SAPGUI for Java window, then try to set up the new connection, in expert mode I put eg. conn=/H/127.0.0.1/S/3200

When I try to connect, I get error messages, like:

Error: partner '127.0.0.1:3200' not reached

Fri Feb 22 16:25:07 2008

Release 710

Component NI (network interface), version 39

rc = -10, module nixxi.cpp, line 3133

Detail NiPConnect2: 127.0.0.1:3200

System Call connect

Error No 111

'Connection refused'

and

                                                          1. ERROR #############################

                                                          2. ERROR #############################

22.02. 16:09:48.632 ERROR: GuiNiReaderThread: read failed: Error: connection to partner '127.0.0.1:3200' broken

22.02. 16:09:48.632 ERROR:

22.02. 16:09:48.632 ERROR: Fri Feb 22 16:09:48 2008

22.02. 16:09:48.632 ERROR: Release 710

22.02. 16:09:48.632 ERROR: Component NI (network interface), version 39

22.02. 16:09:48.632 ERROR: rc = -6, module nixxi.cpp, line 4549

22.02. 16:09:48.632 ERROR: Detail NiIRead: 127.0.0.1:3200

22.02. 16:09:48.632 ERROR: System Call recv

                                                          1. ERROR #############################

                                                          2. ERROR #############################

22.02. 16:09:48.635 ERROR: AgiLibAdaptor::onParsed(): connection proxy or ACL is NULL!

                                                          1. ERROR #############################

what am I doing wrong? where's the problem?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can not connected to sap on 127.0.0.1 ip address it is loopback address for local host.

instead of give the ip address where sap is running.

if you running SAP on your standalone PC/laptop then you need to assign one ip address to that host

use this ip address to connect.

regards,

kaushal

Answers (1)

Answers (1)

andreas_herzog
Active Contributor
0 Kudos

is 127.0.0.1 your real ip address for the sap server? how will your pc be able to connect to your sap server if your using the local host of your pc? which ip address does the linux server have?

GreetZ, AH