cancel
Showing results for 
Search instead for 
Did you mean: 

Instance of a server

Former Member
0 Kudos

How to get Instance of a server by Using java Program.

Thanks in Advance,

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey,

You can not get the instance of the server in JAVA program,

this should be given to you by your basis system.

In order to login to a system, you must already have the system number of the system.

If you don't have the system number,

you can access the sap application server and see which system number are in used, however:

1. One machine can have several system numbers to several different systems.

2. Single system, can have several system numbers on the same machine.

this means, your program would not know which system number is the correct system number... (and it would be very complex and hard to login to the application server OS).