_User table
- Last Updated: March 24, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
If the _User table is established for the
database, -userid username
must be included to specify a privileged user to authenticate. The specified user, username, must be defined in the _User table and have the required role. The specified password, passwd, must be the password defined in _User table to match username. The password can
be specified with the -password passwd qualifier or if omitted, the utility will prompt
for the value. The value of passwd can be in clear text
format or encoded. For details on specifying an encoded password, see Specify encoded passwords.
If you have defined the user "Mike" in the
_User table with a password of "guru" for the database auditexampledb, and assigned "Mike" the Audit Data Archiver role, then executing
the protected PROUTIL AUDITARCHIVE utility for the database would use one of
the following formats:
- Clear text password:
|
- Prompt for password:
|
At the password prompt, the password "guru" must be typed before the
AUDITARCHIVE runs.
- Encoded password:
|
First, you must encode the password using genpassword. Then, when you run the AUDITARCHIVE utility
(presumably at a later time), specify the encoded password in the command.