cancel
Showing results for 
Search instead for 
Did you mean: 

Alerts not getting triggered from Adapter Framework

Former Member
0 Kudos

Hi,

I have done the following steps for the Alerting:-

1. In configuration of RWB, activated monitoring for XI integration server & XIAdapterFramework and set the monitoring level to 'HIGH'.

2. Scheduled the Report 'SXMSALERT_PROCESS_DATA_GET' on ABAP stack.

3. In the 'further settings' link in End-to-End monitoring, activated the monitoring and set the frequency.

4.Created an alert category using t-code 'ALRTCATDEF' and assigned fixed users(myself) to it.

5.Defined an alert rule with '*' in all conditions and 'No restrictions' for the question 'Where did the error occur'.

Finally after all the steps:-

I am able to receive the alerts in the inbox -

a) by running the test report 'RSALERTTEST'

b) from a control step in BPM.

<b>However, alerts are not getting triggered for an error in the Adapter Framework. (an exception in the Adapter Channel)</b>

When i debugged the SXMSALERT_PROCESS_DATA_GET report, there was step where it was looking for process instances in table 'SSPICSPRHD' which was empty and the alert error log said -

<i> No process instances found for process type ID: 26460B43EB934C4C9ABBE9627380A89E ( XIDomain: domain.00.hqdvsapxi01 )</i>

Any help/hint is welcome !!!

Thanks & Regards,

Renjith.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1382. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

I think this blog will be of help to you..

Cheers,

Divya

Former Member
0 Kudos

Renjit

Currently this is not activated for Adapter errors.Configuring Alert rules in the RWB doesn't trigger alerts in case of adapter errors..Last we raised an OSS they got back that they are planning to monitor adapter errors comprehensively only in SP14.Currently only option out is Adapter Monitoring..

We can think of writing our own solutions , one option I can think of is using moduleprocessor to create a custom log file for each adapter instance and monitor it separately.

Regards

Sriram V.

Former Member
0 Kudos

Thanks Everyone...

So the answer is wait for SP14... :(...

I am limited even further, as i cannot use the adapter monitor because for the RNIF adapter, the adapter monitoring will be activated only by SP14....

So i guess...Sriram suggestion is the temporary solution....

Thanks again...

Regards,

Renjith

Former Member
0 Kudos

Hi Renjith,

Just go through the following...

http://help.sap.com/saphelp_nw04/helpdata/en/cb/9c1341e4a4f16fe10000000a1550b0/frameset.htm

also do check in the link given in the page for details.

Gud luck,

Divya