cancel
Showing results for 
Search instead for 
Did you mean: 

Change BI 4 service request port via SDK

former_member230867
Participant
0 Kudos

Hi all,

I am trying to implement a way to change request port of BI 4 services via BI4 Java SDK. It would enable me to change request ports within single execution which is especially handy in large deployments with many services.

All workflow of restarting services, flags, etc. is basically clear to me from API reference. However, I am struggling to find a way how to set that new port value,.. I am only able to get the request port value via object properties.

Is there a way that a request port can be set programatically?

Thanks,

Erik.

Accepted Solutions (0)

Answers (1)

Answers (1)

julien_bras
Explorer
0 Kudos

Hum this didn't seems to be not so easy to do using directly BOE SDK api.

If I check the IServer class documentation (https://help.sap.com/doc/javadocs_bip_42/4.2/en-US/bip/en/com/crystaldecisions/sdk/plugin/desktop/server/IServer.html) there is no way to update such parameter.

But it is always possible to update directly the IInfoObject 🙂

If I check the AdminTools (select * from ci_systemobjects where si_name='SAPBI41.CentralManagementServer') I can see some reference to the request port, but you will have to deal with IInfoObjects / Properties / Bags.