In the latest version of Log Scout, the loaded modules have been moved to the MiscDiagInfo file. Because of that, the report on nexus will always return nothing. We must change the query accordingly to fix this.
Fix is simple. We just must to change the WHERE clause of the report on Nexus, since now the input file name has MiscDiagInfo and current filter " WHERE input_file_name LIKE '%Shutdown.out'" will no longer work.
