I have this situation where the SQL in the SQL override of the Source qualifier takes a long time to run. It attempts to retieve the records (throughput always remains 0) but after some time the session fails. When I replace the slow SQL with a much faster piece of SQL that returns records instantly then the mapping runs successfully.
Apart from tuning the slow SQL is there a TIMEOUT setting I should increase so as to give the SQL more time to complete?
Apart from tuning the slow SQL is there a TIMEOUT setting I should increase so as to give the SQL more time to complete?