cancel
Showing results for 
Search instead for 
Did you mean: 

Single stack: is it possible to retry message from "after mapping"?

Former Member
0 Kudos

Hello!

I have JDBC to SOAP (XI) scenario.

Receiver system was unavailable for some time, and message failed by receiver side timeout.

Retry attempts were going from the very beginning (from "before mapping"), and it is not likely in this scenario.

I am using PI 7.4 Java stack only.

Is it possible to configure integration to use message from "after mapping" when performing retry?

Yours sincerely,

Andrey

Accepted Solutions (1)

Accepted Solutions (1)

vadimklimov
Active Contributor
0 Kudos

Hello Andrey,

Yes, this is possible. To achieve this, you need to enable message staging for that interface for one of steps following mapping step - for example, the step AM (which is staging of the message version right after mapping). When done so, if message mapping was successful and message delivery to a receiver system failed, the message will be restarted from its after mapping version (generally speaking, from the version that succeeded last successful staged step).

For more details about staging, please refer to SAP Note 1760915 and blog .

Regards,

Vadim

Former Member
0 Kudos

Thank you Vadim!

Best regards,

Andrey

Answers (0)