Updating Server Agent Version Key (v175300–v178500)

Updating Server Agent Version Key (v175300–v178500)

Alert
This document provides step-by-step instructions to update the Server agent version key in Applications Manager for versions 175300 to 178500.
  1. Log in to Applications Manager
    Use an account with administrator privileges.
  2. Disable Security Constraints
    • Navigate to Settings > Security Settings.
    • Uncheck the option “Enable security constraints in Query Tool and Custom Query Report”.
  3. Access the Query Tool
    • Go to Settings tab > Tools > Support > Database Summary > Query Tool
  4.  Execute the Required SQL Queries : 
            If the upgrade version is 21.0.3, for example, then the value should be updated to 2103


            For Windows Agent

Quote
UPDATE AM_GLOBALCONFIG SET VALUE='2103' WHERE NAME='AMSeverAgentWindowsVersion';

            For Linux Agent

Quote
UPDATE AM_GLOBALCONFIG SET VALUE='2101' WHERE NAME='AMSeverAgentLinuxVersion';

Notes
 After executing the queries, Restart Applications Manager to apply changes.

                    New to ADSelfService Plus?

                      • Related Articles

                      • Updating Applications Manager Server Host and Port Details in Server Agents

                        If the hostname or port number of the Applications Manager server changes, you must update the corresponding configuration in the installed server agents so that they can continue communicating with Applications Manager. Supported Versions Server ...
                      • Allowing agent reregistration in Applications Manager

                        Starting with Applications Manager version 180900, an option is available in the UI to explicitly allow previously registered agents to re-register after they are reinstalled. In versions before 180900, this option is not available in the UI, and ...
                      • Downloading Agent Logs from Remote Servers for Troubleshooting

                        Applications Manager allows you to remotely collect server agent logs from monitored machines for troubleshooting purposes. The retrieved logs are compressed and stored on the Applications Manager server. Supported Versions Server Agent version ...
                      • How to change Applicaitons Manager EUM API Key in EUM Agent?

                        How to change Applications Manager API key through Agent settings page: Access the EUM Agent Settings page. Login to Agent Settings page by entering the EUM API key (You can find it in Applications Manager->Settings->Rest API->End User Monitoring). ...
                      • Agent Communication Fails with WinHTTP Error 12030

                        Overview This article explains how to troubleshoot WinHTTP Error 12030, which may occur when the Applications Manager Agent is unable to establish a secure HTTPS connection with the Applications Manager server. In most cases, this issue is caused by ...