Updating Server Agent Version Key (v175300–v178500)
This document provides step-by-step instructions to update the Server agent version key in Applications Manager for versions 175300 to 178500.
- Log in to Applications Manager
Use an account with administrator privileges.
- Disable Security Constraints
• Navigate to Settings > Security Settings.
• Uncheck the option “Enable security constraints in Query Tool and Custom Query Report”.
- Access the Query Tool
• Go to Settings tab > Tools > Support > Database Summary > Query Tool - 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
UPDATE AM_GLOBALCONFIG SET VALUE='2103' WHERE NAME='AMSeverAgentWindowsVersion';
For Linux Agent
UPDATE AM_GLOBALCONFIG SET VALUE='2101' WHERE NAME='AMSeverAgentLinuxVersion';
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 ...
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). ...
APMInsight - NET Agent Onboarding - KB
This document provides a step-by-step guide to onboard and troubleshoot the APM Insight .NET Agent. It includes environment verification, permission checks, network connectivity validation, and solutions for common installation and configuration ...
Reconfigure APM Insight PHP agent after PHP version upgrade
If you have upgraded your PHP version and face problems in monitoring after the upgrade, here's how you can resolve it.In general, APM Insight PHP agent registers with the PHP version present in the server at the time of installation.So when you ...
APM Insight Java Agent – Onboarding & Troubleshooting Guide
This guide helps support engineers troubleshoot cases where the APM Insight Java Agent is not onboarding (not appearing in Applications Manager) after installation. Follow the step-by-step verification checklist in Section 2 to quickly diagnose and ...