Not able to see the version of the Agents in the Agent Inventory tab of WebUI
search cancel

Not able to see the version of the Agents in the Agent Inventory tab of WebUI

book

Article ID: 429922

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

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.

Environment

WebUI 24.x

Resolution

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