I have a set of user variable that I am attempting to re-use within several jobs. These jobs are called as child jobs by a master job.
Each job, in its first three tasks , resets the user variables to what I hope is an empty string, so that tasks further down in the job can then set the value and I can use those new values in building emails, etc.
it seems that the job is not clearing the values, because I am seeing evidence that one of the child jobs is reporting stale values from a previous run of the master job. In other words, it doesn't seem to be resetting correctly in the tasks that clear the value.
I can't determine if I'm clearing the user variables correctly, or of something else is going on.
thanks,
Luther