UL Ext.: Enumerates the error codes that may be reported by streams during synchronization.
Visual Basic Public Enum ULStreamErrorCode
C# public enum ULStreamErrorCode
Member name | Description | Value |
---|---|---|
ACTSYNC_NO_PORT |
ActiveSync synchronization can only be initiated by ActiveSync itself, either by placing the device in its cradle or by selecting "Synchronize" from the ActiveSync Manager. To initiate a synchronization from an application, use the TCP/IP socket synchronization stream. |
75 |
ACTSYNC_NOT_INSTALLED |
The ActiveSync provider has not been installed. Run mlasinst to install it (see documentation for details). |
76 |
AUTHENTICATION_FAILED |
The client failed to authenticate itself to MobiLink. |
249 |
CONNECT_TIMEOUT |
The connection attempt timed out. Either the server is not running on the indicated host and port or the timeout value needs to increased to allow more time to connect. |
241 |
COULD_NOT_OPEN_FILE |
The specified file could not be opened. |
264 |
COULD_NOT_OPEN_FILE_FOR_WRITE |
The specified file could not be opened for write. Make sure that this is the correct file and that no other application is using it. |
230 |
CREATE_RANDOM_OBJECT |
The secure network layer could not create a random-number-generating object. Free up system resources, reconnect and retry the operation. |
17 |
DEQUEUING_CONNECTION |
The MobiLink server encountered an error while attempting to get a queued connection (synchronization) request. Free up system resources. If the problem persists, restart the MobiLink server. |
19 |
DUN_DIAL_FAILED |
Automatic dialup failed to establish connection to the specified dial up network. |
204 |
DUN_NOT_SUPPORTED |
An attempt to dialup has failed due to insufficient system support. On PocketPC you must use cellcore.dll and on Windows you must use wininet.dll from IE 4.0 or later. Dialup is not supported on other platforms. |
203 |
E2EE_DECODING_PRIVATE_KEY_FILE |
The file was found and its contents were read, but there was an error decoding the file. Please contact technical support and provide the error code. |
257 |
E2EE_INIT_ECC |
An error occurred when attempting to initialize ECC. Please make sure the ECC option is installed. |
262 |
E2EE_INVALID_TYPE |
An invalid e2ee_type was specified. Please specify a valid value. |
261 |
E2EE_MISMATCHED_KEYS |
The client and server are unable to communicate because the e2ee_public_key used for end-to-end encryption at the remote does not match the e2ee_private_key at the server. |
253 |
E2EE_MISSING_PRIVATE_KEY |
Another end-to-end encryption option was specified, but not the e2ee_private_key option. Either specify all end-to-end encryption options or remove them all. Required end-to-end encryption options include: e2ee_type, e2ee_private_key, e2ee_private_key_password. |
260 |
E2EE_MISSING_PRIVATE_KEY_PASSWORD |
The e2ee_private_key file cannot be read without an e2ee_private_key_password. Please provide the e2ee_private_key_password. |
259 |
E2EE_NO_PRIVATE_KEY_IN_FILE |
The given filename does not contain a private key. |
256 |
E2EE_PUBLIC_KEY |
An error occurred while trying to read the end-to-end encryption public key. |
263 |
E2EE_READING_PRIVATE_KEY |
An error occurred reading the e2ee_private_key file. Please contact technical support and provide the error code. |
255 |
E2EE_READING_PRIVATE_KEY_FILE |
The given file could not be read. Please contact technical support and provide the error code. |
258 |
E2EE_UNEXPECTED_PRIVATE_KEY_TYPE |
The private key type found in the e2ee_private_key file does not match the type specified in the e2ee_type. |
254 |
E2EE_UNEXPECTED_PUBLIC_KEY_ENC_TYPE |
The client sent an e2ee_type value that is different from the e2ee_type specified at the server. Please make sure these are the same. |
252 |
E2EE_UNKNOWN_PUBLIC_KEY_ENC_TYPE |
The client sent an e2ee_type value that is not recognized by the server. Please make sure the server version is equal to or greater than the version of the remote. |
251 |
END_READ |
Unable to finish a sequence of reads from the network. See also: READ |
11 |
END_WRITE |
Unable to finish a sequence of writes to the network. See also: WRITE |
10 |
GENERATE_RANDOM |
The secure network layer requires a random number but was unable to generate one. Free up system resources, reconnect and retry the operation. |
14 |
HTTP_AUTHENTICATION_FAILED |
The supplied userid and password were rejected. Check that they were entered correctly. If so, contact your systems administrator to ensure you have proper access. |
211 |
HTTP_AUTHENTICATION_REQUIRED |
An HTTP server or gateway requested HTTP authentication. Please supply a userid and password using the HTTP synchronization parameters http_userid and http_password. |
209 |
HTTP_BAD_STATUS_CODE |
Examine the status line to determine the cause of the failure. |
86 |
HTTP_BUFFER_SIZE_OUT_OF_RANGE |
Fix the HTTP buffer size. A valid buffer size is positive and not overly large for the host platform. |
79 |
HTTP_CHUNK_LEN_BAD_CHARACTER |
Try using a fixed length HTTP body. |
85 |
HTTP_CHUNK_LEN_ENCODED_MISSING |
Try using a fixed length HTTP body. |
84 |
HTTP_CLIENT_ID_NOT_SET |
The client id was not passed into the HTTP client code. Contact technical support for a fix. |
78 |
HTTP_CONTENT_TYPE_NOT_SPECIFIED |
An unknown content type was specified. Refer to the documentation and change the content type to one of the supported types. |
77 |
HTTP_CRLF_ENCODED_MISSING |
The proxy you are using may not be compatible with MobiLink. Please check your configuration. |
81 |
HTTP_CRLF_MISSING |
The proxy you are using may not be compatible with MobiLink. Please check your configuration. |
82 |
HTTP_EXPECTED_POST |
The proxy you are using may not be compatible with MobiLink. Please check your configuration. |
89 |
HTTP_EXTRA_DATA_END_READ |
Extra data has been introduced into the HTTP body. This may have been added by a proxy agent. Try eliminating the proxy. |
80 |
HTTP_HEADER_PARSE_ERROR |
An error occurred while trying to parse an HTTP header. The header may be malformed. |
216 |
HTTP_INTERNAL_HEADER_STATE |
There was a problem decoding the HTTP header. This is an internal error that should never occur. Please contact technical support. |
236 |
HTTP_INTERNAL_REQUEST_TYPE |
There was a problem determining the HTTP request type. This is an internal error that should never occur. Please contact technical support. |
237 |
HTTP_INVALID_CHARACTER |
An unexpected character was read in an HTTP header. The header may be malformed or the other side may not be sending HTTP at all. |
219 |
HTTP_INVALID_SESSION_KEY |
An unknown session key type was specified. Refer to the documentation and change the session key type to one of the supported types. |
244 |
HTTP_MALFORMED_SESSION_COOKIE |
The HTTP cookie used to manage the synchronization session is corrupt. Determine where the cookie is being corrupted. The most likely cause is a client error, or perhaps an HTTP intermediary misbehaving, |
235 |
HTTP_NO_CONTD_CONNECTION |
The server timed out while waiting for the next HTTP request from the remote site. Determine why this request failed to reach the server or try a persistent connection. |
83 |
HTTP_NO_PASSWORD |
A userid was supplied for HTTP authentication but no password. Both are required for authentication. |
214 |
HTTP_NO_USERID |
A password was supplied for HTTP authentication but no userid. Both are required for authentication. |
213 |
HTTP_PROXY_AUTHENTICATION_FAILED |
The supplied userid and password were rejected by the proxy server. Check that they were entered correctly. If so, contact your systems administrator to ensure you have proper access. |
212 |
HTTP_PROXY_AUTHENTICATION_REQUIRED |
An HTTP proxy requested HTTP authentication. Please supply a userid and password using the HTTP synchronization parameters http_proxy_userid and http_proxy_password. |
210 |
HTTP_SERVER_AUTH_FAILED |
The Authentication-Info header sent from the server contained an incorrect value, causing authentication to fail. Make sure that you are connecting to a legitimate HTTP server. |
217 |
HTTP_UNABLE_TO_PARSE_COOKIE |
Determine where the set cookie header is being corrupted. |
88 |
HTTP_UNKNOWN_TRANSFER_ENCODING |
Determine how the unknown transfer encoding is getting generated. |
87 |
HTTP_UNSUPPORTED_AUTH_ALGORITHM |
The HTTP Digest authentication algorithm requested by the server is unsupported. Only "MD5" and "MD5-sess" are supported. |
215 |
HTTP_VERSION |
The requested HTTP version is unsupported. Consult the documentation and specify a supported HTTP version. At the time of publication the supported HTTP versions are 1.0 and 1.1. |
54 |
INCONSISTENT_FIPS |
Use of the -fips switch on the MobiLink server command line requires that all secure streams be FIPS-compliant. If a secure stream is not configured with the fips option, it will automatically be FIPS-compliant (for example, fips=y). Either remove the fips option from the secure stream, or enable it with fips=y. |
242 |
INIT_RANDOM |
The secure network layer could not initialize its random number generator. Free up system resources, reconnect and retry the operation. |
15 |
INTERNAL |
An internal error has occurred in the network layer. Please contact technical support. |
220 |
INTERNAL_API |
An internal error has occurred in the network layer. Please contact technical support. |
238 |
INTERNAL_PROTOCOL_NOT_LOADED |
A synchronization protocol could not be loaded. If you are using UltraLite, make sure you have called the proper ULEnable method. |
227 |
INTERRUPTED |
The current operation was interrupted by the caller. |
218 |
INVALID_COMPRESSION_TYPE |
The specified compression type was not recognized. |
232 |
INVALID_LOCAL_PATH |
The local path for the downloaded file is invalid. Consult the documentation for details. |
243 |
INVALID_NETWORK_LIBRARY |
The given network interface DLL or shared object could not be loaded, possibly because it is invalid or corrupt. |
245 |
INVALID_SYNC_PROTOCOL |
The specified protocol is not a valid synchronization protocol. |
226 |
LIBRARY_ENTRY_POINT_NOT_FOUND |
The indicated library entry point could not be found. |
225 |
LOAD_LIBRARY_FAILURE |
The indicated library could not be found in the path. If you are trying to use TLS encryption for synchronization, make sure you have acquired the proper license. |
224 |
LOAD_NETWORK_LIBRARY |
The network interface library could not be found and/or loaded. Please check the following: 1) The sockets layer is properly installed. The correct network interface library (or DLL or shared object) must be present and accessible. 2) There are enough system resources available. Free up system resources if they are running low. |
73 |
MEMORY_ALLOCATION |
The network layer was unable to allocate enough bytes of storage. Free up system memory and retry the operation. The technique used to free up system memory depends on the operating system and how it is configured. The simplest technique is to reduce the number of active processes. Consult your operating system documentation for details. |
6 |
MISSING_PARAMETER |
The specified parameter was expected but not supplied. |
229 |
NETWORK_LIBRARY_VERSION_MISMATCH |
A network interface DLL or shared object could not be loaded because it is the wrong version. |
248 |
NO_ECC_FIPS |
There was a problem performing the given compression operation. Please contact technical support. |
239 |
NONE |
This code indicates there was either no network error, or an unknown network error occurred. |
0 |
NOT_IMPLEMENTED |
An unimplemented internal feature was requested. Please contact technical support. |
12 |
PARAMETER |
Network parameters are of the form "name=value;[name2=value2[;...]]". This code indicates an invalid parameter value. Consult the documentation for the corresponding parameter name, and correct the parameter value. |
1 |
PARAMETER_NOT_BOOLEAN |
Network parameters are of the form "name=value;[name2=value2[;...]]". The parameter value is not a boolean value. Locate the offending parameter specification and change the value of the parameter to either 0 (for off or false) or 1 (for on or true). |
4 |
PARAMETER_NOT_HEX |
Network parameters are of the form "name=value;[name2=value2[;...]]". The parameter value is not a hexadecimal (base 16) value. Locate the offending parameter specification and change the value of the parameter to a hexadecimal value. |
5 |
PARAMETER_NOT_UINT32 |
Network parameters are of the form "name=value;[name2=value2[;...]]". The parameter value is not an unsigned integer. Locate the offending parameter specification and change the value of the parameter to an unsigned integer. |
2 |
PARAMETER_NOT_UINT32_RANGE |
Network parameters are of the form "name=value;[name2=value2[;...]]". The parameter value is not an unsigned integer value or range. Locate the offending parameter specification and change the value of the parameter to an unsigned integer or an unsigned range. An unsigned range has the form: NNN-NNN. |
3 |
PARSE |
Network parameters are of the form "name=value;[name2=value2[;...]]". Optionally, the entire list of parameters may be enclosed in parentheses. The given string does not follow this convention. Inspect the string, fix any formatting problems, and retry the operation. |
7 |
PROTOCOL_ERROR |
An unexpected value or token was read. |
231 |
READ |
Unable to read the given number of bytes from the network layer. Note that reads may occur as part of any larger network operation. For example, some network layers have sub-layers that perform several reads and writes as part of a basic operation in the upper layer. The cause of a read error is usually one of the following: 1) The network had a problem that caused the read to fail. Reconnect and retry the operation. 2) The connection timed out. Reconnect and retry the operation. 3) The other side of the connection cleanly terminated the connection. Consult the client and/or server logs for errors that indicate why the connection has been dropped. Consult the output-log errors and fix the cause, then retry the operation. 4) The process at the other side of the connection was aborted. Consult the client and/or server message logs for errors that indicate why the process was aborted. If the process was shut down by other than normal means, there may not be any errors in its message log. Reconnect and retry the operation. 5) The system is low on resources, and cannot perform the read. Free up system resources, reconnect and retry the operation. If subsequent retry attempts fail, consult your network administrator. |
8 |
READ_TIMEOUT |
Unable to read the given number of bytes from the network layer in the given time. Check that the network is functioning correctly, and that the sending application is still running. |
201 |
SACI_ERROR_CLIENT |
An error has been reported by the SACI implementation. |
246 |
SACI_ERROR_SERVER |
The SACI network library is reporting an error. Refer to the provider of the SACI network library to resolve the problem. |
247 |
SACI_IMPLEMENTATION_MISMATCH |
The SACI implementation could not be loaded because it had an incompatible implementation ID. |
250 |
SECURE_ADD_CERTIFICATE |
The secure network layer was unable to add a certificate to a certificate chain. Free up system resources and retry the operation. |
39 |
SECURE_ADD_TRUSTED_CERTIFICATE |
The secure network layer was unable to add a trusted certificate to a certificate chain. The most likely cause is a shortage of system resources. Free up system resources and retry the operation. |
48 |
SECURE_CERTIFICATE_COMMON_NAME |
The given common name is not in the certificate chain. Check the following: 1) The common name was properly entered. 2) The correct certificate file was specified. 3) The common name is in the certificate chain. You can verify this with the viewcert utility. |
52 |
SECURE_CERTIFICATE_COMPANY_NAME |
The given organization name is not in the certificate chain. Check the following: 1) The organization name was properly entered. 2) The correct certificate file was specified. 3) The organization name is in the certificate chain. You can verify this with the viewcert utility. |
21 |
SECURE_CERTIFICATE_COMPANY_UNIT |
The given organization unit is not in the certificate chain. Check the following: 1) The in company name was properly entered. 2) The correct certificate file was specified. 3) The company name is in the certificate chain. You can verify this with the viewcert utility. |
51 |
SECURE_CERTIFICATE_COUNT |
The given file does not contain a certificate. Check the following: 1) The certificate file name was properly specified. 2) The certificate file contains one or more certificates. 3) The certificate file contains the correct certificate(s). |
42 |
SECURE_CERTIFICATE_EXPIRED |
A certificate in the certificate chain has expired. Obtain a new certificate with a later expiry date and retry the operation. |
50 |
SECURE_CERTIFICATE_EXPIRY_DATE |
A certificate's expiry date could not be read. Check the following: 1) The password was entered correctly. 2) The certificate file contains one or more certificates. 3) The certificate file contains the correct certificate(s). 4) The certificate file is undamaged. |
37 |
SECURE_CERTIFICATE_FILE_NOT_FOUND |
The certificate file could not be opened. Check the following: 1) The certificate file name was properly specified. 2) The certificate file exists. 3) The certificate file contains one or more certificates. 4) The certificate file contains the correct certificate(s). 5) The program attempting to open the certificate file has sufficient privileges to read the file. This only applies to operating systems having user and/or file permissions. |
33 |
SECURE_CERTIFICATE_NOT_TRUSTED |
The server's certificate was not signed by a trusted authority. Check the following: 1) The certificate file name was properly specified. 2) The certificate file contains one or more certificates. 3) The certificate file contains the correct certificate(s). 4) The client's list of trusted root certificates includes the server's root certificate. |
24 |
SECURE_CERTIFICATE_ROOT |
The root certificate in the chain is invalid. At the time of publication, this error was defined but not used. |
20 |
SECURE_CREATE_CERTIFICATE |
The secure network layer was unable to allocate storage for a certificate. Free up system resources and retry the operation. |
43 |
SECURE_CREATE_PRIVATE_KEY_OBJECT |
The secure network layer was unable to create a private key object, prior to loading the private key. The most likely cause is a shortage of system resources. Free up system resources and retry the operation. |
49 |
SECURE_DUPLICATE_CONTEXT |
The secure network layer was unable to duplicate a security context. Free up system resources and retry the operation. |
25 |
SECURE_EXPORT_CERTIFICATE |
The secure network layer was unable to copy a certificate. Free up system resources and retry the operation. |
38 |
SECURE_HANDSHAKE |
The secure handshake failed. Check the following: 1) On the client, the correct host machine and port number were specified. 2) On the server, the correct port number was specified. 3) The correct trusted certificate was specified on the client and the correct identity file was specified on the server. |
53 |
SECURE_IMPORT_CERT_FROM_SYSTEM_STORE |
Failed to import a certificate from the system certificate store. |
222 |
SECURE_IMPORT_CERTIFICATE |
The secure network layer was unable to import a certificate. Check the following: 1) The certificate file name was properly specified. 2) The certificate file exists. 3) The certificate file contains one or more certificates. 4) The certificate file contains the correct certificate(s). |
44 |
SECURE_NO_CERTS_IN_SYS_STORE |
No certificates were found in the system's certificate store. |
223 |
SECURE_NO_SERVER_CERTIFICATE |
No server certificate was provided. A server certificate is required for secure communications. The file provided must contain the full chain of certificates for the server and its private key. |
205 |
SECURE_NO_SERVER_CERTIFICATE_PASSWORD |
No server certificate password was provided. This password is required to decrypt the server's encrypted private key. |
206 |
SECURE_NO_TRUSTED_ROOTS |
No trusted root certificates were provided. At least one trusted root certificate is required for secure communications. |
207 |
SECURE_OPEN_SYSTEM_CERT_STORE |
An attempt to open a system certificate store failed. |
221 |
SECURE_READ_CERTIFICATE |
The certificate file could not be read. Check the following: 1) The password was entered correctly. 2) The certificate file contains one or more certificates. 3) The certificate file contains the correct certificate(s). 4) The certificate file is undamaged. |
34 |
SECURE_READ_PRIVATE_KEY |
The private key could not be read from the certificate file. Check the following: 1) The password was entered correctly. 2) The certificate file contains one or more certificates. 3) The certificate file contains the correct certificate(s). 4) The certificate file is undamaged. |
35 |
SECURE_REDUNDANT_SERVER_CERTIFICATE_PASSWORD |
A password was specified when the server's private key wasn't encrypted by any password. |
208 |
SECURE_SET_IO |
The secure network layer was unable to attach to the network layer. Free up system resources and retry the operation. |
26 |
SECURE_SET_PRIVATE_KEY |
The private key could not be used. Check the following: 1) The password was entered correctly. 2) The certificate file contains one or more certificates. 3) The certificate file contains the correct certificate(s). 4) The certificate file is undamaged. |
36 |
SECURE_TRUSTED_CERTIFICATE_FILE_NOT_FOUND |
The certificate file could not be found. Check the following: 1) The certificate file name was properly specified. 2) The certificate file exists. 3) The certificate file contains one or more certificates. 4) The certificate file contains the correct certificate(s). 5) The program attempting to open the certificate file has sufficient privileges to see the file. This only applies to operating systems having user and/or file permissions. |
40 |
SECURE_TRUSTED_CERTIFICATE_READ |
The secure network layer was unable to read the trusted certificate file. Check the following: 1) The certificate file name was properly specified. 2) The certificate file exists. 3) The certificate file contains one or more certificates. 4) The certificate file contains the correct certificate(s). 5) The program attempting to open the certificate file has sufficient privileges to see the file. This only applies to operating systems having user and/or file permissions. |
41 |
SEED_RANDOM |
The secure network layer could not seed its random number generator. Free up system resources, reconnect and retry the operation. |
16 |
SERVER_ERROR |
The server reported an error. Contact the MobiLink administrator to learn more. |
228 |
SHUTTING_DOWN |
The MobiLink server encountered an error in the network layer during shutdown. It is possible that some network operations pending at the time of shutdown were affected. |
18 |
SOCKET_BIND |
The network layer was unable to bind a socket to the given port. Check the following. 1) (Server only) Verify that the port isn't already in use. If the port is in use, either shut down the application listening on that port, or specify a different port. 2) (Server only) Verify that there are no firewall restrictions on the use of the port. 3) (Client only) If the client_port option was used, verify that the given port isn't already in use. If only one client port was specified, consider using a range (for example, NNN-NNN). If a range was specified, consider making it a wider range, or a different range. 4) (Client only) If the client_port option was used, verify that there are no firewall restrictions on the use of the port. |
60 |
SOCKET_CLEANUP |
The network layer was unable to clean up the socket layer. This error should only occur after all connections are finished, so no current connections should be affected. |
61 |
SOCKET_CLOSE |
The network layer was unable to close a socket. The network session may or may not have terminated prematurely, due to pending writes that were not flushed. Check the following: 1) The other side of the network connection had any errors. 2) The other side of the connection is running normally. 3) The machine is still connected to the network, and the network is responsive. |
62 |
SOCKET_CONNECT |
The network layer was unable to connect a socket. Check the following: 1) The machine is connected to the network. 2) The socket layer is properly initialized. 3) The correct host machine and port were specified. 4) The host server is running normally and listening on the correct port. 5) The host machine is listening for the proper socket type (TCP/IP vs. UDP). 6) If the client_port option was used, verify that there are no firewall restrictions on the use of the port. 7) If the device has a limit on the number of open sockets, verify that the limit has not been reached. 8) There are enough system resources available. Free up system resources if they are running low. |
63 |
SOCKET_CREATE_TCPIP |
The network layer was unable to create a TCP/IP socket. Check the following: 1) The machine is connected to the network. 2) The socket layer is properly initialized. 5) If the device has a limit on the number of open sockets, verify that the limit has not been reached. 6) There are enough system resources available. Free up system resources if they are running low. |
58 |
SOCKET_CREATE_UDP |
The network layer was unable to create a UDP socket. Check the following: 1) The machine is connected to the network. 2) The socket layer is properly initialized. 3) If the client_port option was used, verify that the given port isn't already in use. If only one client port was specified, consider using a range (for example, NNN-NNN). If a range was specified, consider making it a wider range, or a different range. 4) If the client_port option was used, verify that there are no firewall restrictions on the use of the port. 5) If the device has a limit on the number of open sockets, verify that the limit has not been reached. 6) There are enough system resources available. Free up system resources if they are running low. |
59 |
SOCKET_GET_HOST_BY_ADDR |
The network layer was unable to get the name of a host using its IP address. At the time of publication, this error was defined but not used. |
72 |
SOCKET_GET_NAME |
The network layer was unable to determine a socket's local name. In a TCP/IP connection, each end of the connection has a socket exclusively attached to a port. A socket's local name includes this port number, which is assigned by the network at connection time. Check the following: 1) The machine is still connected to the network, and the network is responsive. 2) The other side of the connection is running normally. 3) There are enough system resources available. Free up system resources if they are running low. |
64 |
SOCKET_GET_OPTION |
The network layer was unable to get a socket option. This error may be the first indication that a connection has been lost. Check the following: 1) The machine is still connected to the network, and the network is responsive. 2) The other side of the connection is running normally. 3) There are enough system resources available. Free up system resources if they are running low. |
65 |
SOCKET_HOST_NAME_NOT_FOUND |
The given host name could not be found. Check the following: 1) The host name was correctly specified. 2) The host is accessible. Many systems include a "ping" utility that can be used to verify access to a named host. 3) The Domain Name Server (DNS), or its equivalent, is available. If the DNS is not available, try specifying the host's IP number (for example, NNN.NNN.NNN.NNN) instead of the host name. 4) The HOSTS file contains an entry that maps the host name to an IP number. |
57 |
SOCKET_LISTEN |
The server is unable to listen on a socket. The backlog refers to the maximum number of queued connection requests that may be pending at any given time. Check the following: 1) The machine is still connected to the network, and the network is responsive. 2) There are no firewall or other restrictions preventing a socket listener from running on the current machine. 3) The backlog setting is within the limit, if any, on the machine. 4) There are enough system resources available. Free up system resources if they are running low. |
67 |
SOCKET_LIVENESS_OUT_OF_RANGE |
An invalid liveness timeout value was specified. The liveness timeout value must be an integer between zero and 65535. |
200 |
SOCKET_LOCALHOST_NAME_NOT_FOUND |
The network layer was unable to determine the IP address of "localhost". Check the following: 1) The Domain Name Server (DNS), or its equivalent, is available. If the DNS is not available, try explicitly specifying the localhost IP number (usually 127.0.0.1) instead. 2) The HOSTS file contains an entry that maps the "localhost" name to an IP number. 3) There are enough system resources available. Free up system resources if they are running low. |
71 |
SOCKET_PORT_OUT_OF_RANGE |
An invalid port number was specified. The port number must be an integer between zero and 65535. |
74 |
SOCKET_SELECT |
The network layer encountered an error attempting to wait for a socket to be ready for reading or writing. Check the following: 1) The machine is connected to the network, and the network is responsive. 2) The other side of the connection is running normally. 3) There are enough system resources available. Free up system resources if they are running low. |
69 |
SOCKET_SET_OPTION |
The network layer was unable to set a socket option. This error may be the first indication that a connection has been lost. Check the following: 1) The machine is still connected to the network, and the network is responsive. 2) The other side of the connection is running normally. 3) There are enough system resources available. Free up system resources if they are running low. |
66 |
SOCKET_SHUTDOWN |
The network layer was unable to shut down a socket. Check the following: 1) The machine is connected to the network, and the network is responsive. 2) The other side of the connection is running normally. 3) There are enough system resources available. Free up system resources if they are running low. |
68 |
SOCKET_STARTUP |
The network layer was unable to initialize the socket layer. Check the following: 1) The sockets layer is properly installed. The correct network interface library must be present and accessible. 2) The machine is connected to the network, and the network is responsive. 3) There are enough system resources available. Free up system resources if they are running low. |
70 |
UNEXPECTED_HTTP_REQUEST_TYPE |
The given HTTP request type was unexpected at this time. The most likely cause is an HTTP client that is not a MobiLink client. |
234 |
UNRECOGNIZED_TLS_TYPE |
The TLS type is invalid. Consult the documentation for valid types. |
240 |
VALUE_OUT_OF_RANGE |
The specified value was not in the range of acceptable values for that parameter. Check the documentation for the parameter to learn the acceptable range of values. |
233 |
WOULD_BLOCK |
A requested operation would block where blocking is undesirable or unexpected. |
13 |
WRITE |
Unable to write the given number of bytes to the network layer. Note that writes may occur as part of any larger network operation. For example, some network layers have sub-layers that perform several reads and writes as part of a basic operation in the upper layer. The cause of a write error is usually one of the following: 1) The network had a problem that caused the write to fail. Reconnect and retry the operation. 2) The connection timed out. Reconnect and retry the operation. 3) The other side of the connection cleanly terminated the connection. Consult the client and/or server logs for errors that indicate why the connection has been dropped. Consult the output-log errors and fix the cause, then retry the operation. 4) The process at the other side of the connection was aborted. Consult the client and/or server message logs for errors that indicate why the process was aborted. If the process was shut down by other than normal means, there may not be any errors in its message log. Reconnect and retry the operation. 5) The system is low on resources, and cannot perform the write. Free up system resources, reconnect and retry the operation. If subsequent retry attempts fail, consult your network administrator. |
9 |
WRITE_TIMEOUT |
Unable to write the given number of bytes to the network layer in the given time. Check that the network is functioning correctly, and that the receiving application is still running. |
202 |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |