jwelch
MatthewRoche wrote: |
| Sara4 wrote: |
|
It seems that I cannot create one config file for all of my packages because not all of them use the same connection managers.
In other words, if I use a config file for a package that does not contain a certain connection manager specified in the config file, the package throws an error in loading.
Is this correct
| |
That is correct. This is why it is recommended that you have more granular (one value per configuration) configurations. Otherwise, you need to ensure that each package has all of the components that are being configured.
| |
Another (not so pretty) approach is to include all the connection managers in each package. If you don't reference them from a task or data flow, they won't be used, but you don't see the warnings.
It's not ideal, but it might be simpler than referencing a lot of config files.