cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance SMQ2

Former Member
0 Kudos

Hi,

We have a requirement as below.

In SMQ2, for entry with error, LUW will be executed. Here if LUW is executed three times and still the entry stays in error status, then save LUW for that entry automatically. Is this feasible? if yes how?

Your help is highly appreciated.

Regards,

Manoj Kumar P

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Manoj,

If you want to restart entries with error in SMQ2, you must create a periodical job executing standard abap program RSARFCEX. This program restart LUW's.

If you want to limit number of executions of the same message, you can modify default value for IS_RETRY_LIMIT parameter (in trans. SXMB_ADMIN --> Integration engine configuration --> specific configuration) . But three times is perhaps a very low value for that parameter (it's all kind of message).

Regards,

Carme