cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy error does not trigger alert in CBMA

Former Member
0 Kudos

Hello

we have PO 7.40, the ECC has SAP BASIS 7.31 sp06.

I've configured CBMA, error in PI, like mapping error, triggers alert and email is sent.

However no email is sent in case of ABAP proxy error at ECC side. I've configured ALERTING_IS_ACTIVE = 1 and ALERTING_TARGET = 1 in sxmb_adm in ECC.

Since ECC is on 7.31 sp6, the note 1584248 does not apply. In fact, just in case, I've also configured the steps as stated in blog http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/02/26/sap-pi-731-abap-proxy-monitoring-....

Anyway, error occurs in abap proxy does not trigger email.

Anyone can shed some light on this issue?

Thanks

Jayson

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Jayson,

If this is not resolved yet, try removing ALERTING_IS_ACTIVE = 1 and ALERTING_TARGET = 1 in sxmb_adm in ECC. It should work.


Regards,

Siva.

former_member186851
Active Contributor
0 Kudos

Hello Jaysaon,

You wish to trigger alert if Soap sender channel fails?..

then a normal CBMA will do.

Former Member
0 Kudos

Hi Rag

no, not the channel, but application error in inbound message.

Jayson

former_member186851
Active Contributor
0 Kudos

Hello Jayson,

Then you can handle this ECC..

Former Member
0 Kudos

Hi Rag

I don't / can't handle it in ECC inside the application. Actually in ECC side it's SAP ES, so not possible to catch the exception. Anyway, it's always better to trigger alert in case of error. This makes sure all errors are handled.

Any more clue why CBMA does not work for abap inbound proxy error?

Thanks

Jayson

former_member186851
Active Contributor
0 Kudos

Hello Jayson,

You can have CBMA triggered if the Inbound receiver channel fails.

Former Member
0 Kudos

How? that was  my question, I've done the config, but it doesn't work.

Former Member
0 Kudos

My config was based on that blog, and it works for PI errors, but not for ABAP proxy error.

former_member186851
Active Contributor
0 Kudos

Jayson,

what you mean by ABAP proxy error?

Receiver soap channel or Error in the code?

Former Member
0 Kudos

Really no one could comment? Maybe I should create OSS for SAP?

iaki_vila
Active Contributor
0 Kudos

Hi Jayson,

Where is the error generated concretely?, have you checked this note   2028359 - Component based message alerting not capturing outbound message failures ?

Regards.

Former Member
0 Kudos

HI Inaki

the error is generated in inbound abap proxy, it's an application error while processing the inbound message, like status code not valid.

The note is for outbound message, not exactly in my situation.

Thanks

Former Member
0 Kudos

Anyone has any idea?