EGL Java run-time error code CSO8106E
CSO8106E: Unable to get a LocalTransaction for client unit of work. Exception is %1
Explanation
The exception was thrown by the getLocalTransaction method of a Connection object that is used to make a call in this situation:
- The value of the remoteComType property is CICSJ2C
- The value of the luwControl property is CLIENT
Those properties are in the linkage options part, in the callLink element for the called program.
User Response
The Connection Factory or Resource Adapter may not be defined or configured properly. Diagnose the problem by using the text of the exception, the documentation of your Resource Adapter, and the documentation of your J2EE environment.