I don't understand why as soon as I activate a tDBRow in my joblet, the execution of the job does not stop. But if I deactivate it, it ends. Here is how my job looks like :
I also tried this way
If I deactivate from the tJavaRow, then my job ends. It looks like I lose the connection afterwards, yet all the tDBSPs work.
Edit : This is the only way it works, but I am disappointed because I wanted to take advantage of the joblet option.
It is difficult to work out what is going on here, but going by what you have said, I would suggest looking at the tJavaRow you switched off. What is happening in that component?