CTGDJJ001E
The 'method' parameter must be set to use the Java Class FC.
Explanation:
The required parameter method was not specified in the Java Class FC.
Operator response:
Specify the method parameter in the Function Component.
CTGDJJ002E
The 'javaClass' parameter must be set to use the Java Class FC.
Explanation:
The required parameter javaClass was not specified in the Java Class FC.
Operator response:
Specify the javaClass parameter in the Function Component.
CTGDJJ003E
Unable to locate the method ''method name'' in class ''class name''.
Explanation:
The configured method in the Java Class FC could not be found.
Operator response:
Verify that the configured Java Class and method exist and are valid. The operator should ensure the class can be found in the class path of the IBM TDI server.
CTGDJJ004E
Unable to locate the method ''method name'' in class ''class name''.
Explanation:
The configured method in the Java Class FC could not be found.
Operator response:
Verify that the configured Java Class and method exist and are valid. The operator should ensure the class can be found in the class path of the IBM TDI server.
CTGDJJ005E
Function Component could not perform the configured method because it expected an Entry object but encountered an object of another type.
Explanation:
The Java Class Function Component expected to perform a method using an Entry object but encountered an object of a different type.
Operator response:
Verify that the data being passed to the Java Class Function Component are valid entries.
CTGDJJ006E
Function Component failed to convert the object ''object type'' to a Date object. Exception occurred: exception
Explanation:
See message.
Operator response:
Verify that the data being passed to the Java Class Function Component is of valid Java object types. Review exception to find further details on the error.
CTGDJJ007E
Function Component could not convert the object ''object type'' with the name ''object name'' to class ''class name'' because the class type was not recognized.
Explanation:
See message.
Operator response:
Verify that the data being passed to the Java Class FC is of valid Java object types. Review the Reference Guide for more information.