I have created a SSIS package that imports CSV files from a folder and writes data into a database. I can run the package locally but when deployed to SQL server and trying to run it via Execute command. The Foreach Loop Container gives a warning as shown in the pic below.
I am currently using a login that is present on the Security\Logins list in SQL server as shown in the pic below:
I have given the user permission to the folder containing the files like show here below .
But I still get error while running the package. Can anyone give me clues that might lead to a solution?