CORBA 2.6.1 Programmer's Reference

This minor code occurs in the context of an INTF_REPOS system exception. It indicates that the
Interface Repository database failed to be initialized. The cause of the problem could be missing
database files, database files with invalid read/write permission, or corrupted database files.
1801 - 1314064137 - MINOR_INVALID_IR_OBJECT
This minor code occurs in the context of an INTF_REPOS system exception. It indicates that a
method was invoked on the wrong interface definition object. For example, destroy( ) was
invoked on the CORBA::Repository object.
1802 - 1314064138 - MINOR_INVALID_DEFKIND
This minor code occurs in the context of an INTF_REPOS system exception. It indicates that an
invalid CORBA::DefinitionKind value was passed to an interface definition operation.
1803 - 1314064139 - MINOR_DUPLICATE_REPOID
This minor code occurs in the context of an INTF_REPOS system exception. It indicates that an
attempt was made to insert a Contained object into a Container object, but the Container
object had an existing Contained object with a matching RepositoryId.
1804 - 1314064140 - MINOR_DUPLICATE_NAME
This minor code occurs in the context of an INTF_REPOS system exception. It indicates that a
Contained object was inserted into a Container object, but the Container object had an
existing Contained object with a matching Name.
1805 - 1314064141 - MINOR_IRDB_WRITE_ERROR
This minor code occurs in the context of an INTF_REPOS system exception. It indicates that an
error occurred when an interface definition object was serialized to the IR database.
1806 - 1314064142 - MINOR_IRDB_READ_ERROR
This minor code occurs in the context of an INTF_REPOS system exception. It indicates that an
error occurred when an interface definition object read from the IR database.
1899 - 1314064235 - MINOR_NO_SUCH_IR_OBJECT
This minor code occurs in the context of an INTF_REPOS system exception. It indicates that the
interface definition object cannot be found in the IR database.
Dynamic Skeleton Interface Minor Code Values
(Numbers 1900 - 1999)
The exception conditions reported by DSI minor codes typically indicate an error on the server side. To
correct those types of errors, you must fix your DSI code.
1900 - 1314064236 - MINOR_SET_RESULT_BEFORE_ARGS
This minor code occurs in the context of a BAD_INV_ORDER system exception. In a normal DSI
scenario, the set_result( ) operation of the ServerRequest pseudo object is called a single
time after the arguments( ) operation. This occurs if set_result( ) is called before