Version 6.3.8 for UNIX
 —  Messages and Codes  —

Natural System Error Messages 1901-1950

NAT1901: Couldn"t bind to a connection point (SOCKET code :1:).

Text Couldn"t bind to a connection point (SOCKET code :1:).
Expl. The socket function "bind" failed to execute because
- The network subsystem has failed
- Not enough buffers available, too many connections
Actn. check your system for
- correctly installed network system
- enough buffer space

NAT1902: Socket error :1: : Couldn"t resolve service port.

Text TODO
Expl. TODO
Actn. TODO

NAT1903: Couldn"t connect to remote debugging service (SOCKET code :1:).

Text Couldn"t connect to remote debugging service (SOCKET code :1:).
Expl. Natural cannot create a connection to the remote debugging service
because of one of the following reasons:
- the specified remote debugging node is not accessible
- the remote debugging service is not active
- the used port id does not match the port of the remote
debugging service
- the remote debugging service did not initialise correctly
Check that
- the NT machine where the remote debugging service
is running is accessible (e.g. via the "ping" command)
- the remote debugging service is installed and
running
- the port used to install the service (default=2500)
matches the port number specified in the RDPORT parameter
Actn. matches the port number specified in the RDPORT parameter - the remote debugging service initialised correctly
(take a look at NT"s event viewer for any remote debugging
service related error entry)

NAT1904: The node name :1: could not be resolved (SOCKET code :2:).

Text The node name :1: could not be resolved ( SOCKET code :2: ).
Expl. the node name where the remote debugging service is supposed
to run could not be resolved
Actn. check that the specified node name is available in the network system

NAT1905: Remote Debugging: Error while receiving data (SOCKET code :1:).

Text Remote Debugging: Error while receiving data (SOCKET code :1:).
Expl. The connection between Natural and the remote debugging service
has been broken.
Actn. Set up debugging session again.

NAT1906: Remote debugging: Error while sending data (SOCKET code :1:).

Text Remote debugging: Error while sending data (SOCKET code :1:).
Expl. The connection between Natural and the remote debugging service
has been broken.
Actn. Set up debugging session again.

NAT1907: Establishing a local debugging session failed.

Text Establishing a local debugging session failed.
Expl. This platform does not provide a Natural Debugger
Actn. Use Natural"s remote debugging facility to debug the application.

Top of page