Hi Frederik, this sounds more like your "outer" process has a transaction running on the table "muxes" that is locking the table from updates, so the "inner" process waits for ever. What happens when you issue a "commit" before starting the inner process? -- Christoph