cancel
Showing results for 
Search instead for 
Did you mean: 

Reprocess a message with error at outbound side

Former Member
0 Kudos

How to reprocess a message with error at outbound side? The over all status of the message in SXMB_MONI of Xi is success. Sender is an IDoc adapter and receiver is JDBC adapter. Please reply.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

if your reprocess a message which must be a acknowledgment message as it with error . if so, u can regard it as a generic messae to process as a message receiver.

but note:

you must config a receiver agreement for your outbound side namely your sender.

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

This was a workflow error during BPM process. I re-triggered them from SXMB_MONI_BPE.

Thanks

Jaison

Former Member
0 Kudos

hey

have a look at the following

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

Thanx

Aamir

Former Member
0 Kudos

go to RWB --> message monitoring > give the filter conditions and then select the msg which has errors and you want to resend> click on resend button on the top of the table.

Cheer's

Former Member
0 Kudos

Message processing is terminated if either request messages or acknowledgment messages contain errors. You can either cancel such messages manually in the system where the error occurred or restart them once you have corrected the error. To do this, use the monitor for processed XML messages.

Notes for the IDoc Adapter

● IDoc technology supports its own acknowledgment technology, namely the ALE audit. Here there are no acknowledgment requests from the sender. Instead, the receiver decides whether an acknowledgment IDoc should be sent back to the sender based on the ALE configuration. These acknowledgment IDocs are only used for monitoring on the sender side.

On the Integration Server, you can use the IDoc Adapter: Acknowledgments function to define the acknowledgments you want to request for a sender port and client.

See: Configuring Acknowledgment Requests

● IDoc technology is the only technology in which positive acknowledgments from the application contain data. This data can be sent by the IDoc adapter in an acknowledgment IDoc if the sender is an IDoc system.

If the sender is not an IDoc system, you can use the Send ALEAUD for Partner as Request function in the Integration Server to convert acknowledgment IDocs to XI request messages and send them. Otherwise, the data is discarded.

See: Sending Acknowledgment IDocs as XI Request Messages

● For the inbound IDoc adapter to be able to send an acknowledgment IDoc to the sender, a communication channel with the interface ALEAUD.ALEAUD01 must be maintained for the sender.