How to get ACK/NACK in Biztalk orchestration

208 Views Asked by At

Can anyone help me in how to get the ACK/NACK to orchestration once the message is delivered through FILE send adapter. I am using Copy mode = Append in file adapter configuration.

Any specific properties to be used inside orchestration.

Based on ACK/NACK received I have to proceed further in orchestration.

1

There are 1 best solutions below

0
Dijkgraaf On

In the logical send port, set the Delivery Notification = True also you need to set your Orchestration Transaction Type to Long Running as per ACK/NACK Handling Issue In BizTalk 2010 Orchestration - SFTP send port