Enable BI file encryption after enabling encryption
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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
- You can truncate your BI and add
-biencryption enableto the command line, as shown:proutil dbname -C truncate bi -biencryption enable