uCosminexus Service Platform, Messages

[Contents][Index][Back][Next]

KDEH30106-E

An error occurred during character code conversion. (adapter name = aa....aa, operation name = bb....bb, error code = cc....cc)

aa....aa: Adapter name
bb....bb: Operation name
cc....cc: Cause code#
Note#
This is the return code of the HJCConverters.getConvertState method. The following table lists and describes the return code causes:
No. Value
(Decimal number)
Return code Cause
1 (00) HJCConvertState.CST_NORMAL The method ended successfully.
2 (01) HJCConvertState.CST_CONVSTOP The method ended because an undefined code was detected.
3 (02) HJCConvertState.CST_HALFCODE The method ended halfway through the multi-byte characters.
4 (03) HJCConvertState.CST_SHIFTEND The method ended when the input value was the first byte of the shift code.
5 (04) HJCConvertState.CST_UNREGISTED_USERPROC The settings specified the invocation of a user program when an undefined code is detected, but the function is not registered, so the method ended.
6 (05) HJCConvertState.CST_BAD_SHIFTMODE The method ended because an invalid shift code is set up in the return value of the function.
7 (06) HJCConvertState.CST_ESCEND The method ended because the escape sequence code is invalid. Note that the return code is returned only when the transformation source code is the JIS Kanji code.
8 (07) HJCConvertState.CST_BAD_ESCMODE The method ended because an invalid escape sequence code is set up in the return value of the function. Note that the return code is returned only when the transformation destination code and transformation source code is the JIS Kanji code.
9 (08) HJCConvertState.CST_BAD_ENDIAN The method ended because BOM could not be identified correctly. If the COP_UTFBOM option is specified for BOM data transformation, the BOM status of the BOM data might not match the specification for the following options:
  • COP_BIGENDIAN_UTF16
  • COP_BIGENDIAN_UTF32
Cause
An error occurred during character code conversion.
(S)
Processing is cancelled.
(O)
Check whether the character code of the binary definition specified in the request message format of a service component matches the character code set up in the Message Queue adapter communication-configuration definition file. If character codes are matching, collect the log and trace information, and then contact maintenance personnel.