cancel
Showing results for 
Search instead for 
Did you mean: 

Exception handling and Validation

Former Member
0 Kudos

Hi Everyone,

How to Validate and handle Exceptions if i use Sync/Async bridge in integraton process.

Thanks in advance,

Sakthi

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

it's the same as in normal BPM

the only difference is that if an error occurs

you should map a dummy message (from exception branch)

to a sync message reponse <- one of the ways

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi,

There are a couple of options available for handling validation and exception.

Validations

1. In Mapping

2. In Adapter Module

3. Condtion editor

Exceptions:

Alert rules

Exception Branch in BPM

Any kind of BPM the exceptions can be handled using the exception branch.

Regards

Vijaya

Former Member
0 Kudos

You use Sync-Async In BPM right. So, in BPM you can check for any error conditions and can trigger alerts. Or you can validate the request and/or response message in BPM and send an alert in case of an problem.

--Archana