Hello, There is a strange error I receive when I execute a loop with parallel processing into Data Integration Studio 4.906. Specifically, I have an If Condition to specify the tables' technology among SQL, Oracle and DB2. After the successful execution of the If Condition, there are three different jobs, one for each technology, that manipulate properly the tables. Inside each job there is a loop node in which each table is transformed with some code. Here comes the error. When I try to execute this loop node giving as loop options the execution iteration in parallel with number 4, I receive the following error: "ERROR 180-322: Statement is not valid or it is used out of proper order". But when I run the loop with no execution iteration in parallel then it runs successfully. Is there anything that I can change in the loop options that is responsible for this error?
... View more