KB Article #162487

failed to stat file '/opt/Axway/.netrc': No such file or directory

Problem

ERROR :20130129:14.52.59.10:ftps:failed to stat file '/opt/Axway/.netrc': No such file or directory
WARNING:20130129:14.52.59.65:r4edi(starter):process "FTPServerTask_762_1" terminated

Resolution


This is not an Integrator issue, but a system machine issue.

The file .nertc is mandatory in order to can use FTP on a UNIX environment.

The .netrc should be in your home-directory and the permissions on the file should be unreadable for everybody except the owner.

You can set to these settings with chmod 600 .netrc.

After creating the file, the FTP task will start correctly.