Hi
I'm trying to create a job with 6 parameters that can be called from other jobs.
I'm trying to solve this with Job Variables in the called job, which are set by the calling job.
There is a solution setting 6 Job Variables one by one, but i don't like this because of the volume of tasks.
So the caller job puts the 6 parameters in a variable with 2 columns: JobVariableName, JobVariableValue
The first task in the called job is extracting the parameters from the variable in a loop of Set Job Variable.
The problem is that SetJobVariable is not translating the first column in the file to a variable name.
For investigation I added a similar SetUserVariable task to the same loop. This is translating correctly and assigns values to user variables.
See screenshot in attached Excel file.
Shouldn't SetJobVariable work the same way as SetUserVariable?
By the way, would it be possible to extend the Set Job Variables task to support multiple lines as for example Copy Files?
SetJobVariableSupport.xlsx
(45kb) downloaded 51 time(s).Zoltan