ICO0042E javax.resource.ResourceException:
ICO0042E: methodname error.
The input is not of type Streamable.

Explanation

The input that is provided to the execute method of com.ibm.connector2.ims.ico.IMSInteraction for the Input parameter either was null or did not implement the interface javax.resource.cci.Streamable. This exception occurs most likely when an application is written to use the Java™ EE Connector Architecture Common Client Interface (CCI). This exception does not occur if a Rational® or WebSphere® integrated development environment is used to build the input message.

The execute method allows null input objects for some types of interactions. For example, interactions with interactionVerb values of SYNC_END_CONVERSATION, SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_WAIT, and SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_NOWAIT allow null input objects.

User response

Ensure that you provide a valid javax.resource.cci.Record object for the input parameter to the execute method. For example, ensure that this object implements the interfaces javax.resource.cci.Record and javax.resource.cci.Streamable.