cancel
Showing results for 
Search instead for 
Did you mean: 

Communication between the server nodes using API

Former Member
0 Kudos

Hi,

We have a portal server with 2 nodes. I would like to fetch the object from the node1/node2 based on which node i hit when i logged in. Is there any API for this

Thanks

Padmaja

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Padmaja,

U can get the node info. using cluster information service. like,

IClusterInformation clusterInfo =

(IClusterInformation) PortalRuntime.getRuntimeResources().getServiceIClusterInformation.KEY);

String nodeId = ""+clusterInfo.getNodeId();

Regards,

Sri

ravindra_bollapalli2
Active Contributor
0 Kudos

hi,

check this link

http://jsbi.blogspot.com/2006/09/which-sap-enterprise-portal-server-node.html

alog with that one

https://dsd.esco-salt.com/StartPage/documents/admin/contents.html

[this|/message/6734680#6734680 [original link is broken];

[this|/message/6149873#6149873 [original link is broken];

thanks and regards

bvr

Edited by: bvr on Apr 8, 2009 10:07 AM

Edited by: bvr on Apr 8, 2009 10:10 AM