After upgrading to the 24.1 release of WebUI, the version column in Agent Inventory Tab in the WebUI is blank for all of the Agents. Going to the AutoSys Scheduler machine and doing an autorep -M <name of one of the Agent machines> does not return the version information either. Everything was working prior to the 24.1 upgrade.
WebUI 24.x
Go to AutoSys Scheduler machine and do the following steps:
1) source the AutoSys environment
2) type autorep -M ALL -q > allmachines.txt
3) type the following command based on what platform you are on:
Windows
-------------
findstr insert_machine allmachines.txt > fixmachines.txt
Unix
------
grep insert_machine allmachines.txt > fixmachines.txt
4) Edit the fixmachines.txt file and replace all of the insert_machine entries with update_machine
5) type jil < fixmachines
Log out of the WebUI GUIs and then log back in. Go to the Agent Inventory Tab and verify that the version field is populated with the versions of the Agents