I have created a SSIS package to load flat file into SQL Server table. I want to automate this process by scheduling the SSIS package in SQL Server agent (I am using SQL Server 2014). I created and scheduled the job in SQL Server; but it is not executing. I am getting the job fail message as-
The job Failed. The job was invoked by DOMAIN\abcd. Executed as user: NT Service\SQLSERVERAGENT.
The package is running perfectly when I execute it in business intelligence studio. Can anyone helped me to fix this issue. Thank you for your time and help!