I have spent the past two days trying to find a solution for this error but I am still struggling to understand the failure.
I am fairly sure the issue is to do with the SQL Agent accessing a Network Drive as I have created identical SSIS packages with the only difference being the location of a flat file, when it runs the version on a Network folder it fails with very little indication of the error.
Its worth pointing out both of the packages run in BIDS, its the SQL Agent that results in the error
I have followed the below link and created a Proxy account and I can confirm the SQL Agent runs under this logon (it says in the Job History)
How do I create a step in my SQL Server Agent Job which will run my SSIS package?
Question is - What is the failure and why? It clearly seems to be something with the network file but I cannot understand what step I am missing?
Thanks