Greetings,
my SSIS solution has a Master Package which calls multiple child packages - in my development environment i had directly pointed my package connection managers to the absolute path to the dtsx file within my dev environment. This package is for a commercial application that will be ran in many different environments (different paths).
I have an XML config file for setting (path set in environment variable) for my database connections, mail server /email addresses, and other variable settings.
I have over 20 child packages in my solution - i am hoping i do not have to include 20 settings in my xml file for pointing to each child package! I would also like to deploy this via the file system rather than SQL. I have tried using .\MyPackage.dtsx in my connection manager - but receive an error:
"Error: Error 0x80070002 while loading package file ".\MasterFiles1.dtsx". The system cannot find the file specified. . "
Is there a solution to this?
Thanks in advance for any assistance.
Regards, Clay
my SSIS solution has a Master Package which calls multiple child packages - in my development environment i had directly pointed my package connection managers to the absolute path to the dtsx file within my dev environment. This package is for a commercial application that will be ran in many different environments (different paths).
I have an XML config file for setting (path set in environment variable) for my database connections, mail server /email addresses, and other variable settings.
I have over 20 child packages in my solution - i am hoping i do not have to include 20 settings in my xml file for pointing to each child package! I would also like to deploy this via the file system rather than SQL. I have tried using .\MyPackage.dtsx in my connection manager - but receive an error:
"Error: Error 0x80070002 while loading package file ".\MasterFiles1.dtsx". The system cannot find the file specified. . "
Is there a solution to this?
Thanks in advance for any assistance.
Regards, Clay