cancel
Showing results for 
Search instead for 
Did you mean: 

Error handling in XI

Former Member
0 Kudos

How do we implement error handling in real time XI projects?

Could anyone tell me how do we that in case of sync, async and BPM scenarios.

Thanks,

Kalpana

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi ,

With the help of BPM we can acheive it, Example : If correct data let the data move to the desired Adapter, If it is error data make to flow to the mail adater where the error message can be sent to desired mail box for handling, This is one way of handling the error.

Regards

Agasthuri Doss

Former Member
0 Kudos

thanks doss, but what about when i'm not using BPM? how do u handle errors in that case?

Former Member
0 Kudos

You can configure alerts rule in the runtimeworkbench, you will able to trap errors like message mapping errors

Regards,

Sandro

Answers (3)

Answers (3)

Former Member
0 Kudos

go through these blogs also. they give some more good info.

check this blog for Xi alerts,

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

Here you go with the documentation-

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

File Validations-

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

In Mapping-

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

Former Member
0 Kudos

I mean I have gone through these blogs but could some one give me simple descriptions for sync, async and BPM scenarios.

Former Member
0 Kudos

go through these blogs.

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...