Manage user licenses on all supported platforms
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
The OpenEdge license you purchase determines how many units are allowed to run your OpenEdge products. You are responsible for making sure users comply with your license agreement. OpenEdge provides reporting capabilities to help you ensure compliance with your license agreement.
About the OpenEdge database license file
OpenEdge also creates a separate license file that records license-related
information about OpenEdge database users. If the log file does not already exist, the
broker creates it and places it in the same directory as the database (.db) file. The broker creates the file in the format databasename.lic, where
databasename is the name
of the database to which the user connects.
Read the database license file
Use a text editor to display the license file contents. The contents appear in the following order:
- Current date
- Current time
- Number of licensed users specified by the configuration file (if -1, unlimited number of users are licensed)
- Current number of total connections
- Maximum number of total connections
- Minimum number of total connections
- Current number of interactive connections
- Maximum number of interactive connections for the past hour
- Minimum number of interactive connections for the past hour
- Current number of batch connections
- Maximum number of batch connections for the past hour
- Minimum number of batch connections for the past hour
For example, the following sample file entry illustrates the log format:
|
When OpenEdge writes to the license file, the maximum and minimum values are reset for the next hour.
Maintain the database license file
The database or system administrator should consider archiving database license files periodically. In one year, a license file accumulates 8,760 entries. These entries occupy about 440,000 bytes of disk space.
Since the license file must be closed before the administrator archives it, the administrator must first shut down the database. At that point, the license file can be either archived immediately or renamed and archived later.
Create a usage report
To produce a report of database license-related information about current OpenEdge database users, run the licrpt.p procedure file. The report generator input data appears:
|
This is a sample output from the licrpt.p procedure file:
|