cancel
Showing results for 
Search instead for 
Did you mean: 

Raising Exception to XI

Former Member
0 Kudos

Hi,

We have a scenario with an Inbound Async Interface where we need to raise an exception to XI. Is it possible? If you how can it be achieved?

Thanks and best regards,

Kulwant Singh

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Like pointed by Smitha, you can use fault Messages if the Adapter supports App Ack's.

/people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1

Can you elaborate a bit more on the requirements as well?

Regards

Bhavesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Could you please elaborate?

What I understood:

You want to pass on an exception back to XI in case it is thrown by the application.

You can do this using fault message handling.

Regards,

Smitha.

Former Member
0 Kudos

Hi,

Yes you have understood correctly, but i just wanted to know that if sending in exception back to XI is possible in case of Inbound Async Interface or not. If yes then how?

Best regards,

Kulwant

Former Member
0 Kudos

Hi,

All you need to do is to create a fault message type and use it in your inbound asynch interface.

When the application triggers an exception, an application error would be generated in the moni.

Further, you could configure alerts to send mails/messages whenever such fault messages are received.

Regards,

Smitha.