I want to load different config files for different conditions. for example, if I have “vendor” in my variable value, then load a vendor’s config file, similarly for ext_warehouse.
I want to load different config files for different conditions. for example, if I
Share
not possible, SSIS will load all the file you specify on the package configuration organizer on the order they are listed and it will use the values on the configuration files to load your variables.
What you could do, lets say you have a “vendors.dtsConfig” and a”customer.dtsConfig”, is to create a parent package that read a config file called “parent.dtsConfig” that will only have your variable containing “vendor” or “customer” and based on that value you copy the correct config file to another folder and call the actual package that reads the recently copied (and renamed) file