BizTalk Server Send Port FTP File Transfer File Missing Issue

Good Morning All,

We are using BizTalk Server to Send an XML file to FTP server. Since last 2-3 weeks we are facing issue while sending XML files to FTP. Some of the files are missing(Dropping) and not sent to FTP server.

We are doing below steps:

1. Generate XML files.

2. Send Generated files to FTP Server

3. Move Sent Files to Processes(our Backup Folder) Folder. But we observed the some of the files are not transmitted to FTP and also not transferred to processed folder also.

Is BizTalk only transferred file to process folder only when file is successfully transferred to FTP Server?

Is there any solution or acknowledgement setting by using this we can confirm the file is successfully transferred to FTP server or not.

Please Help on this issue as it is critical and impacting our system.

We are using 2010 BizTalk Server 2010

Thanks in Advance!!!!

Regards,

Dhaval Panchal


July 21st, 2015 7:49am

Are there any errors in the Event Log?

Exactly how are the two Send Ports related, if a all?

How do you know there are files to transfer?

Free Windows Admin Tool Kit Click here and download it now
July 21st, 2015 7:57am

Hi Dhaval,

With Biztalk you have option  for transport protocol to  provide Positive Acknowledgements (ACK) on success and Negative Acknowledgement (NACK) on failure.

For reference you can look into below blog post

http://blogs.msdn.com/b/kevinsmi/archive/2004/07/03/172574.aspx

Again I would suggest to investigate for your FTP logs for any error while you transmit the message through FTP adapter . Also look for event log for any specific error logged .

Thanks
Abhishek

July 21st, 2015 8:00am

I did not get any error in event log. and In FTP Log also i am not getting any transmission error message.

see below FTP log message.

220 "Our FTP SERVER NAME" FTP Server
> USER XXXX
< 331 Password required for XXXX
> PASS xxxx
< 230 User XXXXlogged in
> PWD
< 257 "/" is the current directory
> PWD
< 257 "/" is the current directory
> PWD
< 257 "/" is the current directory
> TYPE I
< 200 Type set to I
> PORT 172,24,112,129,230,9
< 200 PORT command successful
> STOR 2015721195451.xml
< 150 Opening BINARY mode data connection for 2015721195451.xml
< 226 Transfer complete


Free Windows Admin Tool Kit Click here and download it now
July 22nd, 2015 2:13am

So your Transaction get completed :) .Can you look for ACK back from FTP adapter as being mentioned in my earlier post

Thanks

Abhishek

July 22nd, 2015 2:29am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics