Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

JZN-00676

value of field '~s' was not a possible binary string format

Cause

A field mapped to a binary column was a string that did not contain a complete hexadecimal or base-64 representation of a binary value.


Action

Ensure that the field contains 2 hexadecimal characters per binary byte, or a multiple of 4 characters for base-64.