Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

One JAVA and multiple ABAP Instances

Former Member
0 Kudos

Hello All,

Till now i have done configurations for  Billerdirect on one Java instance  and one ABAP instance.

Now my situation  in production we have multiple ABAP  (1 CI + 4 Dialog) and only one production Java instance.

So in XCM configuration  using method  group_connect i have  created XCM configuration this is working fine.

so here is our problem after doing this .

For self user Registration  we have created JCO_RFC_Server in XCM   this configuration is working only in one situation.

Since JCO_RFC_SERVER can be created only for one instance when ever self user registration  goes to other instance it fails , which is happening frequently

Can anyone  please help me understand in creating XCM configuration for multiple ABAP instances so that i  can create multiple JCo_RFC servers.

Over View:

From one Java instance i want to establish multiple connection to ABAP (CI + DI) so that  i can create one JCO_RFC server for each connection.

When i want to access system i will access using  XCM connection name at the end.

eg some thing like this.

http://myserver:53000/bd/public/frameset_top_html.jsp?SYS=MYSYS1

http://myserver:53000/bd/public/frameset_top_html.jsp?SYS=MYSYS2

Please help in moving forward.

Thanks in advance.

Regards,

Vardhan.

1 REPLY 1

Former Member
0 Kudos

Hello All,

Could you please help me in getting to an logical solution on this approach .

Thanks,

Vardhan.