cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound Proxy

Former Member
0 Kudos

Hi,

In the case of inbound/server proxies, if there is any XI receiver channel (Invalid user id or password in the channel OR Http destination error or error due to incorrect proxy generation in the target system etc.,), how can we generate alert notification ?

1.Will the above errors can be captured as a part of alert rules

(created in RWB for an alert category) ?

2.Also, can XI channel errors can be captured as adapter

engine specific error and notified through alert rule ?

Thanks in advance for the reply.

Regards

Nagaraj

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Please refer to the below links for alerts:

Basic alert configuration

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

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

Trigerring alerts from UDF

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

Alert Configuration

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

Alert Inbox

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

Thanks

Virkatnh

Former Member
0 Kudos

Hi,

In XI receiver channel, you don't need to give much information like user ID and password etc.

Refer

How to raise alerts from ABAP Proxy

/people/sukumar.natarajan/blog/2007/01/07/how-to-raise-alerts-from-abap-proxy

Thanks

swarup

Former Member
0 Kudos

Hi

Thanks for the reply. However, if no BPM is involved and if it is just a normal interface flow to post a message to R/3 system through proxy, the blog which is mentioned can't be used.

I understand that no credential is required. But we need to give proper Http destination. Also, we may get error in sxmb moni if the proxy is not generated properly in the R/3 system (like proxy structure is changed but the proxy is not regenerated in R/3 etc.,).

In all those cases (XI channel error or error due to incorrect proxy generation etc.,), how to generate alert notification without using BPM. Can we accomplish using alert category/alert rule ? Can the above be captured as adapter engine error so that it can be caught in RWB - alert rule ?

Thanks again

Regards

Nagaraj

Former Member
0 Kudos

Hi,

Yes you can setup the CCMS Alert for Proxy,

Refer

Here is the link for CCMS -

http://help.sap.com/saphelp_nw04/helpdata/en/e5/5d1741b393f26fe10000000a1550b0/frameset.htm

/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/sap.india5/blog/2005/12/06/xi-ccms-alert-monitoring-overview-and-features

OR

The error can happen due to application error, may be incorrect data or or wrong type of data.

Or system error, in case the call to SAP XI is not successful.

Youc an use fault message for the same.

If you want to catch these exceptions in SAP itself and send alert then you can either use standard FM for raising alert.

More here:

http://help.sap.com/saphelp_nw04/helpdata/en/25/a45c3cff8ca92be10000000a114084/content.htm

Thanks

swarup

Former Member
0 Kudos