cancel
Showing results for 
Search instead for 
Did you mean: 

Mail not getting trigger from Exception Branch

Former Member
0 Kudos

hi,

I have an exception branch within that i have a SEND step to trigger an email from MAIL adapter.

I delibarately caused on error in one of the receivers but i don't know why the exception is not getting triggerred.

Idoc -> Receive Step -> Switch Step -> 3 branches (3 receivers) -> each branch has a transformation and a send step

Switch is within a block and has an Exception Branch which is defined for the block.

The Exception handler doesn't get triggered though i made an error in the receiver file path.

Checked the SXMB_MONI. No Errors. checked the SXMB_MONI->PE->Technical details. The workflow shows the path of the 3 rd Receiver where it is going to but not the exception handler.

any clues.

Thanks,

Tirumal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Tirumal,

In ur case an exception will be triggered only if u have receiver(send step) in a block and an exception handler for it.so if u make a error in file name it will be triggered.

I dont know what is the functionality and when u want to trigger exception.

But if u want exception when a file name is wrong then u have to put ur receivers(send step) in block with exception handling.

Regards,

Sudharshan.

Former Member
0 Kudos

hi,

any tips why its not going to the exception handler?

Thanks,

Tirumal