ICO0111E javax.resource.ResourceException:
ICO0111E:methodname error.
SSLEnabled must be set to FALSE when using Local Option.

Explanation

The property SSLEnabled is set to true, and the property IMSConnectName is set to a non-null value, which indicates that local option connections are used. However, SSL is not supported on local option connections.

User response

Set the SSLEnabled property to false.