cancel
Showing results for 
Search instead for 
Did you mean: 

Message failed in MONI but it shows successfully delivered in Adapter Engin

Former Member
0 Kudos

Hi All,

In my case , one message is failed in moni.

Error is " Time Limit Exceeded".

<<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">SYSTEM_DUMP</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>sappipdi3 : XBTO8___0004 : Time limit exceeded.</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

But when i try to find this message in RWB--> Adapter Engine Database, it shows Successfully delivered.

Details::

=============================================================================

2010-11-06 03:13:12 Information JMS Message was forwarded to the JMS provider succesfully."

2010-11-06 03:13:12 Information XMB Message as Binary was forwarded to the SAP XI JMS service succesfully.

2010-11-06 03:13:12 Information The message was successfully delivered to the application using connection JMS_http://sap.com/xi/XI/System.

2010-11-06 03:13:12 Information The message status was set to DLVD.

=============================================================================

Can u tell me why this happens and does it mean that message has been successfully sent to receiver system?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

if it is a synchronous then the response might have not returned from the target system in expected time..

check that ...

you may need to increase the time out parameter...

HTH

Rajesh

Former Member
0 Kudos

Hi Rajesh,

The scenario is not synchronous.Hence there is no reply to come

Former Member
0 Kudos

The scenario is IDOC to File.

No proxy is used.

We have been facing this situation. We get error in MONI as well as System Error in Message Monitoring.

But this particular message reaches the destination system without Error.

Can anyone tell me why this happens?

former_member207622
Contributor
0 Kudos

Put commit work inside the proxy code if there is a loop and increase the time out parameter inSXMB_ADM

Please have alook at the links below

regards

Ninad

Edited by: Ninad Sane on Nov 16, 2010 11:20 AM

Former Member
0 Kudos

Hi,

please specify whether you are using any post processing script or not.

If yes please increase the log poll interval and check the concurrency of the message if multiple messages are trying to create the file at a time.

cheers,

Abhishek.

sugata_bagchi2
Active Contributor
0 Kudos

Hi Snehal,

for both of these the messageiD are same? can you please check the queue XBTO8___0004? what is the status of the queue?

is this error in XI moni ? or this is from R/3? if you are doing a proxy scenario please check the proxy code.

can you provide the ST22 dump ? if there are any?

Thanks

Sugata B Majumder

Former Member
0 Kudos

Hi Sugata

message id is same for both.

Status of the queueXBTO8___0004 is Time Limit exceeded. After some time the queue got cleared and the message was failed

"ST22 dump" not aware of it

Former Member