CORBA 2.3.3 Programmer's Reference (NonStop CORBA 2.3.3+)
value or a Compaq proprietary floating-point value was too large to be represented in the other
format.
1502 - 1314063838 - MINOR_NOT_A_NUMBER
This minor code occurs in the context of a MARSHAL system exception. A floating-point value was
found not to represent a real number (as defined in terms of "NAN" values).
Context Minor Code Values (Numbers 1600 - 1699)
1600 - 1314063936 - MINOR_NOT_STRING
This minor code occurs in the context of a BAD_CONTEXT system exception. This minor code
indicates that a call to the CORBA::Context( ) method expected a string value, but the kind
field of the Any parameter did not represent a string.
1601 - 1314063937 - MINOR_NO_MATCH
This minor code occurs in the context of a BAD_CONTEXT system exception. A call to the
CORBA::Context( ) method was asked to find a match but none was found.
1602 - 1314063938 - MINOR_NO_SUCH_START_SCOPE
This minor code occurs in the context of a BAD_CONTEXT system exception. A call to the
CORBA::Context( ) method could not find the start scope requested by the user.
1603 - 1314063939 - MINOR_NO_PROPERTY_GIVEN
This minor code occurs in the context of a BAD_CONTEXT system exception. A call to the
CORBA::Context( ) method was given a null property string.
Object Transaction Service (OTS) Minor Code
Values (Numbers 1700 - 1799)
1700 - 1314064036 - MINOR_NO_TS_SENDER
This minor code occurs in the context of a INTERNAL system exception. An application in the
client role was able to start a transaction by way of Current( ), after which it attempted to
send a request to a transaction object. The ORB was then unable to find the OTS application
runtime component responsible for generating the corresponding service context for the GIOP
Request message.
Because the application was at one time successful in using the OTS runtime component, a
memory corruption problem may exist in either the application or the ORB. Check your client
application for potential memory corruption problems. If none can be found, contact your service
provider.
1701 - 1314064037 - MINOR_NO_TS_RECEIVER
This minor code occurs in the context of a INTERNAL system exception. One reason for this