Latly I encantered an issue with the FTP adapter in BizTalk Server 2006 R2 on 64 bit platform (the issue in not the platform). I configured a send port using the adapter to transmit a file to a remote ftp server. As described at http://support.microsoft.com/kb/898106 , the FTP adapter throttling is keeping the connection to the server open, gaining the connection reusability. That's greate! BUT! what about some ftp servers that do not support persistant connections (or the organization security...
It's been a while I'm trying to understand how to perform a Delivery Notification on a BizTalk Direct Logical Send Port. All the samples and the posts around the issue never mentioned sending the message directly into the MsgBox. They all talked about the guidance of performing the ACK/NACK on a Specify Later, Specify Now or Dynamic port configuration - not Direct. Well here is how I did it on a Direct style: 1. Assuming the message I'm trying to send (and check for delivery) is called...