I have a SSIS package that I execute from multiple Agent Jobs with different /CONNECTION parameter values. This means that they will connect to different data source. Sometimes when the jobs are running in parallel, I have seen a situation where the variable values get mixed up between different instances of the package.
I tried to search a solution for this but so far haven't found anything. I have seen other references to this issue so it seems to be somehow possible. Is there something I could do to prevent this from happening?