The message logged to CTSTATUS.FCS when the PAGE_SIZE setting does not meet encryption block size requirements has been improved. The PAGE_SIZE in ctsrvr.cfg must meet encryption block size requirements. Now, instead of terminating the server with an internal error code, a more descriptive error message is logged to CTSTATUS.FCS. Example messages:
PAGE_SIZE 768:
- User# 00001 Configuration error: ctsrvr.cfg, line 127: The encryption block size of 2048 is required to be a multiple of a PAGE_SIZE that is smaller than the encryption block size.
PAGE_SIZE 3072:
- User# 00001 Configuration error: ctsrvr.cfg, line 126: A PAGE_SIZE that is larger than the encryption block size of 2048 is required to be a multiple of the encryption block size.