cancel
Showing results for 
Search instead for 
Did you mean: 

SXMB_MONI - Message Status - Automatic Restart

Former Member
0 Kudos

Hello,

When a message in transferred, in transaction SXMB the message has an "AUTOMATIC RESTART" icon. Other messages stuck in the queue and are waiting for the message to restart.

Only after some time, the "AUTOMATIC RESTART" icon converts to "Red Flag" icon.

I would like to know if there is a way to stop the "Automatic restart" of the messages in transaction SXMB_MONI.

Please Advice,

Dimitry

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Dimitry,

Here is another way to delete the message from SXMB_MONI:

1) On SXMB_MONI you click on the QUEUE_ID column in your problematic message, this enters you to the spesific queue where this message is in.

2) Select the correct message in the queue and press delete.

It's not a way to cancel the auto restart but it helps in some situations.

Best reguards,

Elad Saar.

Answers (3)

Answers (3)

Former Member
0 Kudos

Naveen,

I couldn't find any forum by search method suggested by you. Can you help?

former_member187339
Active Contributor
0 Kudos

Hi Jatin

Give <b>"Proxy framework: Catch CX_AI_SYSTEM_FAULT"</b> as the search string in the forum search and change the <b>Data Range</b> to <b>ALL</b>. You will find the required post.

Hope this will solve your problem.

Regards

Suraj

Former Member
0 Kudos

Dimitry,

I dont know if you can disable automatic restart, but you can try to delete messages from Integration Engine. There are various ways to do that.

1. In ABAP-stack. Transaction SMQ2, try to delete all messages currently stored in queues or try to identify based on time the exact message that is restarting.

2. In J2EE-stack. In RWB, go to Message Monitoring, select time frame when this message first occurred. After, there is a button cancel to cancel processing of each individual message.

Hope this helps,

Dmitriy Mindich

Former Member
0 Kudos

Hi,

as far as I know, it is not possible from SXMB_MONI to prevent the restart of the queue. Maybe somehow in the q-rfc scheduler...

What is your usecase?

Good luck

Holger

Former Member
0 Kudos

Hello Holger,

Do you mean what is my system scenario ?

Dimitry

Former Member
0 Kudos

Hello Dimitry,

Messages are set to "Automatic restart" system wide by setting up the tuning parameter in Integration Engine configuration parameters.

And as a default rule the messages are restarted every 2minutes. If you want to stop the restart of messages go to sxmb_adm , remove IS_RETRY_LIMIT under TUNING category.

This will prevent restart of messages.

Hope it Helps!!

Regards,

Naveen

Former Member
0 Kudos

Hi Dimitry,

why do you want to stop the restart of the queued messages?

Regards Holger

Former Member
0 Kudos

Hi Naveen,

IS_RETRY_LIMIT is not set in the "configuration of the integration server".

Where should I search for this parameter ?

Please Advice,

Dimitry Haritonov

Former Member
0 Kudos

Hi,

Path for IS_RETRY_LIMIT.

Goto SXMB_ADM->Integration engine configuration->specific configutation->tuning parameter->IS_RETRY_LIMIT.

Thanks,

Sasi

Former Member
0 Kudos

Hi Dimitry,

1. SXMB_ADM -> specific configuration ->

Tunning(category)

IS_RETRY_LIMIT(parameter)

2. Make sure you set the retry (2-100)

Regards,

Naveen

Former Member
0 Kudos

Hi Naveen,

As I mentioned before I'd like to deactivate the retry option. At this moment the parameter doesn't exists in my configuration.

Should I set the parameter ?

What value should I set for deactivate the "utomatic retry" ?

Please Advice,

Dimitry

Former Member
0 Kudos

Hi Dimitry,

There is a SDN post discussing about how to restart messages. Please search for "Proxy framework: Catch CX_AI_SYSTEM_FAULT" in the forums.

Thanks,

Naveen