cancel
Showing results for 
Search instead for 
Did you mean: 

System number and system ID in a java connection string

Former Member
0 Kudos

Hi,

I'm trying the JAVA 710 gui, and it's looking good. I do have some trouble connecting to my systems. I have to systems, sharing the same app-server IP address, but seperated by a different system number. How do I configure that in the connection or router file?

Example:

app-server 999.999.99.999, system id ABC, system number 01

app-server 999.999.99.999, system id XYZ, system number 02

Thanks for your help

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The portnumber for an SAP application server is by convention 3200 plus the two-digit SAP system number.

Example for a simple connection string with an application server's IP address (172.16.64.17) and portnumber (3200) and System number 00:

/H/172.16.64.17/S/3200

But for a connection string with an application server's IP address (172.16.64.17) and portnumber (3200) and System number 01:

/H/172.16.64.17/S/3201

RMW
Advisor
Advisor
0 Kudos

Hello,

the magic regarding connection strings is described in chapter 9.1 of the manual coming with the installation of SAP GUI for Java. There is also a <a href="https://forums.sdn.sap.com/click.jspa?searchID=2057281&messageID=3087436">thread</a> availabe discussing this.

Best regards

Rolf-Martin