cancel
Showing results for 
Search instead for 
Did you mean: 

cancel message in status "system error" - from synchr. RFC call in IP

Former Member
0 Kudos

Hello guys,

from a synchronous RFC call in an integration process where the receiver determination failed

I have now some messages left in the message monitor with status "system error".

How can I cancel them ?

I tried RSXMB_CANCEL_MESSAGES, RSXMB_CANCEL_NOT_REST_MESSAGES but they were not selected.

Also in the runtime workbenche they cannot be canceled.

Thank you for your help

regards

Hans

Accepted Solutions (0)

Answers (3)

Answers (3)

udo_martens
Active Contributor
0 Kudos

Hi Hans,

you cant cancle synchronous messages. Cancling makes only sense for asynchronous message to release queues. For what do you want to cancle the message?

Regards,

Udo

Former Member
0 Kudos

Hello Udo,

delete the message is also good for me.

The messages are obsolete because of an configuration error. no further processing is needed.

Thanx a lot

regards

Hans

Former Member
0 Kudos

Hi!

Configure the Message deletion using transaction SXMB_ADM (Integration Engine Configuration - Category DELETION) and then schedule the deletion jobs in SXMB_ADM.

Regards,

Volker

Former Member
0 Kudos

Hi,

In addition to above answer:

- You can't cancel Sync Error Messages but you can delete them.

- Run delete jobs to delete all sync messages (search for blogs).

Regards,

Gourav

Former Member
0 Kudos

Hi Hans,

Since they are the sync calls, and if the system error is the response, you cannot restart or cancel them.

I assume you are trying to cancel these message in order to enable them for archiving/deletion process.

if so, you dont have to bother as the sync messages are usually not a part of the process unless configured.

Raghu