cancel
Showing results for 
Search instead for 
Did you mean: 

Sap java gui connection on linux

Former Member
0 Kudos

Hi!

I am a beginner Sap user. I want use sap by SapJava Client 7.10 under linux. I tried connections with loaded data from Windows SAP gui:

Description: test

Appserver: 10.10.10.10

Saprouter String: /H/SAP1/S/sapdp99/H/SAP2/S/sapdp99/W/SAP3/H/

System ID: HPP

System Number: 60

Sap System R/3

I tried use this command:

~/SAPClients/SAPGUI/bin$ ./guistart /H/SAP1/S/sapdp99/H/SAP2/S/sapdp99/W/SAP3/H/

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

10.11. 12:09:37.104 ERROR: GuiNiReaderThread: read failed: Error: connection to partner 'SAP2:sapdp99' broken

10.11. 12:09:37.104 ERROR:

10.11. 12:09:37.104 ERROR: Location: SAProuter 38.10 on 'SAP1''

10.11. 12:09:37.104 ERROR: Tue Nov 10 12:09:37 2009

10.11. 12:09:37.104 ERROR: Release 700

10.11. 12:09:37.104 ERROR: Component NI (network interface), version 38

10.11. 12:09:37.104 ERROR: rc = -95, module nixxi.cpp, line 4130

10.11. 12:09:37.104 ERROR: Detail NiIRead

10.11. 12:09:37.104 ERROR: System Call recv

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

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

10.11. 12:09:37.263 ERROR: AgiLibAdaptor::onParsed(): connection proxy or ACL is NULL!

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

-


I tried connect whith this command line string:

~/SAPClients/SAPGUI/bin$ ./guistart /H/SAP1/S/sapdp99/W/SAP3/H/

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

10.11. 12:11:02.546 ERROR: GuiNiReaderThread: read failed: Error: internal error

10.11. 12:11:02.546 ERROR:

10.11. 12:11:02.546 ERROR: Location: SAProuter 38.10 on 'SAP1'

10.11. 12:11:02.546 ERROR: Tue Nov 10 12:11:02 2009

10.11. 12:11:02.546 ERROR: Release 700

10.11. 12:11:02.546 ERROR: Component NI (network interface), version 38

10.11. 12:11:02.546 ERROR: rc = -93, module nirout.cpp, line 2286

10.11. 12:11:02.546 ERROR: Detail NiRClientHandle: route expected

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

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

10.11. 12:11:02.555 ERROR: AgiLibAdaptor::onParsed(): connection proxy or ACL is NULL!

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

The sapdp99 port (3299) answer on sap1 szerver:

~/SAPClients/SAPGUI/bin$ telnet SAP1 sapdp99

Trying 172.24.34.59...

Connected to SAP1.

Escape character is '^]'.

help

NI_RTERR&ERR1Network packet too big-93NI (network interface)70038nibuf.cpp3073NiBufIIn: message length 1751477360 exceeds max (10024)Tue Nov 10 12:14:02 20099763SAProuter 38.10 on 'SAP1'ERRConnection closed by foreign host.

Please help me connect to SAP!

Thanks!

Toth

Edited by: Toth_B on Nov 10, 2009 12:16 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

RMW
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

your post is really hard to read, but from what I get, you could try:

./guistart conn=/H/SAP1/S/3299/H/SAP2/S/3299/W/SAP3/H/10.10.10.10/S/3260

Comments:

- the connection string should be identified by "conn="

- "sapdp..." might be unknown in case they are not included in /etc/services, so use numbers instead

- the connection string you are using only includes the saprouters, please add application server and portnumber of the system

- there is a manual which comes with the SAP GUI for Java installation and can be opened from the "help" menu. All of the above information is included there.

Best regards

Rolf-Martin

Former Member
0 Kudos

Hi!

It was the good solution.

Thanks!

Toth