Guys,
I am using the flow service(pub.client.ftp.login) to connect to unix box and ftp the files on to the webMethods box. I keep the session in the pipeline.
I process the files and move the files to the different location on the same server for archive. But, some times, depending on the size of the file, the processing takes long time.
When I try to move the files using the session from the pipeline, I am getting the following error. "Not Logged In"
I am not sure of the problem. I guess, it has to do some thing with the FTP session time out.
5MB is litt huge for IS FTP transfer,i have tried 25mb to transfer it processed fine even i got connection timeout and refused.So your file size should go thru.
From my experience with the IS FTP, you might want to visit www.enterprisedt.com and check out their free edtFTP Java libs. These are very nice & flexible. Though you need to write some Java services around them, they exceed the built-in FTP in both functionality and stability.
RMG,
Can you let me know what are the changes that you have made in the Server Config file for sending 25 meg file to the IS . I have a situation here where I am trying to send a 12 meg file and it is timing out on the webMethods Is.
Envi 6.1
watt.net.ftpConnTimeout=3600000
watt.net.ftpDataConnTimeout=1200000
Hello,
I am trying to Log into the FTP server and move the Files to the FTP server.While logging into the server I am getting “Could not connect to ftp server: java.net.ConnectException: Connection timed out”.Can it be due to the fact that the size of the file is very large??
what is the file size that you are trying to transfer?? generally connection timeout hapens when unable to connect remote ftp server or transferring an large >20 MB files…Is your target remote FTP server located outside the firewall or internal to your network??
Is your main FTP flow using these steps client.ftp:login(open sessionkey),cd,put,logout(close sessionkey) etc…or you invoking directly client:ftp service??
The timeout value setup for the particular interface where the error is occurring is 600 seconda.Please let me know if the extended settings are a factor in this
From the error, it doesn’t look like it has anything to do with file size. It looks like you simply can’t connect to the server. First things first: make sure you can reach the target server from that machine (ex. try to ping the target server.)
Did you check connection or auth credentials connecting to that remote FTP server was successful??If the problem persists its better to followup with your ntwrk sysadmin who can assist you in better way…Also referring the error it may not be due to filzesize at this point.