cancel
Showing results for 
Search instead for 
Did you mean: 

Alerts

bhavesh_kantilal
Active Contributor
0 Kudos

All,

I need to raise ALERTS whenever anything fails in XI. The errors would include both Integration Engine errors ( the ones shown in SXMB_MONI ) and also, ADAPTER ENGINE errors ( the ones shown under RWB--> ADAPTER MONITORING ).

I have configured my Alert Category in ALRTCATDEF and also defined an ALERT RULE with NO RESTRICTION.

When I use the report RSALERTTEST under SE38 to trigger the alert, i get the coressponding messages in both my ALERT INBOX and also in my EMAIL.

But, what I want is that the ALERTS get triggered by themselves whenever anything fails in XI.

I tried triggering errors in the XI part, but no alert was triggered as expected.

Is there any other additional configuration that needs to be done for my scenario.

Any Input on this would be really helpful.

Regards,

Bhavesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

i have solved the problem. @all: check that your XIRWBUSER has all rights to execute the SXMS_ALERT Function Group which filters the errors from the SXMB_MONI to the alert tables.

Andrzej_Filusz
Contributor
0 Kudos

Hi Felix,

I'll check your hint for sure.

Thanks and regards,

Andrzej

bhavesh_kantilal
Active Contributor
0 Kudos

Hi felix,

//check that your XIRWBUSER has all rights to execute the SXMS_ALERT Function Group

hopefully your solution will work for me too. Can you guide me on how to check the same.

Andrzej, I'll check out those links after I try Felix's solution.

Thanks for the input guys,

Regards,

Bhavesh

Answers (2)

Answers (2)

Andrzej_Filusz
Contributor
0 Kudos

Hi!!!

I have the same problem. I have opened OSS.

Here are my hints:

1) http://help.sap.com

Alert Notification Step-by-Step

http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm

Alert Configuration

http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/content.htm

2) Michal's blog: XI FAQ

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

XI: Alerts - Troubleshooting guide

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide

XI: Alerts - Step by step

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

3) Notes:

750287 XI 3.0 Runtime Workbench: Alert configuration does not start

768456 Troubleshooting Runtime Workbench XI 3.0

813703 XI RWB alert configuration is incompletely displayed

840849 XI 3.0 Runtime Workbench: SSO2 is not active in this system

824039 XI30 Runtime Workbench: Display of XI alerts in CCMS

0000906044 XI30 Alerting: Wrong hostanme in the URL of the XI Alert

0000905896 XI30 Alerting: Message without recipient creates no alert

0000904825 Synchronous message processing: Error in CCMS connection

0000902022 XI30 Alertrule insensitive to Receiver Interface

0000882215 XI 3.0 Runtime Wkbnch: Java Adaptr does not generate alerts

0000876546 XI 3.0 Runtime Workbench: Missing alerts

0000870232 XI 3.0 Runtime Workbench: New Alerting functionality

But start with this one!!!

913858 XI3.0 Alerting: Troubleshooting

4) User roles

SAP_ALM_CUSTOMIZER -- Alert Management: Role for Customizing

SAP_ALM_ADMINISTRATOR -- Alert Management Administrator

SAP_BC_ALM_ALERT_USER -- ALM: Role for the alert user

SAP_BC_ALM_ADMIN

SAP_BC_ALM_CUST

SAP_XI_RWB_SERV_USER

SAP_XI_RWB_SERV_USER_MAIN

5) BTW, I'm working with SP12:

I run program - RSXMB_ACTIVATE_ICF_SERVICES

and I scheduled the job/program SXMSALERT_PROCESS_DATA_GET.

Now the funny part: I can invoke alerts from BPM without problems.

Regards,

Andrzej

Former Member
0 Kudos

thank you:-) its good for anyone who is new to this issue.

Former Member
0 Kudos

Hi all, i am on sp15 and i am facing the same problem. since sp14 the alerting is not a part of endtoend mon. anymore. running the rsalerttest works, but a alert rule based on my alertcat with "*" is not working.

I worked through the alert step by step in sap help, Michal blogs and all threads i have seen.

any ideas:-)?