× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



When you have a licensed product,
And you get
CPI9E75: Grace period expires in xx days
And it further says:
When the grace period expires, all users exceeding the usage limit are released, starting from the most recently added user, until the number of uses no longer exceeds the usage limit.

What does this exactly mean?
Can we "release" other users to avoid more critical workers?

Usage limit . . . . . . . . : 500
Threshold . . . . . . . . . : 450
Usage Count Information:
All partitions . . . . . : 295.00
Local partition . . . . . : 290.00
Peak Usage Information:
Peak usage . . . . . . . : 290.00
Last peak . . . . . . . . : 09/17/22 13:38:01
I had recently used: 10=Reset peak usage
This is not an IBM product. Apparently once you exceed that peak the countdown is started. So I am trying to figure out what exactly they mean by "all users exceeding the usage limit are released".

See also:
SELECT PRODUCT_ID, FEATURE_ID, PRODUCT_TEXT,
USAGE_LIMIT, USAGE_COUNT, GLOBAL_COUNT,
PEAK_USAGE, DEC(PEAK_USAGE/USAGE_LIMIT, 15, 2) AS PERCENT_USED
FROM QSYS2.LICENSE_INFO
WHERE USAGE_LIMIT > 0
ORDER BY PERCENT_USED desc

Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1
Group Dekko
Dept 1600
Mail to: 7310 Innovation Blvd, Suite 104
Ft. Wayne, IN 46818
Ship to: 7310 Innovation Blvd, Dock 9C
Ft. Wayne, IN 46818
http://www.dekko.com


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.