cancel
Showing results for 
Search instead for 
Did you mean: 

Get available CMS Servers using JAVA SDK API

0 Kudos

Is there any possibility in getting the available CMS Servers using Java SDK API?

I see a method which says getCMSName(), getClusterMembers(). But not sure whether its possible to get those members. Please refer the below link for API Docs.

https://help.sap.com/doc/javadocs_bip_42/4.2/en-US/bip/en/com/crystaldecisions/sdk/framework/IEnterp...

Accepted Solutions (0)

Answers (2)

Answers (2)

DellSC
Active Contributor
0 Kudos

However, that query will give you the list of server processes that you see in the Servers section of the CMS. Although I've not used it, I believe the call to getClusterMembers() should get you what you need.

-Dell

TJe
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can get the server InfoObjects using a cms query, e.g.

select si_id, si_name, si_kind from ci_systemobjects where si_kind='server'