Hi All,
We have developed more than 500 packages in the dev enviroment and all the indiviual packages has individual config file.
All the files are stored in a sharePath called \\DevServer\externalConfig
Now we are planning to move it to the testing environment.
So all the packages need to point to the config file stored in the testing environment sharePath \\Testing\\externalConfig
In this we may end up in opening each and every ssis package to modify the config file sharePath..it will take lot of time...
What would be the best approach to work with? We are not allowed to use Environment,Register and SQL Server to save the config. we are allowed to use XML Configuration alone.
Even we dont have acceess to the \\Testing\\externalConfig path so we cannot open the package in the dev environment to change the config file path in each and every packages...
Please help me to save time
ilikemicrosoft