cancel
Showing results for 
Search instead for 
Did you mean: 

restart message

Former Member
0 Kudos

Hi all,

how would u restart a message,if we get an error in case if synchronous and asynchronous messages?

Regards,

Keerthi

Accepted Solutions (1)

Accepted Solutions (1)

nikhil_bose
Active Contributor
0 Kudos

try SMQ2

Former Member
0 Kudos

Hi,

can anyone please help?

0 Kudos

Hi,

Regarding resting messeages in smq2 find the below procedure

1.) Go to SMQ2 (qRFC monitor)

2.) Execute .

3.) If there is a queue not moving, double click on queues ‘til you see the status. SYSFAIL due to error – move to the right to see the error text

If error is due to cache not refreshed:

1.) Go to transaction SXI_CACHE and check if CACHE is not up to date.

x

In this case, CACHE contents are up-to-date.

2.) If CACHE is not up to date, click Refresh before refreshing the cache just in case someone else already did it. If still not up to date, click “Start Delta Cache Refresh” in “XI Runtime Cache”.

If CACHE is already up to date as seen above, proceed to next steps.

3.) Then, go back to SMQ2. Unlock the queue that is in SYSFAIL. To do this:

a.) Choose the queue that is in SYSFAIL.

b.) Click unlock, . This screen will appear:

c.) Click .

4.) Then, double click in the queue name ‘til you go to the user.

5.) Double click on the user to go to the message in error.

6.) Select the one in error

7.) Click restart and refresh to see if the message will be processed successful.

8.) Then, click F3 or back ‘til you go back to the queues. Now, the queues are running.

-


Reward points if it helps

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Checjk with this

How to restart the messages

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

Regards

Seshagiri

Former Member
0 Kudos

Hi,

Sync message can't be restarted.

For Async message you can reprocess from SXMB_MONI or you can run ABAP program to reprocess message for you.

T.Code: SE38

Program Name: RSXMB_RESTART_MESSAGES

Run it and rest of the job will be done by it, you can also schedule it using SM36 to process messages automatically.

Regards,

Gourav

---

Reward points if it helps you

former_member240483
Contributor
0 Kudos

If manual retart is possible you can do it through MONI.and Queue related issues laso u have to release the queue first then restart the message...it depends on the message and erro...

regards

Rao