cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Enine monitoring with GUI

Former Member
0 Kudos

Hi

I'm stuck with situation where RWB is is broken (some java stuff) but otherwise XI (ver 3.0) is ok.

I would need to see some asynchronous messages and to resend them but as GUI is my only tool at the moment there seems no way of resending a asynchronous message (in RWB message monitoring it is fairly simple).

Is there some transaction to manage Adapter Engine's message queue in GUI? Or is there same quirks in SXMB_MONI?

Thanks,

Heiko

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi from SXMB_MONI you can restart asynch. messages that have an error status in the integration engine (ABAP).

If the message is in error in the adapter engine (Java), the only way to restart the message is from the RWB, from the ABAP stack there is nothing you can do.

Regards,

Sergio

Former Member
0 Kudos

That is what I was afraid of :S

I must consult my executive officers to see if previousli given hind could be applied. :S

Thanks.

Former Member
0 Kudos

If your RWB is broken, it would be wise to start repairs. Do you get any error message when accessing the RWB?

Former Member
0 Kudos

RWB sections (except Alert Inbox and managing) give a java error:

java.util.MissingResourceException: Can't find bundle for base name com.sapportals.htmlb.unifiedrendering.text.MessageBundle, locale et

I have reported the issue to our administrators. As far as I am concerned, the issues is being repaired.

However, as nothing has happened for almost a week, I am shoping around for any faster solutions.

Former Member
0 Kudos

No, you cannot apply it because this will change the status of the message in the integration engine (ABAP), but if the error is in the adapter engine (Java) then you will not solve the problem, you will just duplicate the message in error there.

Additionally I doubt that a second message with the same id and direction sent to the adapter engine will result in an error at db side.

Which kind of problems are you having with the RWB?

Kind Regards,

Sergio

Former Member
0 Kudos

>

> Which kind of problems are you having with the RWB?

>

As in my previous post... a Java stack error.

Happened after changing the hardware of the system.

Answers (1)

Answers (1)

Former Member
0 Kudos

You can not monitor the AE from the SAP GUI (ABAP). However, it is possible to restart successful messages from SXMB_MONI: /people/michal.krawczyk2/blog/2005/11/09/xi-restarting-successfully-processed-messages

Former Member
0 Kudos

Thanks

The first way needs RWB..

The second way is not suggested for production environment. As I have to operate on production system... a not recomended suggestion is not possible. :S