cancel
Showing results for 
Search instead for 
Did you mean: 

Posting large amount of data via sync web service

former_member568822
Active Participant
0 Kudos

Hi,

I'm trying to posting a large data via sync soap adapter and receiver as abap proxy. I'm getting log version status in SXMB_MONI when ever i try to post data >5k. Any idea how to trace it? If got timeout should there be an error message in SXMB_moni instead of log version? Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This message occurs when process on receiving system somehow is locked and does not return a response.

your receiving system is an ABAP system, goto sm66 ,sm12 in th abap system. In sm66 look for transactions which are running for very long and inside sm12 look for locks that interfere in processing of message on the abap system.

also maybe the response system was locked when time request was send and therfore no response was received.

also chk this blog :-

/people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni

hope it helps.

Regards,

Rohit