Hi All,
I had created an SSIS package with package configurations enabled. Since it was created in my local machine, the ConfigFile path is something like: "C:\Docu.......\SSIS_CONFIG.dtsconfig"
Now i moved my package to DEV server and placed the ConfigFile with the SSIS package. My batch script runs the SSIS package dynamically:
dtexec.exe /FILE "K:\SSIS\Ebay\scripts\eBayXML_Load.dtsx" /CONFIGFILE "K:\SSIS\Ebay\scripts\SSIS_Config.dtsConfig"
But the SSIS package keeps on trying to read from the old Config File i.e. "C:\Docu.......\SSIS_CONFIG.dtsconfig" and throws the error The Configuration file name is not valid.
My DEV machine has SSIS 2008 and the package was also developed in SSIS 2008.
I have done exactly the same thing many times with success in SSIS 2005. What am i missing here? Can anyone help please?
Thanks,
Piyush