cancel
Showing results for 
Search instead for 
Did you mean: 

exception-handling in a block (integration process)

Former Member
0 Kudos

Hi,

I have created an error handling in a block, but I want to send the information of the exception from xi to our software clix that is connected to xi via jms adapter.

Is it possible??

I'm new in XI, so can you give my a detailed hint?

Thanks for your reply.

Regards

Stefan

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>but I want to send the information of the exception from

yes and no:)

you cannot send an error message (cause there's no way how to map it)

but you can send a standard text like "error"

how to do that?:

inside the exception branch

add a transformation step in which you define dummy

transformation which only fills one line "error"

to the target message

then you can add a send step (remember you're still inside the exception branch) and send this error message...

Regards,

michal