Before You Begin
You can alter proprietary database retentions from the graphical user interface (GUI), through CLI, or during installation.
Steps
To alter retentions on a proprietary database through the GUI:
To add a new aggregation set:
To add retentions and aggregation sets through CLI:
You can add and edit retentions and aggregation sets using CLI when you are logged in as the Microsoft Windows administrator.
To view available aggregation sets and information for the default database, run tqasa with no options from the manager\bin directory.
To alter existing aggregation set retentions:
From the manager\bin directory, run the following command:
tqasa -d <dbname> -m aggregationsetname -g -k retentionname
For example, if you want to change an 8-hour aggregation set to 1-year in the production, run the following command:
tqasa -d production -m 8-hour -k 365
To create an 8-hour aggregation set using CLI:
From the manager\bin directory, run the following command:
tqasa -d production -m 8-hour -g 28800 -k 365
where the value for -g is the number of seconds for the granularity. For example, 8 hours is 8 hours * 60 minutes in an hour * 60 seconds in a minute.
For more information, see the CONFIG= file section for the CustomDatabase= field in the Format section of the TeamQuest CMIS Installation Guide.
Still have questions? We can help. Submit a case to Technical Support.