TimesTen Error Messages

TT-02868

String contains an invalid hexadecimal character


Cause

TimesTen attempted a conversion of a character string to binary, but the string contained an invalid hexadecimal character. Valid characters are 0-9, A-F, and a-f.


Action

Check the string making sure to specify correct hexadecimal characters. Then, retry the operation with the modified string.


Additional Information

TimesTen did not perform the conversion.