Input fields in the Console accept some non-printing Unicode characters that are not valid in the XML format. adTempus accepts these characters and saves the data, but when it tries to write this data to XML in some contexts (for example, when creating export files or object snapshots), this produces an error such as the following:
"Export failed: ", hexadecimal value 0x1F , is an invalid character."
This can prevent you from saving or deleting objects in the Console, because the server writes copies of them to XML as part of the snapshot process.
This problem was corrected to filter out the invalid characters.