cancel
Showing results for 
Search instead for 
Did you mean: 

Exception Handling

Former Member
0 Kudos

Guys,

For any XI requirement, what are all the ways Error Handling is done.

I need to know especially during non-sap to non-sap where XI is used as integration hub.

Please let me know from XI point of view.

Regards,

B.Anandh

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

You can handle exception in message mapping also...

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

You can use Block step inside BPM error handling....

see the below blogs....

/people/sravya.talanki2/blog/2006/11/22/error-handling-framework-xiout-of-the-box-episode-1

/people/sravya.talanki2/blog/2006/11/23/error-handling-framework-xiout-of-the-box-episode-2

Former Member
0 Kudos

Hi Anandha,

Options are -

1. data validation -Either in Mapping or Module Processor in the Adapter level

2) Runtime Error handling with the help of Alerts etc

3) Component Error Handling with the help of CCMS alert

Here you go~

http://help.sap.com/saphelp_nw04/helpdata/en/56/b46c3c8bb3d73ee10000000a114084/frameset.htm

Mapping-

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

Case study-

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/99593f86-0601-0010-059d-d2d...

For alerts take a look at this blog,

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

For CCMS monitoring, this document,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/42fb24ff-0a01-0010-d48d-ed2...

Non-sap to non sap integration can be done in XI by using third party adapters..

You can use rosetta net adapter or CIDX adapter or Mainframe adapters for non sap integration.

Hope this helps

Regards

Kiran..

bhavesh_kantilal
Active Contributor
0 Kudos

Realtime montiroing is done using XI alerts. Confgure alerts and then any error anywhere you get an auto intimation.

This blog by michal should help,

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

Regards

Bhavesh

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

inside a BPM (integration process) you can

create exception branch (from block step)

that will catch any exceptions from different steps

(mappings, sending etc) this way if any error happens

the exception branch will get exectued and you will be able to do somehting else

(send mail etc)

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>