0% found this document useful (0 votes)
51 views5 pages

AutoPass License Server Configuring Properties

Uploaded by

Avetis Badasyan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views5 pages

AutoPass License Server Configuring Properties

Uploaded by

Avetis Badasyan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

AutoPass License

Server
Configuring Properties

Release Date: April, 2019


Legal Notices

Warranty
The only warranties for Hewlett Packard Enterprise Development LP products and services are set forth in the express
warranty statements accompanying such products and services. Nothing herein should be construed as constituting an
additional warranty. Micro Focus shall not be liable for technical or editorial errors or omissions contained herein.

The information contained herein is subject to change without notice.

Restricted Rights Legend


Confidential computer software. Valid license from Micro Focus required for possession, use or copying. Consistent with
FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for
Commercial Items are licensed to the U.S. Government under vendor's standard commercial license.

Copyright Notice
©·2017·Micro·Focus. All·rights·reserved.
Trademark Notices
Adobe™ is a trademark of Adobe Systems Incorporated.
Microsoft® and Windows® are U.S. registered trademarks of Microsoft Corporation.
UNIX® is a registered trademark of The Open Group.
This product includes an interface of the 'zlib' general purpose compression library, which is Copyright ©
1995-2002 Jean-loup Gailly and Mark Adler.

About this PDF Version of User Guide


This document is a PDF version of the User Guide. This PDF file is provided so you can easily print multiple topics from the
help information or read the User Guide in PDF format. Because this content was originally created to be viewed as User
Guide in a web browser, some topics may not be formatted properly. Some interactive topics may not be present in this
PDF version. Those topics can be successfully printed from within the User Guide.
Contents
Configuration key for Maximum / Average Value in Advanced Report ................................................................................... 4

Configuration key for history in hours when reporting usage .................................................................................................. 4


Configuration key for Maximum / Average Value in Advanced Report

In Advanced Report, the value under each date column can either be Peak / Maximum or Average [Configurable
by admin]. This value will be Maximum by default.
The option of switching from Maximum to Average and vice-versa can be exercised with the help following query
on APLS database.

UPDATE CUSTOM_CONFIGURATIONS SET CONFIG_VALUE=<<value>>


WHERE CONFIG_KEY =’ usage.excel.export.aggregate.type’;

Configuration key for history in hours when reporting usage

When products send usage data to APLS via APIs consume, release or cumulative consumption this key controls
the oldest data that can be reported to APLS. The default value is 72 hours. One can change this configuration
using the following query on APLS database

UPDATE CUSTOM_CONFIGURATIONS SET CONFIG_VALUE=<<value>>


WHERE CONFIG_KEY =’ unit.consumption.max.history.in.hours’;

Note: The APLS service should be restarted if any changes occurs after using the default values.

You might also like