Sierra 5391-02 User Manual
Page 54

T12017-Sentry_LANServer_Users_Manual
Page 54 of 59
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldserver.com
Tel: (408) 262-2299 Fax: (408) 262-2269 Toll_Free: 888-509-1970 email: [email protected]
Macro
Code
Message
Description
WSANO_RECOVERY
11003
This is a non-
recoverable
error
This indicates some sort of non-
recoverable error occurred during a
database lookup. This may be
because the database files (e.g.
BSD-compatible
HOSTS,
SERVICES or PROTOCOLS files)
could not be found, or a DNS
request was returned by the server
with a severe error.
WSAPROVIDERFAILEDINIT
OS
dependent
Unable
to
initialize
a
service provider
Either a service provider's DLL
could not be loaded (LoadLibrary
failed)
or
the
provider's
WSPStartup/NSPStartup function
failed.
WSASYSCALLFAILURE
OS
dependent
System
call
failure
Returned when a system call that
should
never
fail
does.
For
example,
if
a
call
to
WaitForMultipleObjects fails or
one of the registry functions fails
trying
to
manipulate
the
protocol/namespace catalogs.
WSASYSNOTREADY
10091
Network
subsystem
is
unavailable
This
error
is
returned
by
WSAStartup
if
the
Windows
Sockets
implementation
cannot
function at this time because the
underlying system it uses to
provide
network
services
is
currently unavailable. Users should
check
that
the
appropriate
Windows Sockets DLL file is in the
current path; that they are not
trying to use more than one
Windows Sockets implementation
simultaneously.
If
there
is
more
than
one
WINSOCK DLL on the system, be
sure the first one in the path is
appropriate
for
the
network
subsystem
currently
loaded.
Consult the Windows Sockets
implementation documentation to
be sure all necessary components
are
currently
installed
and
configured correctly.
WSATRY_AGAIN
11002
Non-
authoritative
host not found
This is usually a temporary error
during hostname resolution and
means that the local server did not
receive a response from an
authoritative server. A retry at
some time later may be successful.