ICO0131E javax.resource.ResourceException:
ICO0130E:methodname error.
The
property ignorePURGCall is not supported for interaction verb
[SYNC_END_CONVERSATION
or SYNC_RECEIVE_ASYNCOUTPUT_*].
The property ignorePURGCall
can only be specified for interaction SYNC_SEND
and
SYNC_SEND_RECEIVE.
Explanation
The ignorePURGCall property is
not supported for SYNC_END_CONVERSATION, SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_NOWAIT,
and SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_WAIT interactions.
User response
Use the SYNC_SEND or SYNC_SEND_RECEIVE interaction
on a shareable persistent socket connection. If your intent is to
execute a SYNC_END_CONVERSATION, SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_NOWAIT,
or SYNC_RECEIVE_ASYNCOUTPUT_SINGLE_WAIT interaction, do not specify
a value of true for the ignorePURGCall property.