CORBA 2.6.1 Programmer's Reference

Location Service Daemon (LSD) Minor Code Values
(Numbers 1100 - 1199)
1102 - 1314063438 - MINOR_NO_DIRECT_HOST
This minor code occurs in the context of an OBJECT_NOT_EXIST system exception. This minor
code indicates that the LSD was unsuccessful when it attempted to find the direct address of the
configured tcp server in the configuration database.
1103 - 1314063439 - MINOR_NO_DIRECT_PORT
This minor code occurs in the context of an OBJECT_NOT_EXIST system exception. This minor
code indicates that the LSD was unsuccessful when it attempted to find the port number of the
configured tcp server in the configuration database.
1104 - 1314063440 - MINOR_NO_CS_CONFIG
The LSD raises this exception when the target server is configured to use_comm_server and
the LSD can't find any entries in the csmap@load_table entity. This entity is created and
updated by the Comm Servers at runtime.
Suggested actions:
Ensure the Comm Server(s) are running
Ensure the Comm Server(s) and LSD are using the same configuration database
Ensure the configuration database is properly secured
1105 - 1314063441 - NO_CS_HOST_NAME
This exception is raised when the LSD has found the Comm Server to use, but it could not find the
host_name of the Comm Server in the configuration database. This usually indicates that the
Comm Server is not properly configured.
An example Comm Server configuration record (also known as entity) might look like this:
cfgmgt> entity ZC01@comm_server
port_number 5220
host_name oss2.tandem.com
actual_ip_address 204.160.16.36
To correct this problem, first verify the validity of the Comm Server(s) configuration settings.
Next, ensure that the Comm Server(s) were correctly initialized and that they are running and able
to receive requests. If problems are found, you must fix the configuration and restart the Comm
Server server pool. You can do that through the NonStop Distributed Component Console.
1106 - 1314063442 - NO_CS_PORT_NUMBER
Similar to the NO_CS_HOST_NAME minor code detailed above, this minor code occurs when the
LSD has found the Comm Server to use, but it could not find the Comm Server's port_number.