cancel
Showing results for 
Search instead for 
Did you mean: 

J2SE Adapter Monitoring

Former Member
0 Kudos

Hi

Is there any way of activating native monitoring from within the J2SE Adapter engine? How do we monitor errors on the J2SE Adapter engine automatically?

Can it notify us automatically if an error occurs?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try activating the alert monitoring on the runtime workbench, as per help page below

http://help.sap.com/saphelp_nw04/helpdata/en/88/21bc3ff6beeb0ce10000000a114084/content.htm

Former Member
0 Kudos

This is already active but it only shows whether PI can reach the J2SE adapter engine or not. I would like specific alerts based on the type of error on the adapter to be sent to recipients in a mail distribution list for instance.

Is this possible?

Former Member
0 Kudos

Do you have a CCMS configure? After configuring the alerts on the Alert Configuration, are they being sent to the host configured on Exchange Profile's parameters "com.sap.aii.rwb.server.centralmonitoring.*"?

You can send e-mails from the central monitoring (abap stack), not directly from RWB. First, please check the OSS note "#913858 XI Alerting: Troubleshooting". Then, go to ALRTCATDEF transaction on the central ABAP system, and create the category for the role. There you can configure if the alerts will be sent by e-mail to someone's inbox.

Former Member
0 Kudos

This is not a central or even de-central adapter engine. Its a remotely deployed J2SE Adapter Engine. We cant use the normal alert methods in the way you are suggesting

Former Member
0 Kudos

It doesn't need to be a central adapter engine, just need to send the alerts to the central ABAP, which can be other environments over the network. RWB generates alerts, but has no notification system built-in. If this J2SE system can't reach an ABAP system through RFC connection, it won't be able to send e-mails.

Another possibility is to use the Solution Manager. Is it possible to deploy Solution Manager Diagnostics in this system?

Former Member
0 Kudos

Hi Riaz,

>>>I would like specific alerts based on the type of error on the adapter to be sent to recipients in a mail distribution list for instance.

You can call SALERT_CREATE RFC from the Java adapter module and raise alerts based on the error.

Refer:

/people/amol.joshi2/blog/2006/11/27/alerts-from-adapter-modules--the-jra-way

Regards,

Aravind

Answers (0)