Disables the TDE database policy management feature.

Syntax

proutil db-name -C disableTDEDBPolicyManagement

Parameters

db-name
The name of the database where you are disabling the TDE DB policy management feature.

Notes

  • You need Database Administrator and keystore administrator privileges to use this command.
  • You can run this command while the database is running.
  • If the command fails, you must restore the copied keystore and run the command again.
  • This command copies the key store (.ks) file. Before disablement, OpenEdge saves a backup of the key store file dbname.ks to dbname.ksbk.processId.timestamp, for example:
    Saved the keystore file to "testdb.ksbk.29669.Wed_Dec_30_09_07_08_2021".

    If the disablement fails after the key store changes, restore the key store file by copying the backup key store file to db-name.ks. After copying the file, you can run PROUTIL DISABLETDEDBOLICYMANAGEMENT again.