CORBA 2.6.1 Programmer's Reference

2204 Cannot write IR object
User Action: Make sure the IR database has read/write permission.
2205: Cannot insert key/value for IR object
User Action: Make sure the IR database has read/write permission.
2206: Cannot read IR object from the IR database. IR object name
User Action: Make sure the IR database has read permission.
2207: IR object type is invalid for the operation
User Action: Make sure the IR object is of right type to invoke the operation.
2208 Cannot initialize IR database
User Action: For read mode, make sure the IR database exists and has read permission. For update
mode, make sure you have the permission to create and write to the database.
2209: Invalid Container for the Contained object
User Action: Make sure to put the Contained object into the right Container object.
2210: Cannot find IR object in the IR database. IR object name
User Action: None.
2211: Later version of the IR object already exists. IR object name
User Action: None.
Object Transaction Service (OTS) Error Messages
(Error numbers 2400 - 2599)
2400 - module message-text
An NSots error occurred. module identifies the module within NSOTS where the error occurred;
this module name normally corresponds to an OMG Transaction Service object. message-text
is dynamically-generated variable text identifying the particular error condition. Most error
conditions reported by this error correspond to CORBA exceptions, and the message contains the
text as generated by the exception's class. If the exception is the result of a TMF error, the
exception's minor code is set to the TMF error number, and the text includes the corresponding
FEnnn literal.
2401 The Heap size exceeds 80%
User Action: The heap usage of NSotsTM has reached 80%. NSotsTM must be stopped and
restarted to avoid crash.