cancel
Showing results for 
Search instead for 
Did you mean: 

Get Server Node

Former Member
0 Kudos

Hi all,

How to get programatically, whats the server node that an applications is running?

I've a application that is running on cluster, and i need to get the server of execution on runtime.

Best regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

when running on a SAP Server try

String systemID = System.getProperty("SAPSYSTEMNAME");

regards

franz

Answers (0)