cancel
Showing results for 
Search instead for 
Did you mean: 

Error notification and report

Former Member
0 Kudos

Hi all,

For example, we have a such a scenario:

http -> jdbc

Sometimes there will be some errors occuring in the jdbc adapter, e.g. some mandatory fields have null values. In such cases, my customer (who sends the http inbound message) asks me to automatically send him a email to inform the errors and attach the original http inbound message if possible. I think it should be a common requirements.

One solution is use BPM to catch some exceptions and handle it (maybe send some message to a email receiver). But BPM always costs more system resource and has poor formance, and it's also scenario-specific, that means for each integration project you have to repeat same work.

So at the moment, what we do is to create some alerts in XI and we check the alerts and manually send an email to our customer to inform the errors.

How do you guys to handle such problems?

Regards,

Hui

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hui,

Create alerts and configure SCOT properly and in ILRTCATDEF in Fixed recipients add the user Id. This will automatically send the mail. Also, in subsequent activities, you can show the msg display tool to get an idea of the error.

Regards,

Jai Shanakr

bhavesh_kantilal
Active Contributor
0 Kudos

Hui,

Simple , follow all the steps in Michal's Blog,

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

Any error will now trigger an Alert to the appropriate person.

Alsom the error message will also be propogated back to the HTTP sender by default.

Regards

Bhavesh

Former Member
0 Kudos

> Hui,

> Simple , follow all the steps in Michal's Blog,

>

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

>

> Any error will now trigger an Alert to the

> appropriate person.

This requries the persons have access to XI, but normally they don't

> Alsom the error message will also be propogated back

> to the HTTP sender by default.

This requrires a synchronous http sender.

Hi Bhavesh,

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

You can forward the alert to Email as well.

You need to add a few steps apart from Michal's blog,

Read my reply in this thread to see what needsto be done to send alerts as email.

https://forums.sdn.sap.com/click.jspa?searchID=2551550&messageID=3363987

For asynchronous calls you need to use Alerts and the error message is not sent back to the sender yes.

Regards

Bhavesh