I am wondering if someone can help me with something. I created an SSIS package (using script task) to download a file from Web portal and then process it. However, package worked fine for few months but started failing over last 2 days. I am getting a strange error message. However when i copy and paste this web portal url to Chrome, file gets downloaded perfectly fine. No idea what's causing this failure in automation. (Attached)
Asked
Active
Viewed 124 times
0

user3482527
- 227
- 1
- 2
- 22
-
Add some more details like script task code and check is any spacial character or space in file name. – sandeep rawat Jun 14 '18 at 10:29
-
The error message doesn't look strange, infact it says two files are missing. Have you verified them. – Abhishek Jun 14 '18 at 12:32
-
Hi @Abhishek Many thanks for your reply. yes, files does exist. When i manually paste the url in chrome/IE, it asks for username and Password. After entering the credentials, it downloads the file for me. As i have explained above, process was working perfectly fine until couple of days back when i started getting the error message. – user3482527 Jun 15 '18 at 13:30