64 lines
3.0 KiB
HTML
64 lines
3.0 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="reference" />
|
|
<meta name="DC.Title" content="WINSOCK return codes" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaikcaspecificrc.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="winsockerr" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>WINSOCK return codes</title>
|
|
</head>
|
|
<body id="winsockerr"><a name="winsockerr"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">WINSOCK return codes</h1>
|
|
<div><div class="example"> <pre>10024 CWB_TOO_MANY_OPEN_SOCKETS
|
|
10035 CWB_RESOURCE_TEMPORARILY_UNAVAILABLE
|
|
10038 CWB_SOCKET_OPERATION_ON_NON_SOCKET
|
|
10047 CWB_PROTOCOL_NOT_INSTALLED
|
|
10050 CWB_NETWORK_IS_DOWN
|
|
10051 CWB_NETWORK_IS_UNREACHABLE
|
|
10052 CWB_NETWORK_DROPPED_CONNECTION_ON_RESET
|
|
10053 CWB_SOFTWARE_CAUSED_CONNECTION_ABORT
|
|
10054 CWB_CONNECTION_RESET_BY_PEER
|
|
10055 CWB_NO_BUFFER_SPACE_AVAILABLE
|
|
10057 CWB_SOCKET_IS_NOT_CONNECTED
|
|
10058 CWB_CANNOT_SEND_AFTER_SOCKET_SHUTDOWN
|
|
10060 CWB_CONNECTION_TIMED_OUT
|
|
10061 CWB_CONNECTION_REFUSED
|
|
10064 CWB_HOST_IS_DOWN
|
|
10065 CWB_NO_ROUTE_TO_HOST
|
|
10091 CWB_NETWORK_SUBSYSTEM_IS_UNAVAILABLE
|
|
10092 CWB_WINSOCK_VERSION_NOT_SUPPORTED
|
|
11001 CWB_HOST_DEFINITELY_NOT_FOUND
|
|
The iSeries system name was not found during TCP/IP
|
|
address lookup.
|
|
11002 CWB_HOST_NOT_FOUND_BUT_WE_ARE_NOT_SURE
|
|
The iSeries system name was not found during TCP/IP
|
|
address lookup.
|
|
11004 CWB_VALID_NAME_BUT_NO_DATA_RECORD
|
|
The iSeries service name was not found in the local
|
|
SERVICES file.</pre>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaikcaspecificrc.htm">iSeries Access for Windows -specific return codes</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |