cancel
Showing results for 
Search instead for 
Did you mean: 

mapping monitoring & error notification

Former Member
0 Kudos

Hello everybody

<u>first question:</u>

as far as I know the mapping engine does not validate a message versus its xsd.

So I wonder how to inform the sender of a message about a not-validate message.

<u>second question:</u>

In some cases a message mapping throws exceptions.

- How can I catch those exception?

Thanks a lot, Regards Mario

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi,

For first question-

If you want to validate against xsd, then I think, you can go for Module processor and validate before it comes into Mapping.

For Second question-look into this blog

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

Regards,

Moorthy

Former Member
0 Kudos

Hello Moorthy,

thanks for your answer.

There is one thing I would like to know:

If I would like to inform the sender of the message of the invalid message.

If an exception is thrown than the process stops.

Is the only way to avoid this in BPM?

Any workaround?

Thanks a lot,

Mario

bhavesh_kantilal
Active Contributor
0 Kudos

Mario,

2 options,

1. use Exception Handling Block in a BPM and have a series of steps as needed.

2. Configure Alerts so that whenever anything fails in your scenario, an Alert is triggered and even emails sent out.

For BPM Exception Handling,

1. Use a Block step around your Transformation Step and a corresponding Exception Handler for the same.

http://help.sap.com/saphelp_nw04/helpdata/en/33/4a773f12f14a18e10000000a114084/content.htm

2.For alerts,

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

Regards,

Bhavesh

Answers (0)