I have an SSIS package that reads a series of .csv files and loads into a sql server table...
it works fine individually, but when i deploy it and when i try to run it from ssisdb\ path, i get a warning that files cannot be found and job completes fine but nothing is loaded.
Now in my individual ssis package, I specify what files to pick up in the parameter, and then the "Files" section of For each loop container gets automatically populated with whatever parameter I enter .csv...why is it not working when I deploy it