Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: SSIS Was working now getting connection timeout

We would need comparable logs from .NET (failing) and scripting (working) without any obfuscation of a hostname/IP address.
DavidOz

Re: SSIS Was working now getting connection timeout

Andy Jones wrote:

I am creating an SSIS package to download and process files. I installed WinSCP and got the script task working to download the files. Now that I've completed the rest of the package and try to test the whole process the WinSCP script is no longer working. Regardless of the protocol I use I get a connection timeout error. The GUI and command line work without issue. I can even get a standard FTP task to worn in SSIS. Any ideas on what could have broken? I do not have access to the server logs of the system I am trying to contact. I am attaching the session and debug logs.


I believe the Hash changes between FTP and SFTP you may want to see if it is different.

I created SSIS packages that do both getfiles and putfiles as part of multiple steps with no issue. Though I use a script command and C# for my processing.

Good luck,
David.
Andy Jones

Re: SSIS Was working now getting connection timeout

I accidently attached the session log twice. Here is the debug log.
Andy Jones

SSIS Was working now getting connection timeout

I am creating an SSIS package to download and process files. I installed WinSCP and got the script task working to download the files. Now that I've completed the rest of the package and try to test the whole process the WinSCP script is no longer working. Regardless of the protocol I use I get a connection timeout error. The GUI and command line work without issue. I can even get a standard FTP task to worn in SSIS. Any ideas on what could have broken? I do not have access to the server logs of the system I am trying to contact. I am attaching the session and debug logs.