cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CPI. Exception Subprocess not being triggered in iflow

mikereybal31
Discoverer
0 Kudos
1,778

Hi Experts,

I am having the following issue with one iflow.

Context. I have two iflows that they have almost the same process, the go and extract infor from Successfactors and they send it to a third party system. The issue is in the part of the messages when they both fail. First iflow is doing this correctly, if it fails, the exception subprocess is triggered and it sends the email to the recipients correctly. The second iflow with the same similar logic in a local process is not triggering the exception subprocess when it fails.

Please see attached both scenarios.

Working good iflow.

Not working iflow.

The error is not the important issue here. In this case the issue is "HTTP Request failed with error : Connection reset, cause: java.net.SocketException: Connection reset" but it happens with all the errors, for the first iflow whatever error is happening, it is always triggering the exception and sending the emails. And for the second one is not working and not event going to the exception subprocess at all.

Please let me know if you have had encounter this issue or if you know if something might be missing in the iflow with the failure?

Many thanks, I appreciate your help.

View Entire Topic
bdBais
Participant
0 Kudos

We have same problem with JDBC Adapter exception, it works only first Split Loop and next ones it fails.