You receive multiple error messages in the BizTalk Server 2004 Event Viewer when you download large files (842455)



The information in this article applies to:

  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Developer Edition
  • Microsoft BizTalk Server 2004 Partner Edition
  • Microsoft BizTalk Server 2004 Standard Edition

SYMPTOMS

You receive error messages that are similar to the following in the Microsoft BizTalk Server 2004 Administration console Event Viewer for Applications when you download files by using FTP:

Type: Error
EventID: 5755
Source: Biztalk Server 2004
Description: The Messaging Engine encountered an error publishing a batch of "1" messages to the Message Box database for the transport adapter "FTP". Please refer to Health and Activity Tracking tool for more detailed information on this failure and check the endpoint bindings are correctly configured.

Type: Warning
EventID: 5740
Source: Biztalk Server 2004
Description: The adapter "FTP" raised an error message. Details "Unable to receive the file "FileName.txt" from the FTP server. ".

Type: Error
EventID: 5719
Source: Biztalk Server 2004
Description: There was a failure executing the receive pipeline: "Microsoft.BizTalk.DefaultPipelines.PassThruReceive" Source: "Microsoft.BizTalk.CoreAdapter" Receive Location: "ftp://ServerName:21"
Reason: System.Exception
Note The product name "BizTalk Server 2004" is capitalized incorrectly in these error messages.

CAUSE

This problem occurs because the value of the Polling Interval property of the receive location that is configured for an FTP site is less than the time that it takes to receive a large file.

RESOLUTION

To resolve this problem, set the Polling Interval property in the FTP Transport Properties dialog box to a longer duration. To do this, follow these steps:
  1. In Microsoft Visual Studio .NET, open your BizTalk Server project.
  2. On the View menu, click BizTalk Explorer.
  3. In BizTalk Explorer, expand the Receive Ports collection, and then expand Receive Locations for the location that you have configured for the FTP transport type.
  4. Right-click your receive location, and then click Edit. The Receive Location dialog box appears.
  5. In the right pane, click the ellipsis button (...) next to Address (URI).
  6. In the FTP Transport Properties dialog box, set the Interval property for polling to a larger number under Polling, and then click OK.
  7. Click OK to close the Receive Port Properties dialog box.

Modification Type:MinorLast Reviewed:9/18/2006
Keywords:kbbiztalk2004-2006swept kbprb KB842455 kbAudDeveloper kbAudITPRO