Scenario:
Trying to access Excel Spreadsheet and load data into SQL 2012 DB Table. Works locally. Problem is trying to get it to successfully run in the SQL Server Agent. When I run it by right-clicking the job and executing the step, it appears to have run successfully.
However, it actually errors out as seen in the Execution report.
I researched the errors in the report and most of what I found suggested to run the package in 32bit runtime mode. No Luck. What am I possibly missing? Note: the owner of the job is set to 'sa' - this is because my domain account does not have access to run the job...believe you have to be a member is the sysadmin role. Does this make a difference?