I am trying to copy the content of a table called "dim_request" in another called "tmp_dim_request", and for that I joined the tDBOutput in which we insert data in "dim_request", to tDBInput in which I want to extract data from the same table "dim_request", and with a tMap component I tried to copy data from "dim_request" to "tmp_dim_request", but in the execution I got a compilation error.