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
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). ...
How to add an APM Insight Node.js agent in Kubernetes via InitContainers?
To integrate the APM Insight Node.js agent into your Kubernetes applications using InitContainers, follow the steps given below: Step 1: Create an empty volume that will be used to copy the agent files during the initContainers process. Example: ...
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 ...
APMInsight - NET Agent Onboarding - KB
Overview 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 ...
How to install the APM Insight PHP Agent in an Azure Web App?
Follow these steps to install and configure the APM Insight PHP Agent in an Azure Web App. Step 1: Create a deployment script Navigate to the directory /home/apm/ (create it if it doesn’t exist). Create a new shell script named apm-phpagent-deploy.sh ...