cancel
Showing results for 
Search instead for 
Did you mean: 

Catching System Error Message in Abap Proxy.

Former Member
0 Kudos

Hi all,

I want to know whether it is possible to catch the system error message from SXMB_MONI in proxy scenario's.

The error i am getting is :

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>

<SAP:P1>403</SAP:P1>

<SAP:P2>Forbidden</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>Service is not active</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP response contains status code 403 with the description Forbidden Error when sending by HTTP (error code: 403, error text: Forbidden)</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

Is it possble to catch the above message text.

Regards,

Keith

Accepted Solutions (0)

Answers (3)

Answers (3)

sridharreddy_kondam
Active Contributor
0 Kudos

Hi Keith,

Check this forums also should be definitely help u..

and

http://help.sap.com/saphelp_nw04/helpdata/en/dd/b7623c6369f454e10000000a114084/content.htm

also refer

Check this weblog once ... sure it will give u an idea..

/people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client

and also go through this

/people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping

Regards,

Sridhar

Former Member
0 Kudos

Hi Keith,

Did you check the XI troubleshooting guide ?

http://service.sap.com/instguidesnw04 -> Operations -> SAP XI -> Troubleshooting Guide - SAP XI 3.0

and Search for 403.

Regards,

Abhy

Former Member
0 Kudos

Thanks Sridhar and Abhy,

But i want to catch the error message text from the SXMB_MONI , I have created the fault message but not able to catch the error or fault occuring in the system.

I have also catch the exceptions at the receiver system side.

I am really wondering if there is any way to catch the message text for system error.

Regards,

Keith

Former Member
0 Kudos

Hi,

This is not even reaching the receivng system as XI does not get an suitable response from the destination system.

Why not set up alerting in either the RWB or BPM to cover this error occurring ?

Cheers

Colin.

Message was edited by: Colin Bickell

sridharreddy_kondam
Active Contributor
0 Kudos

Hi Keith,

Check this link..

Hope it may help u,...

Regards,

Sridhar