If there's no direct trigger between placing files in a source folder and app loading it's worth to make sure files are there, besides the running hours. Minimalists example:
SET vFile='lib://Folder/Do_I_exist.txt';
DO UNTIL FileSize('$(vFile)')>0
Sleep 100000;
Trace Not yet...;
LOOP
TRACE You can load the data now;
exit script;