I am trying to exec a SSIS FTP task package through SQL server 2008 with the dtexec xp_cmdshell command. But I am keep getting the following error codes: Code: 0xC001700A Code: 0xC0016020 Code: 0xC0010018
I have also try to perform it by creating a job in SQL Server, but same result came up. How can I resolve this issue? Or am I missing any steps during the process of creating my FTP task in SSIS in order for me to FTP file in SQL Server? Because, I can FTP the file through the SSIS environment but not in SQL Server.