Note that there are some explanatory texts on larger screens.

plurals
  1. POBizTalk 2006 - receive file through FTP - timeout issues
    primarykey
    data
    text
    <p>When trying to receive a (large, approx. 100MB) file using an FTP adapter in BizTalk 2006, we run into the following problem, which causes the file to be processed over and over again.</p> <ul> <li>Retrieving the file succeeds; it is placed into the MessageBox and processed properly</li> <li>When the FTP adapter issues the DELE statement, it never reaches the FTP server the file is on (we have verified this by taking a look at the FTP server's logs)</li> <li>there are no signs of timeouts on the FTP server; the FTP server log does not mention a timeout occurring</li> <li>After the interval time set on the adapter expires, the FTP server will still find the large file that we have already processed in the previous run, because the DELE statement failed</li> </ul> <p>The event log in BizTalk states that ‘<em>The connection to the FTP server was broken prematurely</em>’. That is why we think there is a timeout issue.</p> <p>We have seen that retrieval of the file takes around 35 minutes. The FTP server timeout is set to 1 hour. no problems there I guess. Then we found the following article: <a href="http://www.ncftp.com/ncftpd/doc/misc/ftp_and_firewalls.html#FirewallTimeouts" rel="nofollow noreferrer">http://www.ncftp.com/ncftpd/doc/misc/ftp_and_firewalls.html#FirewallTimeouts</a>. It states that a firewall / routing device might be responsible for the timeouts. The team managing our firewalls and routers told us that there were no timeouts set here.</p> <p>Which leaves us in the dark on the cause of our problem. Does anyone of you have any suggestions? Or even better, the solution!!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload