I have two packages, using same DB connection and different file connection mgr
I am requested to use pkg config file, I kept common config for both the pkgs, by defining all the variables specific to each pkg in both the pkgs and using only ones which are needed.
Now for common db the Connection manger is working fine ( I am passing db & server names in config file)
How to handle File Connection manager, which is not common as both the pkgs have files placed at different sources?
I used expression to provide the source file path, but once I use the exp for one pkg, how make it dynamic to use same File CM for other pkg, which has files at different directory?
Neil