After upgrading the Automation Engine (AE) to version 11, the Last check column in the System Overview is showing no information for the Agents.
<Please see attached file for image>
Investigation
Scenario 1: The Srvquery is set to ‘0’ in the configuration file ucsrv.ini.
System Overview:
<Please see attached file for image>
Cross check using a database query:
SELECT OH_NAME AS Agent_Name,
ACTEX_LastAlive last_check
FROM OH,
HOST,
ACTEX
WHERE OH_IDNR =HOST_OH_IDNR
AND OH_IDNR =ACTEX_OH_IDNR
AND OH_OTYPE ='HOST'
AND HOST_ACTIVE = 1
ORDER BY 1;
<Please see attached file for image>
Scenario 2: Srvquery is set to ‘1’ in the configuration file ucsrv.ini.
From the System Overview, pressing the Refresh button shows no visible change:
<Please see attached file for image>
Double check using a database query and you will see that the database has not been updated.
<Please see attached file for image>