cancel
Showing results for 
Search instead for 
Did you mean: 

XI alerting setup.

Former Member
0 Kudos

Hello,

In our XI production system, some times there many messages in sxmb_moni fails with the error "HTTP_RESP_STATUS_CODE_NOT_OK", when we restart the message it getting processed . I am not sure what is the cause for this.

however there is job RSXMB_RESTART_MESSAGES scheduled for every two hours to restart the failed messages.many times we are processing the messages manually.

We are planing to setup a alerting for this, when ever there is failed message in sxmb_moni, trfc and qrfc, we need a alerting to be generaeted. can you pls help me how to proceed with the alerting setup.

Regards,

Venkatesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi vanktesh

"HTTP_RESP_STATUS_CODE_NOT_OK",

inside this message you will see a error category like this "some service (*) is not available conection request to this service refused etc...." This error occurs when the message request for some service and that service is not available at that time might be the reason --- service is engaged at that time or service may be doen at that request time or it may also that service is up but the port is down at that time.

So you can check through telnet ang ping your service check at that time whether your port is open.

adding furher to this error code there are various category like 401 -unauthorised access , 402, 403....

for full description of these error code you can follow this link

http://www.web-cache.com/Writings/http-status-codes.html

for alert configuration take the help

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

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

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config

Thanks

Sandeep

PS: if helpful plz reward points

Message was edited by:

sandeep sharma

Former Member
0 Kudos

HI,

For raising these types of errors so what you can in this case is you need to create a alert rule for this kind of errors. Refer the point no 8 for the same.

Refer the below help for the same.

For raising an alert you need to first configure the alert please follow the below weblog written by Michal Krawczyk

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

Configuration steps are: go to transaction ALRTCATDEF

1) Define Alert Category

2) Create container elements which are used for holding an error messages.

3) Recipient Determination.

Alert can be triggered in different ways.

1) Triggering by Calling a Function Module Directly.

/people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function

2) Triggering by Calling a Function Module in the Workplace Plug-In.

3) Triggering with an Event Linkage.

4) Triggering with the Post Processing Framework (PPF) or Message Control (MC)

5) Triggering from a Workflow.

6) Triggering from CCMS with autoreaction.

7) Triggering from BPM.

/people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated

/people/community.user/blog/2006/10/16/simple-steps-to-get-descriptive-alerts-from-bpm-in-xi

😎 Triggering alert by configuring a rule from RWB.

http://help.sap.com/saphelp_nw2004s/helpdata/en/56/d5b54020c6792ae10000000a155106/content.htm

Hope this will help you.

Thanks and Regards,

Chirag Gohil.

Former Member
0 Kudos

Hi Venkatesh,

First you will have to configure Alert Category for your interface in transaction AlRTCATDEF on XI system. You'll have to populate container with standard variables for capturing error information and create short & long texts for alert messages. Also, you'll have to mention recipients of alerts. Recipient can be based on specific user(s), role(s) or both.

Then in RWB, click on ‘Alert Configuration’ tab.

Scroll to the bottom, and click ‘Update Table’ to retrieve the new Alert Categories.

‘Select Alert Category’, enter the specific error(s) to be alerted, and Conditions as necessary and Click ‘Add Rule’.

In 'Alert Inbox’ in RWB. Click ‘Subscription’.

I have a small document on alert configuration so please let me know your email id and I'll mail the same to you.

Regards

Prashant Rajani

vikas_agarwal
Contributor
0 Kudos

Hi,

For email alerts, use these blogs:

/people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1

/people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2

/people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3

Thanks