EGL0154E Unable to get an Interaction. Exception is: exception_code.

Explanation

The exception was thrown by the createInteraction method of the Connection object that is used to make a call when the value of the remoteComType property is CICSJ2C, IMSJ2C, or IMSTCP. The remoteComType property is in the linkage options part, in the callLink element for the called program.

User Response

For CICSJ2C and IMSJ2C the 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.

For IMSTCP, make sure that the IMS™ Connector for Java™ jar files are included in the classpath when the calling application is started. Diagnose the problem by using the text of the exception and IMS Connector for Java documentation.


Feedback