HI,
I have an SSIS Package which goes to a website using http connection and gets a zip file and loads to the shared drive.
I am using script task to do this.
My package is running fine when I run it from Visual Studio but it is failing when I run from SQL Server Agent.
Below is the error I am getting.
FYI.. Below is the script task code I was using.
Can you please guide me on this?