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: Error: WinSCP.SessionLocalException: Element "group" not found in the log file

Related improvement:
https://winscp.net/tracker/1923
timrox

Error: WinSCP.SessionLocalException: Element "group" not found in the log file

Thank you Martin for the quick reply I will try that.
martin

Re: Error: WinSCP.SessionLocalException: Element "group" not found in the log file

Your actual problem is this:
Exception: System.TimeoutException: Timeout waiting for WinSCP to respond

You get the other exception only because you swallow the original one and try to call PutFiles once again over a timeouted session.
You get the timeout because you are transferring huge files. Set longer Session.Timeout.
timrox

Error: WinSCP.SessionLocalException: Element "group" not found in the log file

C# script in SSIS package
Uploading several files to S3
Line 6526 in WinSCPDebugLog file shows an XML GroupName but never finishes rest of XML.
Error: WinSCP.SessionLocalException: Element "group" not found in the log file
Log files and script attached
Thank you for your help.