Page 1 of 1

subprocess failed with exit code 255,

Posted: Wed Oct 03, 2012 3:22 pm
by akonda
Guys

I am trying to SFTP a text file using FTP stage and facing below error.

Error: "subprocess failed with exit code 255,FTP_Enterprise"

Does anybody know why this is occurring ??

Thanks

Posted: Thu Oct 04, 2012 1:12 am
by prdpreddy
Please check if the public key installed for that user and the server you are transferring the file .

Posted: Thu Oct 04, 2012 8:00 am
by akonda
Yes, Its Installed correctly and I am able to put a file manually in remote server. But not with FTP stage. Is there any where I need to mention Public key in FTP stage ?

Posted: Thu Oct 04, 2012 9:07 am
by akonda
I got this resolved. It was due wrong user mentioned in FTP stage. But I ended up with another issue in the same.

File is transferring but job is failing with below error

error: ftp returned
ftp msg: Couldn't canonicalise: No such file or directory

Any thoughts ??

Posted: Thu Oct 04, 2012 9:25 am
by akonda
found the solution.

wrong:
sftp://HOSTNAME/home/svcnet/Sales_10042010.txt

right:
sftp://HOSTNAME//home/svcnet/Sales_10042010.txt

Thanks.