cancel
Showing results for 
Search instead for 
Did you mean: 

Cluster name with server

former_member184088
Contributor
0 Kudos

Hello,

How to retrieve cluster name with server details using Java SDK.

Regards,

Atul.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Which BO version are you using?

You can use the methods available in the IEnterpriseSession interface of BusinessObjects Enterprise SDKs.

getClusterName

java.lang.String getClusterName()

Name of the cluster to which the user is connected.

Returns:
A String containing the name of the cluster to which the user is connected.