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

Advertisement

filippo.dona
Joined:
Posts:
2

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

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
41,034
Location:
Prague, Czechia

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.

Reply with quote

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.

Reply with quote

Advertisement

You can post new topics in this forum