You should not select Database Type as "All". Select the correct DB. In my case its "Micorsoft SQL server". If you select "All" it wont dispaly only the common KPIs
... View more
The memory may be in cache. If you are in a linux machine use the below command to clean it. Then try the instillation again. echo 3 > /proc/sys/vm/drop_caches
... View more
See if your PATH environment variable is setup properly. Any system should have atleast the below on PATH
;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;
Add the above if not there.
Once added, open a new cmd / bash and try:
where chcp
It should give the path.
... View more
Use this
curl -k -K /home/appdynamics/test/password http://hostname:port/controller/rest/applications/<ApplicationName>/business-transactions?output=JSON
in /home/appdynamics/test/password update data as below
user = username@accountname:passowrd
... View more
Normally the license is binded with your contorller MAC address. You can request the support to generate the license file with new server MAC address.
... View more