I am struggling to have a 24 hour Mysql Connection from SSIS

28 views Asked by At

I have an SSIS job that connects to mySQL db, it runs from 01:00 to 13:00 daily for every 15 minutes, but it return Zero rows once it hits 02:00 and does not fail and I have to run the SSIS job for it to start working propely again, I want to know if there is something I can change to fix this issue?

I have tried changing HTTP keep Alive to 0, but the issue still remains

0

There are 0 answers