cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC Failed due to error in Adapter

Former Member
0 Kudos

Hi All,

We need to process some  inbound IDoc automatically that failed in sxmb_moni due to Password locked that was being used in RFC destination. SXMB_Moni has Error in Adapter message.

Please provide solution or ABAP program that resends all the failed message.

Thanks

Laxmi

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Schedule RSXMB_RESTART_MESSAGES

nabendu_sen
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Laxmi,

Once the message is in successful status in moni, the best way to monitor becomes RWB -> Message Monitoring.

For adapter engine related errors, you may resend the data manually using the resend option in the Message Monitoring. Otherwise, for automatic retry of messages, you may change the default settings.

Regards,

Sagarika

former_member184681
Active Contributor
0 Kudos

Hi Laxmi,

If the messages were processed successfully, but could not be delivered to the receiver, then I believe they have a checkered flag in SXMB_MONI (which means they can't be reprocessed there), but they are stuck in a queue. So you should repeat their despatch to the receiver system in SMQ2, by unlocking/activating the queue.

Regards,

Greg

Former Member
0 Kudos

Hi Laxmi,

Take the payload from sxmb_moni, reprocess the messages from RWB->Integration Engine->Test Message.

Thanks,

Satish.