AppDynamics Knowledge Base

What does the "Time range not supported error" mean?

What does the "Time range not supported error" mean?

Symptoms

Issue:  Time range not supported error

image.png

Diagnosis

Log in into the controller database and verify the following properties:

  • <Controller_Install_Dir>\bin\controller[.sh/.bat] login-db
  • select name, value from global_configuration_cluster where name in ('disable.historic.transactional.flow', 'caches.retention.period');

You might see an output like the following:

+-------------------------------------+-------+
| name | value |
+-------------------------------------+-------+
| caches.retention.period | 24 |
| disable.historic.transactional.flow | true |
+-------------------------------------+-------+
2 rows in set (0.00 sec)

Solution

If the disable.historic.transactional.flow is set to true, then the controller will display a maximum of up to 24 hours, defined by caches.retention.period.

To modify this setting, log in to the controller admin console, and mark the disable.historic.transactional.flow value as false. For details about logging in, see: https://docs.appdynamics.com/display/PRO41/Access+the+Administration+Console

To confirm this change, log out of the controller, then log in to the controller and check the behavior.

Tags (1)
Version history
Last update:
‎02-15-2017 12:28 PM
Updated by: