ICO0081E javax.resource.spi.EISSystemException:
ICO0081E:methodname error.
Execution timeout has occurred for this interaction. The executionTimeout
value specified was [executionTimeout_value] milliseconds.
The value used by IMS Connect was
[rounded_executionTimeout_value] milliseconds.

Explanation

The amount of time that it took for IMS Connect to send a message to IMS and receive the response (executionTimeout_value) was greater than the executionTimeout value that was rounded to an appropriate execution timeout interval, rounded_executionTimeout_value. After a valid execution timeout value is set, this value is converted into a value that IMS Connect can use.

User response

If the rounded execution timeout value is not what you expected, verify that the value follows the conversion rules:

Table 1. Execution timeout value conversion rules
Range of user-specified values Conversion rule
1 - 250 If the user-specified value is not divisible by 10, it is converted to the next greater increment of 10.
251 - 1000 If the user-specified value is not divisible by 50, it is converted to the next greater increment of 50.
1001 - 60000 The user-specified value is converted to the nearest increment of 1000. Values that are exactly between increments of 1000 are converted to the next greater increment of 1000.
60001 - 3 600000 The user-specified value is converted to the nearest increment of 60000. Values that are exactly between increments of 60000 are converted to the next greater increment of 60000.