Skip to main content

Community

Other: HVR UI Update to show correct version of Agent

Answered

Please sign in to leave a comment.

Comments

1 comment

  • Official comment
    Mark Van de Wiel User

    Siju,

    Thank you for sharing your concern.

    For any one of the locations HVR stores a number of discovered properties in the hvr_location_property table. Every time we reconnedt to the location we validate and update these. The UI picks up the values from the table.

    It may be that an upgrade was performed on the source without restarting agent listener and/or capture/integrate process. In that case updating the discovered property would be delayed until the next reconnect.

    If you have access to the HVR repository database, could you run the following query substituting your hub name and location name:

    select prop_value,
    insert_tstamp
    , delete_tstamp
    from hvr_location_property
    where hub_name = '<hub name>'
    and loc_name = '<location name>'
    and prop_name = 'Agent_Version' ;

    See if that value was updated post update and after processes have been restarted. If you still see a discrepancy in the UI after refreshing the window then please file a support ticket as it would be a bug.

    Thanks,
    Mark.