Below error in Reload script logs; "Error: Table 'time_range_working' not found"
Option 1: In the Qlik Sense App script,
Change the value of variable db_v_file_override = 0 to db_v_file_override = 1
(Info : Below are the options.
0 = Auto = Script will check for recent data in logging database 1 = File logs only (No database logs loaded) 2 = Database logs only (No file data loaded except where file log data already stored in governanceLogContent QVDs)
Option 2: Try moving QVDs and related files to another location(The reason is only to have a backup) and try FULL load. (Full load is nothing but full data will load without using any specified conditions or specified data like incremental load.)