Hi, I am trying to make simple job for inserting data from one table to another one, with identical structure. From service request I get id of customer and based on that I insert into second database that record. No exception occurs, everything seems fine, but nothing is inserted. I set auto-commit in postrgres connection component.