cancel
Showing results for 
Search instead for 
Did you mean: 

Server proxy not executed - Not updating data

Former Member
0 Kudos

Hi,

I am working in a File->XI->ECC 5.0 scenario. The message reached ECC side and the status in SXMB_MONI is file and contain the payload. I have tested the proxy interface from SPROXY and is working fine(updating the database). But in runtime it is not updating database. It looks like it is not executing the method "EXECUTE_ASYNCHRONOUS". as even I am not able to see it in SM51 though it has an infinite loop. Please help.

Thanks in advance.

--SA.

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi,

Go to ECC system and then go to SXMB_MONI in ECC system.

What is the error it shows ?

Also make sure that Queues are registered correctly in ECC system( for this SXMB_ADM->Manage Queues->Register all)

/people/krishna.moorthyp/blog/2005/12/23/monitoring-for-processed-xml-messages-in-abap-proxy

Regards,

Moorthy

Former Member
0 Kudos

Hi,

Thank you all, specifically Moorthy. It was problem with registering queues correctly.

Thanks,

-SA

Answers (2)

Answers (2)

Former Member
0 Kudos

Have you done "commit work"?

Former Member
0 Kudos

Hi SA,

Try to debug the proxy.

Do the following steps

1) SMQR..Deregister the queue

2) Go to the proxy code and set a external breakpoint for the user which is used to connect to R/3.

3) SXI_MONITOR ..see the message to get the queue id

4) SMQ2 ..Release the queue

Now when u do that, a new window will be opened with the debugging option on.

Go thru this blog..

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

Regards,

Sumit