cancel
Showing results for 
Search instead for 
Did you mean: 

IDocs sent to XI, processed only some, others in status Scheduled for o/b..

Former Member
0 Kudos

Hi guys!

We have a scenario, where Idoc is sent from r/3 into XI, here enters integration process, where the idoc is mapped to soap req, sent sync to web service, ws response is mapped to other idoc type and integration process sends data to r/3.

The problem is, when more idocs are sent into xi from r/3 in short time. Some idocs are processed correctly, but some remain in status - Scheduled for outbound processing. When the same idoc (same data etc) is sent later, separately, the data (process) is processed succesfully.

Any ideas, what could be wrong?

Thanx a lot! Olian

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Olian,

This problem occurs when XI has not received the response from the webservice and it gets timed out. You can monitor this in RWB - Message Monitoring.

Have a look at this weblog

/people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts

Hope this will help you in resolving the issue.

Regards

Sreenivas

Former Member
0 Kudos

Is it synchronous process??

Former Member
0 Kudos

Hi Nilesh, well, the scenario is complex:

Idoc (r/3->XI) Async

ws call sync

idoc (xi->r/3) async.

O.