Getting an "Assertion Failed" error when using script

Advertisement

kballard
Joined:
Posts:
7
Location:
USA

Getting an "Assertion Failed" error when using script

OS: Windows Server 2003
WinSCP Version: 4.2.7
Protocol: SFTP

Script Used:
option batch on
option confirm off
option transfer binary
open uname:password@server
put \\path\file.zip
exit

I run the script via:
Winscp.com /script="C:\scriptfile.txt"

When I run the above script, 4 times out of 5 I get the following error:
Assertion failed: xdrPtr && xdrPtr == *xdrLPP, file xx.cpp, line 2233

Once I click OK on that error, I get another message stating "Abnormal program termination"

The file being uploaded is usually about 190 MB in size. The machine on which the script is being called is a virtual machine, with full connectivity. The machine it's connecting to may sometimes drop the connection, but I don't think this is usually the case.

Reply with quote

Advertisement

kballard
Joined:
Posts:
7
Location:
USA

Error log

The debug version is now throwing a similar but different error. I have the log, but do not see how to upload attachments here. I can upload the log contents, but it is a 147MB text file. If you can show me where to upload an attachment, or point me to the correct location in the log file to find the error, I can provide the info.

Thanks!

Reply with quote

Advertisement

kballard
Joined:
Posts:
7
Location:
USA

Latest problems

I've sent you the latest error logs via email. I believe I sent it Tuesday this week.

Thanks!

Kevin

Reply with quote

martin
Site Admin
martin avatar

Re: Latest problems

kballard wrote:

I've sent you the latest error logs via email. I believe I sent it Tuesday this week.
I take it that I didn't reply you. What was subject of the message?

Reply with quote

Advertisement

kballard
Joined:
Posts:
7
Location:
USA

Re: Latest problems

martin wrote:

kballard wrote:

I've sent you the latest error logs via email. I believe I sent it Tuesday this week.
I take it that I didn't reply you. What was subject of the message?

Sorry, I should have been more clear. The subject was "RE: Error Log", and it was sent on August 16th.

Would you like me to re-send it?

Reply with quote

kballard

Update

Yes, got your email response. Downloaded and installed latest debug version. Worked great until today. I'm sending the logs to you via email. Thanks.

Reply with quote

Advertisement

You can post new topics in this forum