Try OpenEdge Now
skip to main content
Database Administration
Protecting Your Data : Transparent Data Encryption : Enabling Encryption : Enabling BI file encryption after enabling encryption
 
Enabling BI file encryption after enabling encryption
If during the execution of PROUTIL ENABLEENCRYPTION, you specifically indicate that your BI files should not be encrypted, you can enable them for encryption at a later point in time in the following ways:
*You can re-issue PROUTIL ENABLEENCRYPTION and add -biencryption enable to the command line, as shown:
proutil dbname -C enableencryption -biencryption enable
*You can truncate your BI and add -biencryption enable to the command line, as shown:
proutil dbname -C truncate bi -biencryption enable