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

filippo.dona

Hi Martin,
I inform you that now everything works correctly. I don't understand why but this morning the scheduled task runs correctly. If the problem recurs, I will attach the operations log as you indicated.
Thanks for the time you gave me.
martin

Re: Internal error fz#init (0200). Invalid access to memory.

Please attach a full session log file from both environments (using the latest version of WinSCP).

To generate the session log file, use /log=C:\path\to\winscp.log command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.
filippo.dona

Internal error fz#init (0200). Invalid access to memory.

Hello, I have a problem with a script launched via WinSCP.com
This is mail command.cmd file
cd D:\works\script\WinSCP
WinSCP.com /script="D:\works\script\download-ordini-ftp.txt" > "lastLog.txt"
type lastLog.txt >> "D:\works\script\download-ordini.log"
exit

The download-ordini-ftp.txt contains these FTP commands
open ftp://myusername:mypassword@myserveraddress.com
cd orders
get -delete *.txt D:\works\script\orders\
exit

If I run the script from cmd terminal everything works fine. If I run the script through Windows Scheduled Tasks I get the following error message:
Internal error fz#init (0200).

Invalid access to memory.
Please help us improving WinSCP by reporting the error on WinSCP support forum.
Exit code: 1
Max roundtrip: 0

I also tryed with /loglevel=2 but I can't get more informations