cancel
Showing results for 
Search instead for 
Did you mean: 

Client Proxy not invoking the Configuration in ID

Former Member
0 Kudos

Hi All,

I am doing the scenario Proxy(client proxy) to File.

when i test the my report program and i am able to see message in SXMB_MONI

in Application system..

the message status is Message Recorded(commit missing)..when i double click the message only the first step is there Inbound message no other steps..i had created the configuration scenario..why my scenaio it is not triggering..

I have done below steps in ID.

sender communcation channel - xi adapter

receive communcation channel - file adapter

Sender aggrement -

Receiver Determination

ID

RA..

all the above steps i did .and activated.

is ther any step i missed out..and

i tried with out giving sender aggrement and tested the scenario the same message is appering

First of all does it required Sender aggrement when ever Clien proxy is doing sender side..if yes the sender is XI Adapter correct or not.

why it is not triggering my scenario..please can gues any body.

Regards,

Venu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

After calling the Execute_Asynchronous or Execute_Synchronous method of your client proxy you neeed to do a commit work statement...

//Johan

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Your message is not being sent from application system that's why it is not appearing in XI sxmb_moni.

In case of client proxy no need to give sender agreement.

Check your application system settings whether it is pointed to correct pipeline url of XI in SM59.

Thanks.

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Please refer to this blog especially the code to send data to XI. It has COMMIT WORK in the code.


CALL METHOD prxy->execute_asynchronous
      EXPORTING
        output = it.
     commit work.

Does your have the same?

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Regards

Bhavesh

Former Member
0 Kudos

still the payload not reaching to XI..do we need to do any steps to reach that payload into XI...

regards,

Venu.