cancel
Showing results for 
Search instead for 
Did you mean: 

how to locate RMI object on other server instance ?

Former Member
0 Kudos

I want to run RMI-p4 server on one server node and access it from other instance,
despite it is other JVM

as described there:
http://help.sap.com/saphelp_nw04/helpdata/en/a2/f9d7fed2adc340ab462ae159d19509/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/a2/f9d7fed2adc340ab462ae159d19509/frameset.htmproviding  all details in server port - instance, server number..
but was able only to locate object on same server,
and it was found despite port was used for it

I only not generated proxy-stab due to P4 provide it dynamically according SAP documentation.

questions:

why finding object so behaves - not depending from port , and finding only in own server ?

how to do it right ?

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

found error description, when only local instance is found -
when parameter  
p.put("force_remote", "true"); 
is not set.

It did not helped, but local instance stopped to be found.

problem desription:
Wrong Lookup From Another Cluster:

https://help.sap.com/saphelp_nwce711/helpdata/en/8b/2e2c4142aef623e10000000a155106/frameset.htm

As well I tried different lookup strings for locating object on desired node of cluster
for sample  Provider URL string:

p4://disp_host:p4_port#sereverId


as described there:

Advanced P4 Protocol Connection Configuration

http://help.sap.com/saphelp_nwce711/helpdata/en/48/2992d7ad8758d7e10000000a421937/frameset.htm

still not found remote object.

any more Ideas ?