cancel
Showing results for 
Search instead for 
Did you mean: 

How to call the integration engine not the remote function.

Former Member
0 Kudos

Hi!

I want to get the data from the client 000 with an rfc call through the xi (client 001). But when I call the function via rfc, the funciton is executed in the client 001, instead of forwarding the call to the integration engine.

How can I forwarded to the engine this call?

I only made a sender communication channel in the DI which is an sener adapter type RFC.

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

In the sender communication channel, check whether u have given client 000 for the tab "Logon Client". Also make sure that u have imported proper RFC from client 000 in IR.

Regards,

Prateek

Former Member
0 Kudos

Thanks for the reply.

But I have no receiver channel yet. so i can't even reach any server if my call would be catched by the intergration engine.

But unfortunately I can reach the target system without the engine.

I use java connector to connect the external system to my intergration server.

Please help.

Former Member
0 Kudos

And my role of the integration engine set correctly I think in the sxmb_adm. The role is integration server.

Thanks for helping