Problem:
问题:
I have an SSIS package that I created in Visual Studio 2015 for SQL Server 2012. The package loads a tab delimited file and some records from CRM, does some processing, and logs errors in an excel file on a shared drive. When I run the package from within Visual Studio, the package executes correctly without error. However, when I deployed the package to the server and tried to run the package from the server as a job, I get the error:I have an SSIS package that I