cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GUI for Java connection problem

Former Member
0 Kudos

I use the SAPGUI for Java rev.4 (on Ubuntu 11.10).

To connect to the system from the local network, I created a new connection and at the "Advanced" tab ordered:

conn = /H/192.168.x.x/S/3600

As a result, I deduced the following error:

Connection closed

Error: connection to partner '192.168.x.x: 3600 'broken

Mon Jan 16 12:29:40 2012

Release 720

Component NI (network interface), version 40

rc = -6, module nixxi.cpp, line 4850

Detail NiIRead: P = 192.168.xx: 3600; L = 192.168.y.y: 3702

System Call recv

What does this mean and how can I solve this problem?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Been decided. The reason for my inattention.

I used the 3600 thinking that it is the port address.

In fact, it was necessary to specify 32 <number of>

With the line: conn = / H/192.168.xx/S/3201 it worked.