We want to use a single connection manager in different packages. IS there a way to do it? We tried copying the same connection manager in different package, but it makes a copy of the same in different package, so any change in the connection manager doesnt gets reflected in other package.
IS there a way to make all the different packages use the same connection manager?
Connection manager belong to every package hence any change need to be aplied to a every package. But is there when package configuration come to the rescue. There are a lot of threads addressing that issue. This is an articule that may help you understanding it:
http://www.sqlis.com/?26
No comments:
Post a Comment