Hi,
I have two servers, one Dev and one Prod, where I run my SSIS packages from the file system. I want to point at a config file, residing on each server when running a package. I set a package configuration, and a path that is pointing to "\\localhost\MyShare\SSIS_Config.config"
I have this on both servers, resulting that the correct config for each environment is used. All game so far?
Problem I see, is that it's problmes when I would like to run it locally, cause there is no way to set localhost locally to point to a file, is it?
One solution is that I use env. variables, but since I don't have access to the servers, I don't want to go down that road.
Any suggestions, comments?