Not seeing updated SSIS variables -


in ssis package (vs 2008) have couple of readwrite variables (package-level) setting inside script task.
when debug task, can see variables are, in fact, getting set.
however, when exit task , @ variables window, or in package explorer, variables still have default (blank) values. why???

thanks!!

the variable values shown in variables window show values when package execution begins. if these change during execution, these not reflected, default values remain (that is, defaults!) next execution. hope makes sense! say, values change when check them when debugging.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -