Enable BI file encryption after enabling encryption
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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 enableto the command line, as shown:proutil dbname -C enableencryption -biencryption enable -biCipherName cipher-name
- You can truncate your BI and add
-biencryption enableto the command line, as shown:proutil dbname -C truncate bi -biencryption enable -biCipherName cipher-name