|
pl80
Starting Member
8 Posts |
Posted - 04/03/2012 : 09:50:14
|
During the build of an SSIS project I'm getting an error: "the file MyConfig.dtsconfig ... already exists". This happens when CreateDeploymentUtility is set to true, and 2 or more packages are set to use the same Package Configuration File. It happens because SSIS is trying to create the same file twice . How can I avoid this issue? (and still be able to have 2 pckgs use the same config file)? Tx. |
|