I have a SSIS package on SQL Server 2008 that accepts three parameters.
The SSIS package has the parameters defined in an XML configuration file.
In the scheduled job step that points to the dtsx SSIS package, I have specified the variables
on the 'Set Values' list ( eg. \Package.Variables[User::varMyvariable] with a value ) but
the step always ignores my parameters and uses the ones hard coded in the XML file.
I can even see on the 'Command Line' tab for the Step that my step parameters have been
accepted and are part of the command line BUT it still uses the variables from the XML.
The XML does not get overridden.
Is there a setting missing somewhere I need to set to get the packages to use external set parameters?
Help! Stuck on this for ages.
Dazed and confused.
Remember.. 'Depression is just anger without enthusiasum'.
The SSIS package has the parameters defined in an XML configuration file.
In the scheduled job step that points to the dtsx SSIS package, I have specified the variables
on the 'Set Values' list ( eg. \Package.Variables[User::varMyvariable] with a value ) but
the step always ignores my parameters and uses the ones hard coded in the XML file.
I can even see on the 'Command Line' tab for the Step that my step parameters have been
accepted and are part of the command line BUT it still uses the variables from the XML.
The XML does not get overridden.
Is there a setting missing somewhere I need to set to get the packages to use external set parameters?
Help! Stuck on this for ages.
Dazed and confused.
Remember.. 'Depression is just anger without enthusiasum'.