I have four SSIS packages, one master and other are child packages.
I am calling master package in sql server job. I have added Operating system(CmdExec) job step to execute packge through dtexec.
"C:\Program Files\Microsoft SQL Server\90\DTS\Binn\dtexec.exe" /SQL "\Master" /SERVER Myserver /CONFIGFILE "c:\dtsConfig\test.dtsConfig"
I have specied the config file as shown above, when i execute the job the child packages are not picking up the files..
Any idea how can i specify same config file in above command?