cancel
Showing results for 
Search instead for 
Did you mean: 

Error handling in Asynchronous scenario

Former Member
0 Kudos

Hi All,

I have created a file to proxy scenario. Both the outbound, inbound interfaces are asynchronous. Sender is a file adapter.

Now I need to do some error handling.

Eg. Input file is picked by file adapter but does not reach XI server.

Any inputs on this is highly appreciated.

Thanks in Advance.

Regards,

Jai Shankar.

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

You can use Alerts for the same.

For alerts take a look at this blog,

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

From SP14 onwards, activation of end to end monitoring is not needed for Alerting. Refer to this note 870232 for this info.

If you are blow SP14, then also check this blog,

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

Once you have configure Alerts, you will get the Alerts into ALERT INBOX in RWB of the user.

Also, to test your Alerts, execute the report RSALERTTEST in SE38.

Regards,

Bhavesh

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Jai,

this task will do the adapter engine, which tries to send the message again. Your original file will only be deleted or archived, if the integration server gives a success back to to the adapter engine.

Nearly the same is the Integration Server doing. You can configure frequency of retries in SMQR. For restarting error message you can use reports (as jobs) reqiwkex, rsarfcex and rsxmb_restart_messages. Read .<a href="/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically to Re-Process failed XI Messages Automatically</a>

You can configure an <a href="http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm">Alert Monitoring</a> to get automaticly informations about errors.

Regards,

Udo

Former Member
0 Kudos

Hi,

Is it like I can use Fault messages only in abap proxy scenario?

Can you also send me some weblog links on how to configure a fault message?

Thanks & Regards,

Jai Shankar.

udo_martens
Active Contributor
0 Kudos

Hi Jai,

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/5d/a45c3cff8ca92be10000000a114084/frameset.htm">Fault Messages</a>

Regards,

Udo

Former Member
0 Kudos

Hi All,

Thanks a lot for your support. I l try to configure the alerts or fault messages in my scenario.

Can you tell me when to use fault message and when to use alerts with a small example.

Regards,

Jai Shankar.

Message was edited by: Jai Shankar

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Alerts can be used when an error occurs in your File adapter / Adapter Engine or your Integration Engine and so on. In other words, for general monitoring of all your XI interfaces , you can configure alerts to capture configuration related errors / problems.

Falut Messages can be used to capture APPLICATION SPECIFIC ERRORS. Say, there is a problem in your ABAP proxy code or, some data is not available due to which the Appication will trigger an error message and so on.

Regards,

Bhavesh

Former Member
0 Kudos

Hi,

You can handle exception using ALERTS. Configure your ALERTs with the help of

1. Creating alert category

2. Creating alert Rules for Alert category from Runtime workbench-->Alet Configuration

More in Details here:

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

Also you can use Fault messages with ABAP Proxy to capture error.

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

Regards

Vijaya

Message was edited by: vijaya kumari