Handling IIOP diagnostics

If a remote method that is invoked over IIOP fails, the client code will receive a CORBA exception. This includes all enterprise bean exceptions.

CORBA exceptions are defined in the CORBA documentation, which can be obtained from the CORBA web site: http://www.omg.org.

In many instances, the exception includes a CICS® specific minor code to aid in problem determination. CICS currently uses the following minor codes:
Table 1. CICS specific CORBA minor codes
Code CICS component detecting problem
1229111296 CICS IIOP request receiver
1229111297 Elsewhere in CICS II domain
1229111298 ORB component of CICS OT domain
1229111299 JTS component of CICS OT domain
1229111300 CSI component of CICS OT domain
1229111301 CSI component of CICS EJ domain

If the client receives a CORBA exception containing any of the CICS minor codes, you should examine the CICS message logs for further information about the error.