• Is your connection named the same in each package? Table configs are referenced by name in the table.

    Try creating a table config in each of your packages that is strictly for this one connection. Don't put any others properties in it.

    You could also try using an Environment variable. Not a very versatile package config as you can't change its value too often (ie w/o reboot). But that may be a good option, depending on your needs