i am working in a client server envirnoment.. i have an SSIS package with xml configuration, when i configure it on a client and execute it, it works find, but when i copy that configured package and try to execute it from another client it is not executed and needs reconfiguration, after reconfiguration it works find…
i also try it with sql server configuration and the same problem was also there…
Is there any way that i configure the ssis package on one pc and can be executed from any client, means no need of reconfiguration when i copy it to another client….
thanks in advance….
When you create an xml file configuration, you provide a connection to that file. But when you move the package to the new client, you have to have the configuration connection as well. Let alone configuration, you need to have the connections set up properly for each and every object that you reference.
Thats the only reason I can fathom why your packages are failing.