Updating Server Agent Version Key (v175300–v177000)
This document provides step-by-step instructions to update the Server agent version key in Applications Manager for versions 175300 to 177000.
- 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.1, for example, then the value should be updated to 2101
For Windows Agent
UPDATE AM_GLOBALCONFIG SET VALUE='2101' 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 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: ...
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 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 ...
How to Install .NET agent on AWS Elastic Beanstalk?
One of the two options listed below can be used to install APM Insight agent onto a .NET web application hosted in Elastic Beanstalk environment via ebextensions. Deployment through AWS kit for Visual Studio. Deployment via uploading packages to AWS ...
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 ...