on 2016 Apr 07 12:54 PM
Hello,
How to retrieve cluster name with server details using Java SDK.
Regards,
Atul.
Link to the BI 4.1 SP6 API guide is below
http://help.sap.com/businessobject/product_guides/sbo41/en/sbo41sp6_bipjava_apiRef_en.zip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Which BO version are you using?
You can use the methods available in the IEnterpriseSession interface of BusinessObjects Enterprise SDKs.
java.lang.String getClusterName()
Name of the cluster to which the user is connected.
String
containing the name of the cluster to which the user is connected.You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.