Try OpenEdge Now
skip to main content
Database Administration
Reference : PROUTIL Utility : PROUTIL ENABLEKEYEVENTS qualifier
 

PROUTIL ENABLEKEYEVENTS qualifier

Enables the database for the storage of key events.

Syntax

proutil db-name -C enablekeyevents [area-name]

Parameters

db-name
Name of the database being enabled for key event storage.
area-name
Name of the area where the key events table is located. If area-name is not specified, the key events table, _KeyEvt, is created in the Schema Area.

Notes

*The first time ENABLEKEYEVENTS is run on a database, the _KeyEvt table is created in the area specified by area-name (or the Schema Area if not specified). Subsequent enablements ignore the area-name parameter.
*The database must be offline to enable key events.