Change autostart configuration
Print
- Last Updated: January 28, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Change autostart configuration
To change your autostart configuration to the keystore user account:
- If you did not supply a keystore user account passphrase when you enabled your database for encryption, create one now using PROUTIL EPOLICY MANAGE. If the database is not enabled for autostart with the admin account, specify the keystore admin passphrase with
-Passphrase.The command and output is as follows:
proenv>proutil t1demo -C epolicy manage keystore userphrase -Passphrase OpenEdge Release 12 Enter the key store passphrase for database t1demo: This command modifies encryption access control in the Keystore file. After successful completion of the command, the Keystore file must be backed-up. (15518) Enter new passphrase [required] : Please Retype your Passphrase for Verification Enter new passphrase [required] : proenv> - Change your autostart configuration by specifying the keystore user account.
The command and output is as follows:
proenv>proutil t1demo -C epolicy manage autostart user -Passphrase OpenEdge Release 12 Enter the key store passphrase for database t1demo: Manage autostart enable has been selected. (15523) This command modifies encryption access control in the Keystore file. After successful completion of the command, the Keystore file must be backed-up. (15518) proenv>If your database has the HSM enabled, and autostart was configured when HSM was enabled, a passphrase is not required. However, the passphrase may be provided to start the database in keystore admin or user privileges without requiring a PIN, provided that the autostart configuration in the HSM token is correct. Enter
-Passphraseon the command line and enter the passphrase at the prompt.For details, see PROUTIL EPOLICY MANAGE qualifier.