Hi,
I am using nsoftware FTPS adapter over SSL implicit encryption to send message from BizTalk 2009 to FTP location.I have all the details like server name, Port, Username and password.Using above details message has been sent successfully using CoreFTP or FileZilla. But when I posted message using nsoftware FTPS adapter I got below error with message got dehydrated in BizTalk and at the same time FTP location received a zero byte file.
Error Details: Source: nsoftware BizTalk FTP Transmit Adapter ()Source URI: FTP://Username@IPAddress:991/%SourceFileName%Message Type: ErrorCurrent Thread: 49Transmission failed for message "Meessage ID": Error uploading FTP data: Timeout.
I have spent so much time by applying different configuration possibilities in nsoftware FTPS adapter configuration, but no luck.
Kindly help.
Have you tried turning on the logging feature of the adapter, to help you troubleshoot this issue? Here's some information on that:
http://www.nsoftware.com/kb/showentry.aspx?entry=07060701
Good luck.
"Google skills are more important than your coding skills."
Hi Ganesh,
I work at /n software, and usually this is due to a data connection issue. One reason may be due to the PASV response from the server not contained the properly NAT-ed IP address.
Can you try setting the Other property of the adapter to
UseRemoteHostAddressForPassive=true
This tells the adapter to use the value from the Remote Host property instead.
If this still fails if you can send us an email (support@nsoftware.com) with your log we'll be happy to help.
Hello /n Software,
I have set the property "UseRemoteHostAddressForPassive=true" under Tuning/Other, but not luck.
I am going to send an email to support@nsoftware.com with reference to this thread.
kindly Help.