cancel
Showing results for 
Search instead for 
Did you mean: 

Ispeak (RNIF, CIDX, PIDX) No delivery of confirm message

Former Member
0 Kudos

How to resend Ispeak message which was failed to receive ReceiveAck on time? the request message sent successfully in RWB, but no ReceiveAck receive on time to perform. I can't resend from RWB or SXMB_MONI since the sending was completed successfully. please share how you handle this kind of error.

Best Regards,

Philip

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

1. does your ack message is in queue (SMQ2) ? if yes, restart the corresponding line (use F6 key).

2. Else in SXMB_MONI, find your XML message (source, not the ack). then in message detail, under SOAP > Main, get your MessageID.

3. Return back in selection screen of SXMB_MONI, but this times go to tab "Advanced Selection criteria", and in:

- in field Message ID, give your MessageID

- in field Logical Pipeline ID, use "CENTRAL_BACK"), or eventually RECEIVER_BACK / SENDER_BACK (that depends of your flow).

and run. You should have your ack message in error status, and you should be able to restart it.

Mickael

Former Member
0 Kudos

Hi Mickael

the message is successfully sent to destination but we didn't receive ack on time. Hence, the message error out with message below,

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.MessagingException: Delivery of RNIF 2.0 action message to partner system failed; expected RNIF 2.0 signal message was not received on time: java.lang.Exception: Delivery of RNIF 2.0 action message to partner system failed; expected RNIF 2.0 signal message was not received on time</SAP:AdditionalText>

In this case, we are not able to resubmit the original message again.

best Regards,

Philip

Former Member
0 Kudos

...