uCosminexus Service Platform, Messages

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

KDEC06008-E

Data transformation failed. (information1 = aa....aa, information2 = bb....bb, information3 = cc....cc)

aa....aa: Maintenance information (Hash code of the message container or detailed message for the exception)
bb....bb: Maintenance information (Cache name or additional information)
cc....cc: Maintenance information (Message name after transformation (if blank: null) or method name (transform, notTransform, or notTransformWithDtSkip)
Description
The data transformation failed.
(S)
Cancels processing.
(O)
Check the message log file and take appropriate action according to the messages displayed before and after this message.
If the data transformation fails in the TP1/RPC reception or custom adapter#, take appropriate action (as described below) based on the information output in maintenance information (method name).
  • If the maintenance information (method name) indicates transform or notTransform:
    Check the maintenance information (detailed message for the exception) and the message log file, and take appropriate action according to the messages displayed before and after this message.
  • If the maintenance information (method name) indicates notTransformWithDtSkip:
    Check the maintenance information (detailed message for the exception) and the message log file, and take appropriate action according to the messages displayed before and after this message.
    For a TP1/RPC reception, check the value of the urecp-tp1rpc.dt-skip property in the TP1/RPC reception definition file and the format definition file, and confirm that the precautions for using the functionality to skip the structural transformation are observed. For a custom adapter, check the value of the custom-adapter.dt-skip property in the custom adapter definition file and format definition file, and confirm that the precautions for using the functionality to skip the structural transformation are observed.
#
A custom adapter is an adapter that is provided with the product and implemented by using the General custom adapter and the custom adapter development framework.