Hi All,
What are the steps to run the SSIS Package with different user account in SQL Agent Service:
My problem is SQL Agent service is running on local account "NT Service\SQLSERVERAGENT" and this account doesn't have access to "SSIS Flat File Source Folder" and "SSIS .dtsx" Package sitting in SharePoint App Server.
Or What do you recommend to overcome this issue?
That result not loading of CSV data into Loading Table. Here is the SQL Agent Job History Error details:
06/20/2016 20:04:27,Monthly Finance CSV Import,Success,1,SERVERUAT1,Monthly Finance CSV Import,Monthly Finance CSV Import,,Executed as user: NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility Version 11.0.6020.0 for 64-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 8:04:27 PM Error: 2016-06-20 20:04:40.70 Code: 0xC020200E Source: Monthly Finance CSV Import CSV Source File [2] Description: Cannot open the datafile "D:\SSIS Source File\FinanceCSV31-May-2016.csv". End Error Error: 2016-06-20 20:04:40.71 Code: 0xC004701A Source: Monthly Finance CSV Import SSIS.Pipeline Description: CSV Source File failed the pre-execute phase and returned error code 0xC020200E. End Error DTExec: The package execution returned DTSER_SUCCESS (0). Started: 8:04:27 PM Finished: 8:04:40 PM Elapsed: 13.166 seconds. The package executed successfully. The step succeeded.,00:00:15,0,0,,,,0
Thanks for your help.
Cheers, Badal Ratra MCTS