Configuration Files Path after Deployment
Good morning, I've always had relatively good luck with deploying packages using Deployment Manifest. Recently I've started having an issue though... Manifest does not change the paths to config files inside the package but deploys config files to the right location. I have to open dtsx file in XML editor and modify the paths manually. Does anyone know what's causing this? Any suggestions on how to fix this?
May 16th, 2012 11:00am

Couple options depending on how you execute the packages. Normally I just set the config file location in the SQL Agent job that executes the package or pass the config file in the call to DTExec. Or you could use an environment variable to specify the config file path - works well if you use a common config file for multiple packages.Chuck
Free Windows Admin Tool Kit Click here and download it now
May 16th, 2012 11:06am

But the manifest file when opened launches a wizard where you can specify the new location for the configuration?Arthur My Blog
May 16th, 2012 11:13am

Arthur, I do specify new location and everything is deployed there just fine. Deployment works except paths inside dtsx files are not being changed to a new location.
Free Windows Admin Tool Kit Click here and download it now
May 16th, 2012 11:23am

The deployment utility is nothing more complex that a way to copy the files. It doesn't open up your dtsx files and correct paths.Chuck
May 16th, 2012 11:34am

Chuck, I've been doing this for at least 5 years and it did change paths to a new location until now. That's why I'm asking this question to see if anybody ran into this issue....
Free Windows Admin Tool Kit Click here and download it now
May 16th, 2012 11:37am

This is odd, were any patches applied? And what if you try to deploy a previously well working manifest?Arthur My Blog
May 16th, 2012 12:01pm

I did apply some patches not long time ago. Unfortunately previous manifests do not contain up-to-date files. At this point I'm willing to try Environmental Variable to store the path to config files.
Free Windows Admin Tool Kit Click here and download it now
May 16th, 2012 2:03pm

There is now an utility available in CodePlex which can be used to batch update SSIS Package Configuration File paths without using BIDS or manually editing the package XML: http://ssisconfigeditor.codeplex.com/
May 19th, 2012 2:20am

Deb, Thank you for your response. This utility can definitely be used in certain deployment situations. We found a solution to my initial problem. Config files were checked in with the project and appeared in Misc folder in Visual Studio. When we removed config files from the project, and rebuit the manifest, config paths started changing during deployment...
Free Windows Admin Tool Kit Click here and download it now
May 21st, 2012 5:39pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics