Good day:
SSIS is probably one of the most frustrating ETL tool I've used and the documentation really is bad. I've configured a environmental variable to point to a debug.dtsConfig file whenever running the package through BDIS. However, I'm trying to run it through command line using dtexec with a different dtsConfig file however, it doesn't seem to run to my target database and for some reason I think it's still using my environmental variable configured to debug.dtsConfig instead of:
dtexec /f Package.dtsx /ConfigFile dev.dtsConfig
the target database isn't being populated with data. This is extremely frustrating!!