SSIS package scheduled in SQL agent.
I have multiple packages that runs with WinSCP.com using Execute process task, it is in FTPS implicit protocol. the problem now is some of my package is failing to send to the FTP, i already read the FAQ, i already implemented the certificate='...'. when i run it manually using the job it successfully done and it send to the FTP but when the job execute automatically it sometimes indicates a problem and its recurring.
i also get some errors of The process exit code was "1" while the expected was "0"
but when i see the FTP path the file is sent.
any suggestion for this? Thanks in advance.