hi,
after having tested my DATA jobs individually without error, I wanted them to be grouped together in a Process Job. So I created a PJ with, inside, a sequence of 5 Data Jobs (Reference). In short, the first DJ creates matchcodes and saves them in a DB2 table and the following jobs read this table based on different sensitivity criteria and save the clustering results in another DB2 table.
When I run the process job, the first DJ is running smoothly and then I get an error message: "Failed to acquire node process, rc = 7 (Failed to serialize credentials (ERROR: Critical TK KERNEL error))".
I do not have any parameters to pass from one DJ to another so I have not added or changed anything in the inputs / outputs options of the DJs.
Thank you