Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
pl80
Starting Member
8 Posts |
Posted - 2012-04-03 : 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. |
|
|
|
|