Is this possible to handle DeliveryNotificationFailure exception on One-way File Type Send Port?

If yes, how to do this?

I followed the below steps but still not working.

  1. I Kept the send shape in Scope Shape, which is handling by DeliveryFailureException Catch Block.

  2. I did set the property on Send Port "Delivery Notification = Transmitted".

    For testing:

  3. On Admin console, I have given the wrong file path, to get message failed. And I have give the wrong Server Instance, Either ways it is not giving the results.

有帮助吗?

解决方案

Yes it is possible to catch the Microsoft.XLANGs.BaseTypes.DeliveryFailureException on a One-way File Type send port. However after catching it you have to ensure that the Orchestration either Suspends, Terminates or has logic to cope after the Catch block.

Orchestration

Debug Orchestration when failed Debug Orchestration when failed

Debug Orchestration when it succeeds Debug Orchestration when it succeeds

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top