ICO0086E javax.resource.ResourceException:
ICO0086E:methodname error.
Invalid value was specified for CommitMode property.

Explanation

The value that you specified in the commitMode property field is invalid.

User response

Ensure that your application has set a valid value for the commitMode property. Values supported are:
  • 1 (SEND_THEN_COMMIT) indicates that IMS processes the transaction and sends a response back before committing the data.
  • 0 (COMMIT_THEN_SEND) indicates that IMS processes the transaction and commits the data before sending a response.