Enabling save key events
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Enabling save key events
Enabling your database to save key events
can be done at any time. The first time a broker is started for
the database after key events are enabled, all existing key
events in your log file will be recorded into your _KeyEvt table.
To enable your database to save key events:
-
Optionally define a database area for your
_KeyEvttable and add it to your database. If you don't specify an area, the table is created in your Schema Area. - Enable your database to save key events with the PROUTIL ENABLEKEYEVENTS utility. See the PROUTIL ENABLEKEYEVENTS qualifier on page 1205 for details on the utility.
The following example demonstrates these steps:
|
Note: If you add a new area to your
database for key events, update your structure description file
with PROSTRCT LIST. For more information on PROSTRCT, see PROSTRCT Utility.