문제

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