cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure alert when sender CChannel failes

Former Member
0 Kudos

Hi PI Gurus,

Is there is any way to get an alert when a sender channel fails (reason connection time out etc.).

We have configured alerts for other scenarios when mapping is failing. How to handle the other situation.

Regards,

Krishna Chauhan

Accepted Solutions (0)

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

you need to add ALERT Category which covers Adapter engine errors in ALRTCATDEF.

SEARCH IN SDN

Former Member
0 Kudos

Hi Raja,

Thanks Raja.

Alert catagory is already created.

My question is, is it possible to send alerts in case of sender channel fail. If yes, can you guide me how to achive so.

Regards,

Krishna Chauhan

Former Member
0 Kudos

Hi Prasad,

Once creation for Alert catagory in sap pi abap stack,you need to define alter rule in RWB.Please follow below steps.

Go to RWB->Click On alert configuartion and assign new rule

1) in Conditions--->connected to message is YES

Seneder Party is *

Sender Service is *

Sender Interface is *

Sender Interface is *

2) Wher did is the error occur ? step

select ADAPTER ENGINE ADPTER Type is *

After assigned all the parameters save it.

Please do the above steps in RWB..Your issue will resolve.

Thanks

Ravi

Former Member
0 Kudos

Thanks Ravi.

I have already done the configuration in RWB in the same way as you mentioned.

The problem is, I am not getting the error description in my alert which is coming in CC monitoring in case of any error.

Can you tell me the name of any 'expression' in the 'container' (ALRTCATDEF) which holds the error description of sender CC.

I will add that expression in the body 'long and short text' (ALRTCATDEF).

Regards,

Krishna Chauhan

Former Member
0 Kudos

Hi,

You CANNOT catch sender communication channel errros such as connectivity issues etc in RWB alerts.

RWB captures failures in AE and IE not in sender communication channal

Former Member
0 Kudos

Hi,

Have you tried with Adapter specific variables?

Like

SXMS_TO_ADAPTER_TYPE 
SXMS_TO_ADAPTER_ERRTXT

Regards

Ramesh

Former Member
0 Kudos

You CANNOT catch sender communication channel errros such as connectivity issues etc in RWB alerts.

RWB captures failures in AE and IE not in sender communication channal

That is not correct. Where is sender comm channel if not part of AE? Do not give incorrect information!!!

Sender channel errors are caught by Alert Categories. You just need to define a alert rule with sender interface detail with no receiver detail. All standard alert container variables are available. This has been discussed quite enough in SDN.

Care to search for it next time?

Jai

Former Member