ICO0078E   javax.resource.ResourceException:
ICO0078E: methodname error.
A valid user-specified clientID is required for interactions on a
dedicated persistent connection.

Explanation

A valid, user-specified value is required for the clientID property when the commit mode is 0, and the interaction is using a dedicated persistent socket connection. This requirement applies to SYNC_SEND_RECEIVE, SYNC_SEND, SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_NOWAIT and SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_WAIT interactions.

User response

Provide a valid value for the clientID property. A valid value must follow the following rules:
  • Is not a null string
  • Does not begin with a blank field
  • Does not begin with the IMS™ TM resource adapter reserved prefix HWS
  • Is eight characters long
  • Has valid characters A - Z, 0 - 9, and @, #, $