cancel
Showing results for 
Search instead for 
Did you mean: 

Error handling

Former Member
0 Kudos

Hi

How to handle errors in FILE to FILE scenarios.

Thanks

Sreepal Reddy

Accepted Solutions (0)

Answers (4)

Answers (4)

Shabarish_Nair
Active Contributor
0 Kudos

There are quite a few ways to handle errors in XI;

XI alerts -

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

Help 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_member529475
Active Contributor
0 Kudos

HI Check the links.. this may help you

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

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

/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

Also check this SAP Presentation:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9418d690-0201-0010-85bb-e9b2c1af...

Cheers..

Vasu

bhavesh_kantilal
Active Contributor
0 Kudos

Check this blog on the Error handling Framework in XI,

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

Regards

Bhavesh

Former Member
0 Kudos

Hi,

first place the file on source folder . check the for error

next after file pickup by sender CC it will be processed through AE , any modules are existed then those will be executed and immediately delete/chage accordingly processing mode , which was configured on sender File adapter.

This can be checked through RWB - Component monitor - channel monitor -

select sender CC for errors

Next send to Queue and send to IE. SXMB_MONI for xml processing and errors

from there IE to AE for receiver side

This can be checked through RWB - Component monitor - channel monitor -

select receiver CC for errors

file will be places

see on target folder.

/people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi - Message Flow in XI

Regards

Chilla