#1 run this query in SQLYog? how long does it take to return data? Does it fail to return data?
Code: Select all
SELECT c.ComputerID as ID, IF(c.LastContact > date_add(now(),interval -5 minute),'Yes','No') As `Online`,(c.flags & 1024) as reboot, c.`Name` as Name, m.`Name` as Client, a.WUAVersion, a.OS as OS FROM plugin_sw_patch_remedy_wua a LEFT JOIN computers c on c.ComputerID = a.ComputerID LEFT JOIN clients m on c.ClientID = m.ClientID Where a.WUAVersion Not IN (Select Distinct max(WUAVersion) FROM plugin_sw_patch_remedy_wua GROUP BY OS) and a.ClientID IN (Select ClientID FROM `plugin_sw_patch_remedy_config` Where MasterSwitch = 1)
Next
Find the small grey "?" and whild holding down the CTRL key click this. It should pop up a box that says debug is ON. Doing the same thing but holding the Shift key should turn it off.
Close and reopen Patch Remedy, do you get any popup boxes with errors?
If so post them here