Hi all,
While doing transformations from Excel or Flat file to EDI, i had made use of "Microsoft.XLANGs.BaseTypes.DeliveryFailureException" in the exception block of Orchestration and used to save these to a dedicated "Faults" folder.
Now, while doing transformations from Excel or Flat file to SQL, using WCF-SQL adapter, I am not able to achieve the same.
I am referring the below links,
http://www.codeproject.com/Articles/13576/A-developers-guide-to-handling-exceptions-in-BizTa
http://kentweare.blogspot.co.uk/2007/11/biztalk-delivery-notification.html
https://social.msdn.microsoft.com/Forums/en-US/66abdc3a-82a0-419f-acf6-c5c0d506d4f4/catch-sql-server-send-port-one-way-wcfsql-exception-in-orchestration?forum=biztalkr2adapters
https://connectedcircuits.wordpress.com/2014/01/17/handling-sql-errors-in-try-catch-blocks-using-the-wcf-sql-adaptor/
But, still am not able to achieve success. Please let me know the best steps to achieve this.
Thanks in Advance,